From a64c8ba0503cc50bbf30d30ed6cad7b27946b1ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Denis?= <jfdenis@cea.fr>
Date: Thu, 17 Nov 2016 22:58:46 +0100
Subject: [PATCH] Creation of buffer for current and angle

---
 db/EMU.substitutions      |   10 +-
 db/EMU_BUFF_CHAN.template |   18 +-
 db/EMU_BUFF_POS.template  |   12 +
 db/set_bo_pmac.template   |   14 -
 opi/EMU.opi               | 9679 ++++++++++++++++---------------------
 src/EMU_CALCULS.c         |   29 +-
 src/EMU_RAMP-CURRENT.st   |    2 +-
 startup/EMU-old.cmd       |  209 -
 startup/EMU.cmd           |   49 +-
 9 files changed, 4330 insertions(+), 5692 deletions(-)
 create mode 100644 db/EMU_BUFF_POS.template
 delete mode 100644 db/set_bo_pmac.template
 delete mode 100644 startup/EMU-old.cmd

diff --git a/db/EMU.substitutions b/db/EMU.substitutions
index 37f96c6..2674513 100644
--- a/db/EMU.substitutions
+++ b/db/EMU.substitutions
@@ -430,10 +430,16 @@ pattern	{DEVICE,DAQPREFIX,DET2WF,DET3WF,DET2,DET3,NELM,SCAN_EF}
 ##########################################################################
 file EMU_BUFF_CHAN.template
 {
-pattern	{DEVICE,SIGNAL,SIGNAL2,NELM,NELM_COMP,SCAN_EF,SCAN_SLIT,MTRREC}
-	{"$(DEVICE)","DET1","CURRENT","900","80","$(SCAN_EF)","$(SCAN_SLIT)","$(MTRREC)"}
+pattern	{DEVICE,SIGNAL,DET,SIGNAL2,NELM,NELM_COMP,SCAN_EF,SCAN_SLIT,MTRREC}
+	{"$(DEVICE)","DET1-COMP","DET1","CURRENT","900","80","$(SCAN_EF)","$(SCAN_SLIT)","$(MTRREC)"}
+	{"$(DEVICE)","CALC-ANGLE","DET23","ANGLE","900","80","$(SCAN_EF)","$(SCAN_SLIT)","$(MTRREC)"}
 }
 
+file EMU_BUFF_POS.template
+{
+pattern	{DEVICE,NELM_COMP,DET,SCAN_SLIT,MTRREC}
+	{"$(DEVICE)","80","DET1","$(SCAN_SLIT)","$(MTRREC)"}
+}
 
 ##########################################################################
 ################################ ETHERCAT ################################
diff --git a/db/EMU_BUFF_CHAN.template b/db/EMU_BUFF_CHAN.template
index 6891a6c..425d20a 100644
--- a/db/EMU_BUFF_CHAN.template
+++ b/db/EMU_BUFF_CHAN.template
@@ -1,14 +1,12 @@
 ## COMPRESS SCALARE VALUE
-record(compress, "$(DEVICE):BUFF-$(SIGNAL)-COMP") {
+record(compress, "$(DEVICE):BUFF-$(SIGNAL)") {
   	field(NSAM, "$(NELM_COMP)")
   	field(ALG,"Circular Buffer")
-  	field(INP,"$(DEVICE):$(SIGNAL)-COMP CPP")
-	#field(SDIS,"$(MTRREC).MVON")
-	#field(DISV,"1")
+  	field(INP,"$(DEVICE):$(SIGNAL) CPP")
   	}
 
 ## Reset
-record(bo,$(DEVICE):BUFF-$(SIGNAL)-RES-WF){
+record(bo,$(DEVICE):BUFF-$(DET)-RES-WF){
 }
 
 ## WAVEFORM FINAL
@@ -22,12 +20,12 @@ record(waveform, "$(DEVICE):BUFF-$(SIGNAL2)") {
 ####################################################################
 
 ## Function that compute the coefficient between MRAD and VOLTAGE
-record(aSub, "$(DEVICE):BUFF-$(SIGNAL)-FUNC") {
+record(aSub, "$(DEVICE):BUFF-$(DET)-FUNC") {
 ######### INPUTS #########
 ## Waveform data
   	field(FTA, "FLOAT")
 	field(NOA,$(NELM_COMP))
-	field(INPA, "$(DEVICE):BUFF-$(SIGNAL)-COMP")
+	field(INPA, "$(DEVICE):BUFF-$(SIGNAL)")
 
 ##  Waveform data reentrance
  	field(FTB, "FLOAT")
@@ -52,7 +50,7 @@ record(aSub, "$(DEVICE):BUFF-$(SIGNAL)-FUNC") {
 ##  Reset
   	field(FTF, "LONG")
 	field(NOF, "1")
-	field(INPF, "$(DEVICE):BUFF-$(SIGNAL)-RES-WF CPP")
+	field(INPF, "$(DEVICE):BUFF-$(DET)-RES-WF CPP")
 	
 ######### OUTPUTS #########
 ## ANGLE Waveform converted in MRAD (to save)
@@ -63,12 +61,12 @@ record(aSub, "$(DEVICE):BUFF-$(SIGNAL)-FUNC") {
 ## RESET Compress
   	field(FTVB, "LONG")
 	field(NOVB, "1")
-	field(OUTB, "$(DEVICE):BUFF-$(SIGNAL)-COMP.RES PP")
+	field(OUTB, "$(DEVICE):BUFF-$(SIGNAL).RES PP")
 
 ## RESET buttom
   	field(FTVC, "LONG")
 	field(NOVC, "1")
-	field(OUTC, "$(DEVICE):BUFF-$(SIGNAL)-RES-WF PP")
+	field(OUTC, "$(DEVICE):BUFF-$(DET)-RES-WF PP")
 
 ######### FUNCTION #######
 	field(SNAM, "CREATE_TAB")
diff --git a/db/EMU_BUFF_POS.template b/db/EMU_BUFF_POS.template
new file mode 100644
index 0000000..76334e2
--- /dev/null
+++ b/db/EMU_BUFF_POS.template
@@ -0,0 +1,12 @@
+## COMPRESS SCALARE VALUE MTR POS
+record(compress, "$(DEVICE):BUFF-MTR-POS") {
+  	field(NSAM, "$(NELM_COMP)")
+  	field(ALG,"Circular Buffer")
+  	field(INP,"$(MTRREC).VAL CPP")
+  	}
+
+## Reset COMPRESS
+record(bo,$(DEVICE):BUFF-POS-RES){
+	field(DOL,"$(DEVICE):BUFF-$(DET)-RES-WF CPP")
+	field(OUT,"$(DEVICE):BUFF-MTR-POS.RES")
+}
diff --git a/db/set_bo_pmac.template b/db/set_bo_pmac.template
deleted file mode 100644
index bc26759..0000000
--- a/db/set_bo_pmac.template
+++ /dev/null
@@ -1,14 +0,0 @@
-#set data to send to the Geo brick
-record(bo, "$(P)_$(M):$(NAME)_SET") {
-  field(DESC, "$(DESC)")
-  field(HIGH, "$(TIME)")
-  field(VAL, "$(VAL)")
-}
-#send the data to the Geo brick
-record(calcout, "$(P)_$(M):$(NAME)_WRITE") {
-  field(DESC, "send the data to PMAC")
-  field(DTYP, "stream")
-  field(CALC, "$(CALC)")
-  field(INPA, "$(P)_$(M):$(NAME)_SET CP")
-  field(OUT, "@pmacVariables.proto setVar($(VARIABLE)) $(SPORT)")
-}
diff --git a/opi/EMU.opi b/opi/EMU.opi
index cca7bdd..c406618 100644
--- a/opi/EMU.opi
+++ b/opi/EMU.opi
@@ -212,7 +212,7 @@ $(pv_value)</tooltip>
         </fg_gradient_color>
         <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
         <background_color>
-          <color red="186" green="189" blue="182" />
+          <color name="Container Grey" red="200" green="200" blue="200" />
         </background_color>
         <width>349</width>
         <x>29</x>
@@ -332,7 +332,7 @@ $(pv_value)</tooltip>
         </fg_gradient_color>
         <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
         <background_color>
-          <color red="186" green="189" blue="182" />
+          <color name="Container Grey" red="200" green="200" blue="200" />
         </background_color>
         <width>1681</width>
         <x>414</x>
@@ -418,11 +418,11 @@ $(pv_value)</tooltip>
         <wuid>1e771979:1565068c2e3:-4a2d</wuid>
         <transparent>false</transparent>
         <points>
-          <point x="30" y="369" />
-          <point x="378" y="369" />
-          <point x="378" y="369" />
-          <point x="378" y="369" />
-          <point x="378" y="369" />
+          <point x="30" y="375" />
+          <point x="378" y="375" />
+          <point x="378" y="375" />
+          <point x="378" y="375" />
+          <point x="378" y="375" />
         </points>
         <fill_arrow>true</fill_arrow>
         <pv_value />
@@ -453,7 +453,7 @@ $(pv_value)</tooltip>
         <width>349</width>
         <x>30</x>
         <name>Polyline</name>
-        <y>369</y>
+        <y>375</y>
         <fill_level>0.0</fill_level>
         <foreground_color>
           <color red="255" green="0" blue="0" />
@@ -494,7 +494,7 @@ $(pv_value)</tooltip>
         <width>229</width>
         <x>96</x>
         <name>Label_156</name>
-        <y>360</y>
+        <y>366</y>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
@@ -717,88 +717,6 @@ $(pv_value)</tooltip>
           <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>1e771979:1565068c2e3:-359e</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>After SCAN 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>199</width>
-        <x>34</x>
-        <name>Label Orientation_7</name>
-        <y>571</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="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>1e771979:1565068c2e3:-3589</wuid>
-        <pv_value />
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>20</height>
-        <border_width>0</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>true</items_from_pv>
-        <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:$(NAME_MTR).PASM</pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Combo Box</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="IO Grid" red="215" green="215" blue="215" />
-        </background_color>
-        <width>100</width>
-        <x>228</x>
-        <name>channel_name</name>
-        <y>571</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <fontdata fontName="Sans" height="10" style="0" />
-        </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>
@@ -813,11 +731,11 @@ $(pv_value)</tooltip>
         <wuid>1e771979:1565068c2e3:-33bf</wuid>
         <transparent>false</transparent>
         <points>
-          <point x="29" y="621" />
-          <point x="377" y="621" />
-          <point x="377" y="621" />
-          <point x="377" y="621" />
-          <point x="377" y="621" />
+          <point x="29" y="579" />
+          <point x="377" y="579" />
+          <point x="377" y="579" />
+          <point x="377" y="579" />
+          <point x="377" y="579" />
         </points>
         <fill_arrow>true</fill_arrow>
         <pv_value />
@@ -848,7 +766,7 @@ $(pv_value)</tooltip>
         <width>349</width>
         <x>29</x>
         <name>Polyline</name>
-        <y>621</y>
+        <y>579</y>
         <fill_level>0.0</fill_level>
         <foreground_color>
           <color red="255" green="0" blue="0" />
@@ -889,7 +807,7 @@ $(pv_value)</tooltip>
         <width>229</width>
         <x>96</x>
         <name>Label_156</name>
-        <y>612</y>
+        <y>570</y>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
@@ -996,7 +914,7 @@ $(pv_value)</tooltip>
         <width>100</width>
         <x>228</x>
         <y>478</y>
-        <maximum>80.0</maximum>
+        <maximum>30.0</maximum>
         <foreground_color>
           <color name="KeyboardEntry" red="0" green="255" blue="255" />
         </foreground_color>
@@ -1143,7 +1061,7 @@ $(pv_value)</tooltip>
         <width>84</width>
         <x>99</x>
         <name>Label Orientation_2</name>
-        <y>739</y>
+        <y>697</y>
         <foreground_color>
           <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
@@ -1209,8 +1127,8 @@ $(pv_value)</tooltip>
         </background_color>
         <width>100</width>
         <x>228</x>
-        <y>733</y>
-        <maximum>80.0</maximum>
+        <y>691</y>
+        <maximum>30.0</maximum>
         <foreground_color>
           <color name="KeyboardEntry" red="0" green="255" blue="255" />
         </foreground_color>
@@ -1327,113 +1245,6 @@ $(pv_value)</tooltip>
           <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>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_SCAN}:$(NAME_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_SCAN}:$(NAME_PS).PDLY</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>-6b2ac396:15659b62087:-789d</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>228</x>
-        <y>816</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </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>-6b2ac396:15659b62087:-5a56</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Delay (s)</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>71</width>
-        <x>96</x>
-        <name>Label Orientation_2</name>
-        <y>822</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="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>
@@ -1465,7 +1276,7 @@ $(pv_value)</tooltip>
         <width>101</width>
         <x>83</x>
         <name>Label Orientation_7</name>
-        <y>693</y>
+        <y>651</y>
         <foreground_color>
           <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
@@ -1531,7 +1342,7 @@ $(pv_value)</tooltip>
         </background_color>
         <width>100</width>
         <x>228</x>
-        <y>690</y>
+        <y>648</y>
         <maximum>1.7976931348623157E308</maximum>
         <foreground_color>
           <color name="KeyboardEntry" red="0" green="255" blue="255" />
@@ -1572,7 +1383,7 @@ $(pv_value)</tooltip>
         <width>144</width>
         <x>60</x>
         <name>Label Orientation_2</name>
-        <y>780</y>
+        <y>738</y>
         <foreground_color>
           <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
@@ -1638,7 +1449,7 @@ $(pv_value)</tooltip>
         </background_color>
         <width>100</width>
         <x>228</x>
-        <y>774</y>
+        <y>732</y>
         <maximum>1.7976931348623157E308</maximum>
         <foreground_color>
           <color name="KeyboardEntry" red="0" green="255" blue="255" />
@@ -1679,7 +1490,7 @@ $(pv_value)</tooltip>
         <width>99</width>
         <x>82</x>
         <name>Label Orientation_1</name>
-        <y>648</y>
+        <y>606</y>
         <foreground_color>
           <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
@@ -1745,7 +1556,7 @@ $(pv_value)</tooltip>
         </background_color>
         <width>100</width>
         <x>228</x>
-        <y>648</y>
+        <y>606</y>
         <maximum>1.7976931348623157E308</maximum>
         <foreground_color>
           <color name="KeyboardEntry" red="0" green="255" blue="255" />
@@ -1803,9 +1614,9 @@ $(pv_value)</tooltip>
         <tooltip>$(pv_name)</tooltip>
         <x_axis_show_minor_ticks>true</x_axis_show_minor_ticks>
         <horizon_profile_x_pv_name></horizon_profile_x_pv_name>
-        <height>1027</height>
+        <height>986</height>
         <border_width>1</border_width>
-        <graph_area_width>1533</graph_area_width>
+        <graph_area_width>1517</graph_area_width>
         <y_axis_scale_font>
           <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
         </y_axis_scale_font>
@@ -1831,7 +1642,7 @@ $(pv_value)</tooltip>
           <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>967</graph_area_height>
+        <graph_area_height>926</graph_area_height>
         <x_axis_visible>true</x_axis_visible>
         <vertical_profile_x_pv_name></vertical_profile_x_pv_name>
         <pixel_info_pv_name></pixel_info_pv_name>
@@ -1842,10 +1653,10 @@ $(pv_value)</tooltip>
           <color red="240" green="240" blue="240" />
         </background_color>
         <x_axis_axis_title>mm</x_axis_axis_title>
-        <width>1649</width>
-        <x>422</x>
-        <y>84</y>
-        <maximum>10.0</maximum>
+        <width>1633</width>
+        <x>432</x>
+        <y>100</y>
+        <maximum>8.0</maximum>
         <data_height>0</data_height>
         <minimum>-4.0</minimum>
         <crop_right>0</crop_right>
@@ -2207,65 +2018,181 @@ $(pv_value)</tooltip>
           <font>
             <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
           </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
             <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
+            <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>false</enabled>
-            <wuid>4ad471b5:157e1276406:-781e</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>PS Horizontal</text>
+            <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 />
-            <height>20</height>
-            <border_width>2</border_width>
+            <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>
-            <vertical_alignment>1</vertical_alignment>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
             <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
+              <color red="0" green="128" blue="255" />
             </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
+            <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="IO Background" red="255" green="255" blue="205" />
+              <color red="136" green="138" blue="133" />
             </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label Orientation_7</name>
-            <y>36</y>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>228</y>
+            <fill_level>0.0</fill_level>
             <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
+              <color red="255" 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>
+              <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.TextInput" version="2.0.0">
+          <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>
-            <precision>0</precision>
             <tooltip>$(pv_name)
 $(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
             <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-7106</wuid>
+            <transparent>false</transparent>
             <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_PS)hor-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
+            <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="10" style="1">Small 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_PS)hor-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>
@@ -2640,7 +2567,7 @@ $(pv_value)</tooltip>
             <width>70</width>
             <x>201</x>
             <name>Byte Monitor Template</name>
-            <y>402</y>
+            <y>438</y>
             <foreground_color>
               <color name="IO InputPV Fg" red="0" green="32" blue="92" />
             </foreground_color>
@@ -2680,7 +2607,7 @@ $(pv_value)</tooltip>
             <width>83</width>
             <x>52</x>
             <name>Label_164</name>
-            <y>406</y>
+            <y>442</y>
             <foreground_color>
               <color red="0" green="0" blue="0" />
             </foreground_color>
@@ -2720,7 +2647,7 @@ $(pv_value)</tooltip>
             <width>83</width>
             <x>52</x>
             <name>Label_164</name>
-            <y>448</y>
+            <y>478</y>
             <foreground_color>
               <color red="0" green="0" blue="0" />
             </foreground_color>
@@ -2774,7 +2701,7 @@ $(pv_value)</tooltip>
             <width>70</width>
             <x>201</x>
             <name>Byte Monitor Template</name>
-            <y>444</y>
+            <y>474</y>
             <foreground_color>
               <color name="IO InputPV Fg" red="0" green="32" blue="92" />
             </foreground_color>
@@ -3191,7 +3118,7 @@ $(pv_value)</tooltip>
             </bg_gradient_color>
             <scripts />
             <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>207</height>
+            <height>193</height>
             <border_width>1</border_width>
             <scale_options>
               <width_scalable>true</width_scalable>
@@ -3217,7 +3144,7 @@ $(pv_value)</tooltip>
             <width>295</width>
             <x>12</x>
             <name>Rectangle</name>
-            <y>4</y>
+            <y>18</y>
             <fill_level>0.0</fill_level>
             <foreground_color>
               <color red="255" green="0" blue="0" />
@@ -3230,6 +3157,100 @@ $(pv_value)</tooltip>
               <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>110</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="10" style="1">Small 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>PMAC:MTR1.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>
@@ -3259,7 +3280,7 @@ $(pv_value)</tooltip>
             </bg_gradient_color>
             <scripts />
             <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>253</height>
+            <height>283</height>
             <border_width>1</border_width>
             <scale_options>
               <width_scalable>true</width_scalable>
@@ -3298,6 +3319,64 @@ $(pv_value)</tooltip>
               <color name="Major" red="255" green="0" blue="0" />
             </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>-16429ab9:1582e68df9a:-3742</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>397</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <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 Border Grey" red="150" green="150" blue="150" />
+            </background_color>
+            <width>289</width>
+            <x>15</x>
+            <name>Rectangle</name>
+            <y>534</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>
       </widget>
       <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
@@ -3341,116 +3420,108 @@ $(pv_value)</tooltip>
           <fontdata fontName="Sans" height="10" style="1" />
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
+        <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>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>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3733</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="29" y="873" />
+          <point x="377" y="873" />
+          <point x="377" y="873" />
+          <point x="377" y="873" />
+          <point x="377" y="873" />
+        </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>false</keep_wh_ratio>
+          <keep_wh_ratio>true</keep_wh_ratio>
         </scale_options>
         <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
+        <pv_name></pv_name>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color name="Black" red="0" green="0" blue="0" />
         </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
+        <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="IO Background" red="255" green="255" blue="205" />
+          <color name="Black" red="0" green="0" blue="0" />
         </background_color>
-        <width>151</width>
-        <x>42</x>
-        <name>Label Orientation_1</name>
-        <y>138</y>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>873</y>
+        <fill_level>0.0</fill_level>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="255" 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>
+          <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>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
+      <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="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_SCAN}:$(NAME_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_SCAN}:${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>
+        <rules />
         <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-6fea</wuid>
+        <wuid>-16429ab9:1582e68df9a:-3732</wuid>
         <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Motor</text>
         <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>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
+        <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="TextBackground" red="70" green="70" blue="70" />
+          <color name="panelArea" red="240" green="240" blue="240" />
         </background_color>
-        <width>100</width>
-        <x>228</x>
-        <y>132</y>
-        <maximum>1.7976931348623157E308</maximum>
+        <width>229</width>
+        <x>96</x>
+        <name>Label_156</name>
+        <y>864</y>
         <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+          <color red="0" green="0" blue="0" />
         </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
+        <actions hook="false" hook_all="false" />
         <font>
-          <fontdata fontName="Sans" height="10" style="1" />
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
         </font>
       </widget>
       <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
         <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
+        <precision>1</precision>
         <tooltip>$(pv_name)
 $(pv_value)</tooltip>
         <horizontal_alignment>1</horizontal_alignment>
@@ -3474,21 +3545,21 @@ $(pv_value)</tooltip>
         <multiline_input>false</multiline_input>
         <border_width>1</border_width>
         <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:${CALC}-DistP-SP</pv_name>
+        <pv_name>PMAC:MTR1.VELO</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>
+        <precision_from_pv>false</precision_from_pv>
         <widget_type>Text Input</widget_type>
         <confirm_message></confirm_message>
-        <name>Text Input_2</name>
+        <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>-20a75393:15809f6e4ee:-6fe8</wuid>
+        <wuid>-16429ab9:1582e68df9a:-3717</wuid>
         <transparent>false</transparent>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
@@ -3505,8 +3576,8 @@ $(pv_value)</tooltip>
         </background_color>
         <width>100</width>
         <x>228</x>
-        <y>174</y>
-        <maximum>1.7976931348623157E308</maximum>
+        <y>900</y>
+        <maximum>3.0</maximum>
         <foreground_color>
           <color name="KeyboardEntry" red="0" green="255" blue="255" />
         </foreground_color>
@@ -3521,10 +3592,10 @@ $(pv_value)</tooltip>
         <horizontal_alignment>1</horizontal_alignment>
         <rules />
         <enabled>false</enabled>
-        <wuid>-20a75393:15809f6e4ee:-6fe9</wuid>
+        <wuid>-16429ab9:1582e68df9a:-370d</wuid>
         <transparent>true</transparent>
         <auto_size>false</auto_size>
-        <text>Distance betw. Plates</text>
+        <text>Velocity</text>
         <scripts />
         <height>20</height>
         <border_width>2</border_width>
@@ -3543,10 +3614,10 @@ $(pv_value)</tooltip>
         <background_color>
           <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>174</width>
-        <x>43</x>
-        <name>Label Orientation_2</name>
-        <y>180</y>
+        <width>86</width>
+        <x>98</x>
+        <name>Label Orientation_15</name>
+        <y>906</y>
         <foreground_color>
           <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
@@ -3555,301 +3626,159 @@ $(pv_value)</tooltip>
           <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">
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
         <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>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_3</name>
-        <y>220</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="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <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>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
         <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
+          <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_SCAN}:$(NAME_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_SCAN}:${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>
+        <wuid>-16429ab9:1582e68df9a:-3721</wuid>
+        <pv_value />
+        <text>GO!</text>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>36</height>
+        <border_width>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>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
         <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
+          <color name="Button Grey" red="180" green="180" blue="180" />
         </background_color>
-        <width>100</width>
-        <x>228</x>
-        <y>214</y>
-        <maximum>1.7976931348623157E308</maximum>
+        <width>97</width>
+        <x>240</x>
+        <name>Action Button_1</name>
+        <y>954</y>
+        <style>0</style>
         <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+          <color name="Black" red="0" green="0" blue="0" />
         </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>PMAC:MTR1-HOMCMD</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
         <font>
-          <fontdata fontName="Sans" height="10" style="1" />
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+      <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>
-        <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_SCAN}:$(NAME_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_SCAN}:${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>
+        <arrows>0</arrows>
+        <rules />
         <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-6fe4</wuid>
+        <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>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>228</x>
-        <y>259</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </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>-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>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_4</name>
-        <y>265</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="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>-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>
+          <keep_wh_ratio>true</keep_wh_ratio>
         </scale_options>
         <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
+        <pv_name></pv_name>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color name="Black" red="0" green="0" blue="0" />
         </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
+        <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="IO Background" red="255" green="255" blue="205" />
+          <color name="Black" red="0" green="0" blue="0" />
         </background_color>
-        <width>199</width>
-        <x>30</x>
-        <name>Label Orientation_4</name>
-        <y>309</y>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>1038</y>
+        <fill_level>0.0</fill_level>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="255" 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>
+          <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>0</precision>
+        <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_SCAN}:$(NAME_MTR).BUSY</pv>
-          </rule>
-        </rules>
+        <rules />
         <pv_value />
         <auto_size>false</auto_size>
         <text></text>
         <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
+        <show_units>false</show_units>
+        <height>22</height>
         <multiline_input>false</multiline_input>
         <border_width>1</border_width>
         <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:${CALC}-RearLenghP-SP</pv_name>
+        <pv_name>PMAC:MTR1.RBV</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>
+        <precision_from_pv>false</precision_from_pv>
         <widget_type>Text Input</widget_type>
         <confirm_message></confirm_message>
-        <name>Text Input_4</name>
+        <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>-20a75393:15809f6e4ee:-6fa2</wuid>
+        <wuid>-16429ab9:158444d4181:-628c</wuid>
         <transparent>false</transparent>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
@@ -3865,36 +3794,77 @@ $(pv_value)</tooltip>
           <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
         <width>100</width>
-        <x>228</x>
-        <y>303</y>
+        <x>1092</x>
+        <y>1065</y>
         <maximum>1.7976931348623157E308</maximum>
         <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+          <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.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>59fc39f9:158487e5950:-5c74</wuid>
+        <pv_value />
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <height>24</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>false</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <items_from_pv>true</items_from_pv>
+        <visible>true</visible>
+        <pv_name>PMAC:MTR1-HOMCPTFLAG</pv_name>
+        <border_color>
+          <color red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Combo</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="178" green="178" blue="178" />
+        </background_color>
+        <width>103</width>
+        <x>59</x>
+        <name>Combo</name>
+        <y>960</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="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>
+        <line_width>5</line_width>
         <horizontal_fill>true</horizontal_fill>
         <alarm_pulsing>false</alarm_pulsing>
         <tooltip>$(pv_name)
 $(pv_value)</tooltip>
-        <arrows>0</arrows>
+        <arrows>2</arrows>
         <rules />
         <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-375a</wuid>
+        <wuid>59fc39f9:158487e5950:-555c</wuid>
         <transparent>false</transparent>
         <points>
-          <point x="30" y="100" />
-          <point x="378" y="100" />
-          <point x="378" y="100" />
-          <point x="378" y="100" />
-          <point x="378" y="100" />
+          <point x="177" y="971" />
+          <point x="194" y="971" />
+          <point x="194" y="971" />
+          <point x="234" y="971" />
         </points>
         <fill_arrow>true</fill_arrow>
         <pv_value />
@@ -3912,7 +3882,7 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <pv_name></pv_name>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <anti_alias>true</anti_alias>
         <line_style>0</line_style>
@@ -3920,12 +3890,12 @@ $(pv_value)</tooltip>
         <widget_type>Polyline</widget_type>
         <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
         <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color red="0" green="0" blue="0" />
         </background_color>
-        <width>349</width>
-        <x>30</x>
-        <name>Polyline</name>
-        <y>100</y>
+        <width>58</width>
+        <x>177</x>
+        <name>Polyline_5</name>
+        <y>971</y>
         <fill_level>0.0</fill_level>
         <foreground_color>
           <color red="255" green="0" blue="0" />
@@ -3939,12 +3909,22 @@ $(pv_value)</tooltip>
         <border_style>0</border_style>
         <tooltip></tooltip>
         <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3759</wuid>
-        <transparent>false</transparent>
+        <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">PMAC:MTR1.MOVN</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>59fc39f9:158487e5950:-4c5d</wuid>
+        <transparent>true</transparent>
         <auto_size>false</auto_size>
-        <text>Dimension</text>
+        <text>MOTOR IS MOVING ...</text>
         <scripts />
         <height>20</height>
         <border_width>1</border_width>
@@ -3961,127 +3941,29 @@ $(pv_value)</tooltip>
         <widget_type>Label</widget_type>
         <wrap_words>false</wrap_words>
         <background_color>
-          <color name="panelArea" red="240" green="240" blue="240" />
+          <color red="255" green="255" blue="255" />
         </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>91</y>
+        <width>181</width>
+        <x>906</x>
+        <name>Label</name>
+        <y>1066</y>
         <foreground_color>
-          <color red="0" green="0" blue="0" />
+          <color name="Major" red="255" 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>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <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>
-        <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>-16429ab9:1582e68df9a:-3733</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="29" y="873" />
-          <point x="377" y="873" />
-          <point x="377" y="873" />
-          <point x="377" y="873" />
-          <point x="377" y="873" />
-        </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>873</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>-16429ab9:1582e68df9a:-3732</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Motor</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 name="panelArea" red="240" green="240" blue="240" />
-        </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>864</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.TextInput" version="2.0.0">
         <alarm_pulsing>false</alarm_pulsing>
-        <precision>1</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
         <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
+          <rule name="Enable" prop_id="enabled" out_exp="false">
             <exp bool_exp="pv0==1">
               <value>false</value>
             </exp>
@@ -4091,108 +3973,10 @@ $(pv_value)</tooltip>
             <pv trig="true">${PREFIX_SCAN}:$(NAME_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>PMAC:MTR1.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_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:1582e68df9a:-3717</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>228</x>
-        <y>900</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </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:-370d</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>86</width>
-        <x>98</x>
-        <name>Label Orientation_15</name>
-        <y>906</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="10" style="1">Small Bold</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>-16429ab9:1582e68df9a:-3721</wuid>
+        <wuid>59fc39f9:158487e5950:-16e5</wuid>
         <pv_value />
-        <text>GO!</text>
+        <text>Reset</text>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
         <height>36</height>
@@ -4213,17 +3997,17 @@ $(pv_value)</tooltip>
         <background_color>
           <color name="Button Grey" red="180" green="180" blue="180" />
         </background_color>
-        <width>97</width>
-        <x>229</x>
+        <width>72</width>
+        <x>48</x>
         <name>Action Button_1</name>
-        <y>942</y>
+        <y>1066</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>PMAC:MTR1-HOMCMD</pv_name>
+            <pv_name>SCAN:BUFF-DET1-RES-WF</pv_name>
             <value>1</value>
             <timeout>10</timeout>
             <confirm_message></confirm_message>
@@ -4234,2538 +4018,1673 @@ $(pv_value)</tooltip>
           <opifont.name fontName="Cantarell" height="11" style="1">Default 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>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <height>273</height>
+        <tab_2_icon_path></tab_2_icon_path>
         <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" />
+          <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="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>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_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>
+        <tab_1_enabled>true</tab_1_enabled>
         <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>-16429ab9:158444d4181:-720b</wuid>
-        <pv_value />
-        <text>Reset</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>36</height>
-        <border_width>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>
+        <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="10" style="1">Small Bold</opifont.name>
+        </tab_1_font>
+        <tab_2_enabled>true</tab_2_enabled>
         <background_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
+          <color name="Container Grey" red="200" green="200" blue="200" />
         </background_color>
-        <width>98</width>
-        <x>229</x>
-        <name>Action Button_1</name>
-        <y>993</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>PMAC:MT1-HOMCMD</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default 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>
+        <width>326</width>
+        <x>42</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>78</y>
         <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>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
         <visible>true</visible>
-        <pv_name>PMAC:MTR1.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>
+        <tab_0_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_0_background_color>
+        <widget_type>Tabbed Container</widget_type>
+        <tab_2_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </tab_2_font>
+        <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>Timing</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 />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <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>
-        <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>1122</x>
-        <y>1089</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.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>59fc39f9:158487e5950:-5c74</wuid>
-        <pv_value />
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <height>24</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>false</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <items_from_pv>true</items_from_pv>
-        <visible>true</visible>
-        <pv_name>PMAC:MTR1-HOMCPTFLAG</pv_name>
-        <border_color>
-          <color red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Combo</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="178" green="178" blue="178" />
-        </background_color>
-        <width>103</width>
-        <x>48</x>
-        <name>Combo</name>
-        <y>948</y>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
         <foreground_color>
-          <color red="0" green="0" blue="0" />
+          <color name="Container Grey" red="200" green="200" blue="200" />
         </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>5</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
+        <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:-5cdf</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>241</height>
+          <border_width>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>Timing</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:-5cc6</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Frequency</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>13</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="10" style="1">Small 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>
-        <arrows>2</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>59fc39f9:158487e5950:-555c</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="166" y="959" />
-          <point x="183" y="959" />
-          <point x="183" y="959" />
-          <point x="223" y="959" />
-        </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 red="0" green="0" blue="0" />
-        </background_color>
-        <width>58</width>
-        <x>166</x>
-        <name>Polyline_5</name>
-        <y>959</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>
-          <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">PMAC:MTR1.MOVN</pv>
-          </rule>
-        </rules>
-        <enabled>true</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>936</x>
-        <name>Label</name>
-        <y>1090</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="11" style="1">Default Bold</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>59fc39f9:158487e5950:-16e5</wuid>
-        <pv_value />
-        <text>Reset</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>36</height>
-        <border_width>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>72</width>
-        <x>48</x>
-        <name>Action Button_1</name>
-        <y>1066</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>SCAN:BUFF-DET1-RES-WF</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
+            <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_SCAN}:$(NAME_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>SYS0-EVR0:Pul0-Evt-Trig0-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>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default 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>2fea3147:153609206ed:-7765</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1130</height>
-      <border_width>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>-3f6498d2:15645d229d4:-663a</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>450</x>
-        <name>Rectangle_2</name>
-        <y>690</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>
-        <border_width>1</border_width>
-        <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_SIG):$(SIGNAL_FC):RCURSOR_X</trace_1_x_pv>
-        <wuid>-3f6498d2:15645d229d4:-6639</wuid>
-        <transparent>false</transparent>
-        <trace_1_update_mode>0</trace_1_update_mode>
-        <axis_0_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_0_title_font>
-        <trace_2_update_mode>0</trace_2_update_mode>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <x>450</x>
-        <y>84</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>3</axis_count>
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>true</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>2</trace_2_buffer_size>
-        <axis_1_maximum>20.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <trace_2_line_width>2</trace_2_line_width>
-        <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_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_1_y_pv_value />
-        <axis_2_auto_scale>true</axis_2_auto_scale>
-        <show_legend>false</show_legend>
-        <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_2_update_delay>100</trace_2_update_delay>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>2</trace_0_point_style>
-        <trace_1_point_style>0</trace_1_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_2_y_axis>false</axis_2_y_axis>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>3</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <trace_2_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_2_trace_color>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <trace_2_trace_type>0</trace_2_trace_type>
-        <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>true</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>loc://val(-100,100)</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>true</trace_2_anti_alias>
-        <axis_0_maximum>100.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>607</height>
-        <trace_2_visible>true</trace_2_visible>
-        <trigger_pv_value />
-        <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>
-        <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_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>
-        <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>0.0</axis_0_minimum>
-        <trace_2_y_axis_index>1</trace_2_y_axis_index>
-        <trace_1_update_delay>10</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>2</trace_1_line_width>
-        <trace_2_y_pv>loc://val(-100,100)</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_0_y_pv>$(PREFIX_SIG):$(SIGNAL_FC)</trace_0_y_pv>
-        <trace_2_point_style>0</trace_2_point_style>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX_SIG):$(SIGNAL_FC)_XMS</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</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>
-        <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>853</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-1.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 />
-        <trace_1_visible>true</trace_1_visible>
-        <plot_area_background_color>
-          <color red="0" green="0" blue="0" />
-        </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>
-        <axis_2_axis_title>ms</axis_2_axis_title>
-        <trace_1_buffer_size>2</trace_1_buffer_size>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <axis_2_scale_format></axis_2_scale_format>
-        <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>true</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <trace_2_plot_mode>0</trace_2_plot_mode>
-        <trace_2_x_pv>$(PREFIX_SIG):$(SIGNAL_FC):LCURSOR_X</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>-3f6498d2:15645d229d4:-6638</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 red="186" green="189" blue="182" />
-        </background_color>
-        <width>349</width>
-        <x>48</x>
-        <name>Rounded Rectangle_4</name>
-        <y>90</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.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>false</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME):TRIGGER:PRETRIGGER_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>-3f6498d2:15645d229d4:-6637</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>85</width>
-        <x>66</x>
-        <y>136</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="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </font>
-      </widget>
-      <widget 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>-3f6498d2:15645d229d4:-6636</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>48</x>
-        <name>Label_15</name>
-        <y>85</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <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>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>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME):NSAMPLES_ms</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_15</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>-3f6498d2:15645d229d4:-6635</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>85</width>
-        <x>216</x>
-        <y>136</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="Cantarell" height="11" style="1">Default 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>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>-3f6498d2:15645d229d4:-6634</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="214" y="144" />
-          <point x="157" y="144" />
-          <point x="157" y="144" />
-        </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>157</x>
-        <name>Polyline_1</name>
-        <y>144</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>-3f6498d2:15645d229d4:-6633</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>324</x>
-        <name>Label_16</name>
-        <y>142</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.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>-3f6498d2:15645d229d4:-6632</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 red="186" green="189" blue="182" />
-        </background_color>
-        <width>349</width>
-        <x>48</x>
-        <name>Rounded Rectangle_5</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.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_SIG):$(SIGNAL_FC):LCURSOR_ms</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_16</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>-3f6498d2:15645d229d4:-6631</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>85</width>
-        <x>66</x>
-        <y>274</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="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </font>
-      </widget>
-      <widget 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>-3f6498d2:15645d229d4:-6630</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>48</x>
-        <name>Label_17</name>
-        <y>223</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <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>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_SIG):$(SIGNAL_FC):RCURSOR_ms</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_17</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>-3f6498d2:15645d229d4:-662f</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>85</width>
-        <x>216</x>
-        <y>274</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="Cantarell" height="11" style="1">Default 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>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>-3f6498d2:15645d229d4:-662e</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="214" y="282" />
-          <point x="157" y="282" />
-          <point x="157" y="282" />
-        </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>157</x>
-        <name>Polyline_2</name>
-        <y>282</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>-3f6498d2:15645d229d4:-662d</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>324</x>
-        <name>Label_18</name>
-        <y>280</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.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3f6498d2:15645d229d4:-662c</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>450</x>
-        <name>Label_11</name>
-        <y>710</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="1">Default 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>-3f6498d2:15645d229d4:-662b</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>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_SIG):$(SIGNAL_FC):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>609</x>
-        <name>Text Update_3</name>
-        <y>710</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.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>-3f6498d2:15645d229d4:-662a</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>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_SIG):$(SIGNAL_FC):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>758</x>
-        <name>Text Update_1</name>
-        <y>710</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.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>-3f6498d2:15645d229d4:-6629</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>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_SIG):$(SIGNAL_FC):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>907</x>
-        <name>Text Update_2</name>
-        <y>710</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>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3f6498d2:15645d229d4:-6628</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>609</x>
-        <name>Rectangle_1</name>
-        <y>689</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>-3f6498d2:15645d229d4:-6627</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>758</x>
-        <name>Label_5</name>
-        <y>690</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.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3f6498d2:15645d229d4:-6626</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>907</x>
-        <name>Label_22</name>
-        <y>690</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.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3f6498d2:15645d229d4:-6625</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>609</x>
-        <name>Label_21</name>
-        <y>690</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.BoolButton" 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>1</push_action_index>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <enabled>true</enabled>
-        <wuid>-3f6498d2:15645d229d4:-3a0d</wuid>
-        <on_color>
-          <color red="0" green="255" blue="0" />
-        </on_color>
-        <show_confirm_dialog>0</show_confirm_dialog>
-        <password></password>
-        <pv_value />
-        <released_action_index>0</released_action_index>
-        <square_button>true</square_button>
-        <show_led>true</show_led>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <height>35</height>
-        <on_label>ON</on_label>
-        <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>SYS0-EVR0:FrontOut0-Ena-SP</pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Boolean Button</widget_type>
-        <off_color>
-          <color red="0" green="100" 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>
-        <width>109</width>
-        <x>289</x>
-        <name>Boolean Button</name>
-        <data_type>0</data_type>
-        <y>370</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>$(pv_name)</pv_name>
-            <value>0</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-          <action type="WRITE_PV">
-            <pv_name>$(pv_name)</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <show_boolean_label>true</show_boolean_label>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</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>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3f6498d2:15645d229d4:-38f7</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Fast Acquisition</text>
-        <scripts />
-        <height>43</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_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="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="IO Shape Fill" red="188" green="188" blue="188" />
-        </background_color>
-        <width>1357</width>
-        <x>0</x>
-        <name>Label_124</name>
-        <y>12</y>
-        <foreground_color>
-          <color name="IO Label" 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="13" style="1">Header 3</opifont.name>
-        </font>
-      </widget>
-      <widget 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>-3f6498d2:15645d229d4:-348a</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Activate timing System</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>54</x>
-        <name>Label_18</name>
-        <y>378</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.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>$(DTACQ-NAME)-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>1188</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>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-5b5af26c:15364c41bca:-785a</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1130</height>
-      <border_width>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>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.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:-7000</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>243</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <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>493</width>
-        <x>392</x>
-        <name>Rounded Rectangle_4</name>
-        <y>96</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>-3f6498d2:15645d229d4:-268a</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>106</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <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>337</width>
-        <x>38</x>
-        <name>Rounded Rectangle_4</name>
-        <y>95</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>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-5b5af26c:15364c41bca:-7593</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>20</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_MTR):$(NAME_MTR).RBV</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </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>140</width>
-        <x>584</x>
-        <name>Text Update Template_16</name>
-        <y>200</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name>
-        </font>
-      </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>0</bit>
-        <pv_value />
-        <height>20</height>
-        <border_width>0</border_width>
-        <visible>true</visible>
-        <pv_name>$(PREFIX_MTR):$(NAME_MTR).MOVN</pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED Template_3</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>true</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-5b5af26c:15364c41bca:-758f</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_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="IO PV OFF" red="77" green="77" blue="77" />
-        </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>
-        <width>20</width>
-        <x>841</x>
-        <data_type>0</data_type>
-        <y>165</y>
-        <foreground_color>
-          <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-        </font>
-        <off_label></off_label>
-      </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>0</bit>
-        <pv_value />
-        <height>20</height>
-        <border_width>2</border_width>
-        <visible>true</visible>
-        <pv_name>$(PREFIX_MTR):$(NAME_MTR).DMOV</pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED Template_2</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>true</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-5b5af26c:15364c41bca:-758e</wuid>
-        <on_color>
-          <color red="0" green="255" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label></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="77" green="77" blue="77" />
-        </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>
-        <width>20</width>
-        <x>841</x>
-        <data_type>0</data_type>
-        <y>135</y>
-        <foreground_color>
-          <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-        </font>
-        <off_label></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>false</enabled>
-        <wuid>-5b5af26c:15364c41bca:-7587</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Done moving</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>80</width>
-        <x>746</x>
-        <name>Label Orientation_1</name>
-        <y>135</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="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>0</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-5b5af26c:15364c41bca:-7586</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Moving</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>86</width>
-        <x>746</x>
-        <name>Label Orientation_2</name>
-        <y>165</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="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>0</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-5b5af26c:15364c41bca:-7580</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text> Command</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>87</width>
-        <x>48</x>
-        <name>Label Orientation_7</name>
-        <y>146</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="11" 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>-5b5af26c:15364c41bca:-758b</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Motor Record</text>
-        <scripts />
-        <height>43</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_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="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="IO Shape Fill" red="188" green="188" blue="188" />
-        </background_color>
-        <width>1357</width>
-        <x>0</x>
-        <name>Label_124</name>
-        <y>12</y>
-        <foreground_color>
-          <color name="IO Label" 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="13" style="1">Header 3</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)
+            <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:-5cc5</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>24</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </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>-1ab698cd:1586d27a42e:-5cc4</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Width pulse</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>2</x>
+            <name>Label Orientation_2</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="10" style="1">Small 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_SCAN}:$(NAME_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>SYS0-EVR0:Pul0-Width-SP</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_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>-1ab698cd:1586d27a42e:-5cc3</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>66</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.BoolButton" 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>-1ab698cd:1586d27a42e:-5c63</wuid>
+            <on_color>
+              <color red="0" green="255" blue="0" />
+            </on_color>
+            <show_confirm_dialog>0</show_confirm_dialog>
+            <password></password>
+            <pv_value />
+            <released_action_index>0</released_action_index>
+            <square_button>true</square_button>
+            <show_led>true</show_led>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>38</height>
+            <on_label>ON</on_label>
+            <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>
+            <widget_type>Boolean Button</widget_type>
+            <off_color>
+              <color red="0" green="100" 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 name="Button Grey" red="180" green="180" blue="180" />
+            </background_color>
+            <width>100</width>
+            <x>114</x>
+            <name>Boolean Button</name>
+            <data_type>0</data_type>
+            <y>132</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <show_boolean_label>true</show_boolean_label>
+            <font>
+              <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+            </font>
+            <off_label>OFF</off_label>
+          </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>241</height>
+          <border_width>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="10" style="1">Small 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_SCAN}:$(NAME_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_SCAN}:${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>
+              <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>-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>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>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="10" style="1">Small 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_SCAN}:$(NAME_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_SCAN}:${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>
+              <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>-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>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>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="10" style="1">Small 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_SCAN}:$(NAME_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_SCAN}:${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>
+              <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>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_SCAN}:$(NAME_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_SCAN}:${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>
+              <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>-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>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>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="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>-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>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>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="10" style="1">Small 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_SCAN}:$(NAME_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_SCAN}:${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>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </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>241</height>
+          <border_width>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>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="10" style="1">Small 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_SCAN}:$(NAME_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>PMAC:MTR1.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>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </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>-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="10" style="1">Small 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_MTR):$(NAME_MTR).VAL</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>
+            <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_SCAN}:$(NAME_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>PMAC:MTR1.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>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </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>-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="10" style="1">Small 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_SCAN}:$(NAME_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>PMAC:MTR1.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>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </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 />
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-5fde</wuid>
+            <pv_value />
+            <text>RESET</text>
+            <scripts />
+            <border_alarm_sensitive>true</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>
+            <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>103</width>
+            <x>126</x>
+            <name>Action Button Template</name>
+            <y>174</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>PMAC:MTR1-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>
+      </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>1130</height>
+      <border_width>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>-3f6498d2:15645d229d4:-2689</wuid>
+        <wuid>-3f6498d2:15645d229d4:-663a</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>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
         <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
+          <color red="186" green="189" blue="182" />
         </background_color>
-        <width>140</width>
-        <x>166</x>
-        <y>140</y>
-        <maximum>10.0</maximum>
+        <width>160</width>
+        <x>450</x>
+        <name>Rectangle_2</name>
+        <y>690</y>
+        <fill_level>0.0</fill_level>
         <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+          <color red="255" green="0" blue="0" />
         </foreground_color>
-        <minimum>-10.0</minimum>
+        <actions hook="false" hook_all="false" />
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+          <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">
+      <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>
+        <border_width>1</border_width>
+        <trace_1_x_axis_index>0</trace_1_x_axis_index>
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3f6498d2:15645d229d4:-2688</wuid>
+        <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_SIG):$(SIGNAL_FC):RCURSOR_X</trace_1_x_pv>
+        <wuid>-3f6498d2:15645d229d4:-6639</wuid>
         <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Position</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
+        <trace_1_update_mode>0</trace_1_update_mode>
+        <axis_0_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_0_title_font>
+        <trace_2_update_mode>0</trace_2_update_mode>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <x>450</x>
+        <y>84</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>3</axis_count>
+        <trace_1_point_size>4</trace_1_point_size>
+        <trace_1_anti_alias>true</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>2</trace_2_buffer_size>
+        <axis_1_maximum>20.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <trace_2_line_width>2</trace_2_line_width>
+        <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_1_name>$(trace_1_y_pv)</trace_1_name>
+        <trace_1_y_pv_value />
+        <axis_2_auto_scale>true</axis_2_auto_scale>
+        <show_legend>false</show_legend>
+        <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_2_update_delay>100</trace_2_update_delay>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>2</trace_0_point_style>
+        <trace_1_point_style>0</trace_1_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_2_y_axis>false</axis_2_y_axis>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>3</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <trace_2_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_2_trace_color>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <trace_2_trace_type>0</trace_2_trace_type>
+        <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>
+          <keep_wh_ratio>true</keep_wh_ratio>
         </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
+        <trace_1_y_pv>loc://val(-100,100)</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>true</trace_2_anti_alias>
+        <axis_0_maximum>100.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>607</height>
+        <trace_2_visible>true</trace_2_visible>
+        <trigger_pv_value />
+        <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>
+        <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_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>
+        <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>0.0</axis_0_minimum>
+        <trace_2_y_axis_index>1</trace_2_y_axis_index>
+        <trace_1_update_delay>10</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>2</trace_1_line_width>
+        <trace_2_y_pv>loc://val(-100,100)</trace_2_y_pv>
+        <trace_1_plot_mode>0</trace_1_plot_mode>
         <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>337</width>
-        <x>38</x>
-        <name>Label_15</name>
-        <y>90</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <fontdata fontName="Sans" height="10" style="1" />
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <scale_font>
+        <axis_2_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_2_title_font>
+        <trace_0_y_pv>$(PREFIX_SIG):$(SIGNAL_FC)</trace_0_y_pv>
+        <trace_2_point_style>0</trace_2_point_style>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX_SIG):$(SIGNAL_FC)_XMS</trace_0_x_pv>
+        <axis_1_scale_font>
           <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </scale_font>
-        <horizontal>true</horizontal>
-        <pv_value />
-        <show_scale>true</show_scale>
-        <scale_format></scale_format>
-        <show_label>false</show_label>
-        <height>109</height>
-        <fill_color>
-          <color red="0" green="0" blue="255" />
-        </fill_color>
-        <border_width>1</border_width>
-        <value_label_format></value_label_format>
+        </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>
+        <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>853</width>
+        <trace_1_x_pv_value />
+        <axis_1_minimum>-1.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 />
+        <trace_1_visible>true</trace_1_visible>
+        <plot_area_background_color>
+          <color red="0" green="0" blue="0" />
+        </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>
-        <pv_name>$(PREFIX_MTR):$(NAME_MTR).RBV</pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Progress Bar</widget_type>
-        <name>Progress Bar</name>
-        <show_hi>false</show_hi>
-        <actions hook="false" hook_all="false" />
-        <show_lo>false</show_lo>
-        <border_style>0</border_style>
-        <show_lolo>false</show_lolo>
-        <show_minor_ticks>true</show_minor_ticks>
+        <axis_2_axis_title>ms</axis_2_axis_title>
+        <trace_1_buffer_size>2</trace_1_buffer_size>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <show_markers>true</show_markers>
-        <color_hihi>
-          <color red="255" green="0" blue="0" />
-        </color_hihi>
-        <origin>0.0</origin>
-        <show_hihi>false</show_hihi>
-        <log_scale>false</log_scale>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-7c9c</wuid>
-        <indicator_mode>false</indicator_mode>
-        <level_hihi>90.0</level_hihi>
-        <origin_ignored>true</origin_ignored>
-        <color_hi>
-          <color red="255" green="128" blue="0" />
-        </color_hi>
-        <color_lo>
-          <color red="255" green="128" blue="0" />
-        </color_lo>
+        <axis_2_scale_format></axis_2_scale_format>
         <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="200" green="200" blue="200" />
-        </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>false</limits_from_pv>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <level_lolo>10.0</level_lolo>
-        <width>464</width>
-        <x>409</x>
-        <y>200</y>
-        <maximum>200.0</maximum>
-        <color_lolo>
-          <color red="255" green="0" blue="0" />
-        </color_lolo>
+        <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>true</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <trace_2_plot_mode>0</trace_2_plot_mode>
+        <trace_2_x_pv>$(PREFIX_SIG):$(SIGNAL_FC):LCURSOR_X</trace_2_x_pv>
         <foreground_color>
-          <color red="0" green="0" blue="0" />
+          <color red="0" green="0" blue="255" />
         </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.RoundedRectangle" version="1.0.0">
         <border_style>0</border_style>
@@ -6777,7 +5696,7 @@ $(pv_value)</tooltip>
 $(pv_value)</tooltip>
         <rules />
         <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-78c5</wuid>
+        <wuid>-3f6498d2:15645d229d4:-6638</wuid>
         <transparent>false</transparent>
         <pv_value />
         <alpha>255</alpha>
@@ -6787,7 +5706,7 @@ $(pv_value)</tooltip>
         </bg_gradient_color>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>103</height>
+        <height>97</height>
         <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -6811,10 +5730,10 @@ $(pv_value)</tooltip>
         <background_color>
           <color red="186" green="189" blue="182" />
         </background_color>
-        <width>337</width>
-        <x>38</x>
+        <width>349</width>
+        <x>48</x>
         <name>Rounded Rectangle_4</name>
-        <y>230</y>
+        <y>90</y>
         <fill_level>0.0</fill_level>
         <foreground_color>
           <color red="255" green="0" blue="0" />
@@ -6827,44 +5746,61 @@ $(pv_value)</tooltip>
           <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>
+      <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 />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-78c4</wuid>
-        <transparent>true</transparent>
+        <pv_value />
         <auto_size>false</auto_size>
-        <text>Velocity</text>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>false</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME):TRIGGER:PRETRIGGER_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>-3f6498d2:15645d229d4:-6637</wuid>
+        <transparent>false</transparent>
         <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
+        <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>
-        <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>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
-        <width>111</width>
-        <x>48</x>
-        <name>Label Orientation_7</name>
-        <y>281</y>
+        <width>85</width>
+        <x>66</x>
+        <y>136</y>
+        <maximum>1.7976931348623157E308</maximum>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
         </foreground_color>
-        <actions hook="false" hook_all="false" />
+        <minimum>-1.7976931348623157E308</minimum>
         <font>
-          <fontdata fontName="Sans" height="11" style="1" />
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
       </widget>
       <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
@@ -6873,10 +5809,10 @@ $(pv_value)</tooltip>
         <horizontal_alignment>1</horizontal_alignment>
         <rules />
         <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-78c2</wuid>
+        <wuid>-3f6498d2:15645d229d4:-6636</wuid>
         <transparent>false</transparent>
         <auto_size>false</auto_size>
-        <text>Motor settings</text>
+        <text>Display interval</text>
         <scripts />
         <height>32</height>
         <border_width>1</border_width>
@@ -6895,10 +5831,10 @@ $(pv_value)</tooltip>
         <background_color>
           <color name="SubPanel" red="176" green="218" blue="249" />
         </background_color>
-        <width>337</width>
-        <x>38</x>
+        <width>349</width>
+        <x>48</x>
         <name>Label_15</name>
-        <y>225</y>
+        <y>85</y>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
@@ -6910,7 +5846,7 @@ $(pv_value)</tooltip>
       </widget>
       <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
         <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
+        <precision>2</precision>
         <tooltip>$(pv_name)
 $(pv_value)</tooltip>
         <horizontal_alignment>1</horizontal_alignment>
@@ -6919,26 +5855,26 @@ $(pv_value)</tooltip>
         <auto_size>false</auto_size>
         <text></text>
         <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
+        <show_units>false</show_units>
         <height>31</height>
         <multiline_input>false</multiline_input>
         <border_width>1</border_width>
         <visible>true</visible>
-        <pv_name>$(PREFIX_MTR):$(NAME_MTR).VELO</pv_name>
+        <pv_name>$(DTACQ-NAME):NSAMPLES_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>
+        <precision_from_pv>false</precision_from_pv>
         <widget_type>Text Input</widget_type>
         <confirm_message></confirm_message>
-        <name>Text Input</name>
+        <name>Text Input_15</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:-7099</wuid>
+        <wuid>-3f6498d2:15645d229d4:-6635</wuid>
         <transparent>false</transparent>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
@@ -6953,9 +5889,9 @@ $(pv_value)</tooltip>
         <background_color>
           <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
-        <width>140</width>
-        <x>166</x>
-        <y>275</y>
+        <width>85</width>
+        <x>216</x>
+        <y>136</y>
         <maximum>1.7976931348623157E308</maximum>
         <foreground_color>
           <color name="KeyboardEntry" red="0" green="255" blue="255" />
@@ -6965,18 +5901,75 @@ $(pv_value)</tooltip>
           <opifont.name fontName="Cantarell" height="11" style="1">Default 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>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>-3f6498d2:15645d229d4:-6634</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="214" y="144" />
+          <point x="157" y="144" />
+          <point x="157" y="144" />
+        </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>157</x>
+        <name>Polyline_1</name>
+        <y>144</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:-6fff</wuid>
-        <transparent>false</transparent>
+        <wuid>-3f6498d2:15645d229d4:-6633</wuid>
+        <transparent>true</transparent>
         <auto_size>false</auto_size>
-        <text>Motion</text>
+        <text>ms</text>
         <scripts />
-        <height>32</height>
+        <height>20</height>
         <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -6989,21 +5982,20 @@ $(pv_value)</tooltip>
           <color red="0" green="128" blue="255" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>493</width>
-        <x>392</x>
-        <name>Label_15</name>
-        <y>91</y>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>40</width>
+        <x>324</x>
+        <name>Label_16</name>
+        <y>142</y>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <fontdata fontName="Sans" height="10" style="1" />
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
       </widget>
       <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
@@ -7016,7 +6008,7 @@ $(pv_value)</tooltip>
 $(pv_value)</tooltip>
         <rules />
         <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-6f55</wuid>
+        <wuid>-3f6498d2:15645d229d4:-6632</wuid>
         <transparent>false</transparent>
         <pv_value />
         <alpha>255</alpha>
@@ -7026,7 +6018,7 @@ $(pv_value)</tooltip>
         </bg_gradient_color>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>363</height>
+        <height>97</height>
         <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -7050,10 +6042,10 @@ $(pv_value)</tooltip>
         <background_color>
           <color red="186" green="189" blue="182" />
         </background_color>
-        <width>440</width>
-        <x>900</x>
-        <name>Rounded Rectangle_4</name>
-        <y>96</y>
+        <width>349</width>
+        <x>48</x>
+        <name>Rounded Rectangle_5</name>
+        <y>228</y>
         <fill_level>0.0</fill_level>
         <foreground_color>
           <color red="255" green="0" blue="0" />
@@ -7066,114 +6058,76 @@ $(pv_value)</tooltip>
           <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>
+      <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 />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-6f54</wuid>
-        <transparent>false</transparent>
+        <pv_value />
         <auto_size>false</auto_size>
-        <text>Motion</text>
-        <scripts />
-        <height>32</height>
+        <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>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
         <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
+        <pv_name>$(PREFIX_SIG):$(SIGNAL_FC):LCURSOR_ms</pv_name>
+        <selector_type>0</selector_type>
         <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>440</width>
-        <x>900</x>
-        <name>Label_15</name>
-        <y>90</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_16</name>
+        <style>0</style>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <fontdata fontName="Sans" height="10" style="1" />
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-        <border_style>0</border_style>
+        <border_style>3</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>1e771979:1565068c2e3:-6b0b</wuid>
-        <on_color>
-          <color name="IO OK" red="0" green="255" blue="0" />
-        </on_color>
-        <horizontal>false</horizontal>
-        <pv_value />
-        <numBits>15</numBits>
+        <wuid>-3f6498d2:15645d229d4:-6631</wuid>
+        <transparent>false</transparent>
         <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <height>320</height>
-        <border_width>0</border_width>
+        <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>
-        <visible>true</visible>
-        <pv_name>$(PREFIX_MTR):$(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>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
-        <square_led>true</square_led>
-        <startBit>0</startBit>
-        <width>25</width>
-        <x>932</x>
-        <name>Byte Monitor Template</name>
-        <y>131</y>
+        <width>85</width>
+        <x>66</x>
+        <y>274</y>
+        <maximum>1.7976931348623157E308</maximum>
         <foreground_color>
-          <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
         </foreground_color>
-        <actions hook="false" hook_all="false" />
+        <minimum>-1.7976931348623157E308</minimum>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</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>
+        <horizontal_alignment>1</horizontal_alignment>
         <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a44</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>DONE: Motion is complete.</text>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-6630</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Measure interval</text>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <height>32</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -7182,121 +6136,153 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <widget_type>Label</widget_type>
         <wrap_words>true</wrap_words>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color name="SubPanel" red="176" green="218" blue="249" />
         </background_color>
-        <width>159</width>
-        <x>968</x>
-        <name>Label Template_4</name>
-        <y>156</y>
+        <width>349</width>
+        <x>48</x>
+        <name>Label_17</name>
+        <y>223</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
         <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <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>0</horizontal_alignment>
+      <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 />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a43</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>PLUS_LS: Plus limit switch has been hit.</text>
+        <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_SIG):$(SIGNAL_FC):RCURSOR_ms</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_17</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>-3f6498d2:15645d229d4:-662f</wuid>
+        <transparent>false</transparent>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <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>
-        <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>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
-        <width>239</width>
-        <x>968</x>
-        <name>Label Template_5</name>
-        <y>177</y>
+        <width>85</width>
+        <x>216</x>
+        <y>274</y>
+        <maximum>1.7976931348623157E308</maximum>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
         </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
+        <minimum>-1.7976931348623157E308</minimum>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
+        <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>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a42</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>HOMELS: Sate of the home limit switch.</text>
-        <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-662e</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="214" y="282" />
+          <point x="157" y="282" />
+          <point x="157" y="282" />
+        </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>false</keep_wh_ratio>
+          <keep_wh_ratio>true</keep_wh_ratio>
         </scale_options>
         <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
+        <pv_name></pv_name>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <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 name="IO Background" red="255" green="255" blue="205" />
+          <color red="0" green="0" blue="0" />
         </background_color>
-        <width>235</width>
-        <x>968</x>
-        <name>Label Template_6</name>
-        <y>198</y>
+        <width>58</width>
+        <x>157</x>
+        <name>Polyline_2</name>
+        <y>282</y>
+        <fill_level>0.0</fill_level>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="255" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <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>
+        <horizontal_alignment>1</horizontal_alignment>
         <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a41</wuid>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-662d</wuid>
         <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Unused.</text>
+        <auto_size>false</auto_size>
+        <text>ms</text>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <height>20</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -7305,39 +6291,38 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color red="255" green="255" blue="255" />
         </background_color>
-        <width>48</width>
-        <x>968</x>
-        <name>Label Template_7</name>
-        <y>219</y>
+        <width>40</width>
+        <x>324</x>
+        <name>Label_18</name>
+        <y>280</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</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>
+        <horizontal_alignment>1</horizontal_alignment>
         <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a40</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>POSITION: Closed-loop position control is enabled.</text>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-662c</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>FC Curr</text>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <height>24</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -7346,203 +6331,252 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color red="0" green="0" blue="0" />
         </background_color>
-        <width>295</width>
-        <x>968</x>
-        <name>Label Template_8</name>
-        <y>240</y>
+        <width>160</width>
+        <x>450</x>
+        <name>Label_11</name>
+        <y>710</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color name="TextDynamic" red="0" green="244" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
+        <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>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a3f</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>SLIP_STALL: Slip/Stall detected (eg. fatal following error).</text>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-662b</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <border_alarm_sensitive>true</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_SIG):$(SIGNAL_FC):AVG</pv_name>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <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="IO Background" red="255" green="255" blue="205" />
+          <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
-        <width>332</width>
-        <x>968</x>
-        <name>Label Template_9</name>
-        <y>261</y>
+        <width>150</width>
+        <x>609</x>
+        <name>Text Update_3</name>
+        <y>710</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color name="TextDynamic" red="0" green="244" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
+        <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>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a3e</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>HOME: If at home position.</text>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-662a</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <border_alarm_sensitive>true</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_SIG):$(SIGNAL_FC):MAX</pv_name>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <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="IO Background" red="255" green="255" blue="205" />
+          <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
-        <width>157</width>
-        <x>968</x>
-        <name>Label Template_10</name>
-        <y>282</y>
+        <width>150</width>
+        <x>758</x>
+        <name>Text Update_1</name>
+        <y>710</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color name="TextDynamic" red="0" green="244" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
+        <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>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a3d</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>PRESENT: Encoder is present.</text>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-6629</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <border_alarm_sensitive>true</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_SIG):$(SIGNAL_FC):MIN</pv_name>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <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="IO Background" red="255" green="255" blue="205" />
+          <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
-        <width>181</width>
-        <x>968</x>
-        <name>Label Template_22</name>
-        <y>303</y>
+        <width>150</width>
+        <x>907</x>
+        <name>Text Update_2</name>
+        <y>710</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color name="TextDynamic" red="0" green="244" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
+        <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>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a3c</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>PROBLEM: Driver stopped polling, or hardware problem.</text>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-6628</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <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>
-        <vertical_alignment>1</vertical_alignment>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <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="IO Background" red="255" green="255" blue="205" />
+          <color red="186" green="189" blue="182" />
         </background_color>
-        <width>324</width>
-        <x>968</x>
-        <name>Label Template_23</name>
-        <y>324</y>
+        <width>448</width>
+        <x>609</x>
+        <name>Rectangle_1</name>
+        <y>689</y>
+        <fill_level>0.0</fill_level>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="255" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <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>0</horizontal_alignment>
+        <horizontal_alignment>1</horizontal_alignment>
         <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a3b</wuid>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-6627</wuid>
         <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>MOVING: Non-zero velocity present.</text>
+        <auto_size>false</auto_size>
+        <text>Max</text>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <height>20</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -7551,39 +6585,38 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color red="255" green="255" blue="255" />
         </background_color>
-        <width>210</width>
-        <x>968</x>
-        <name>Label Template_13</name>
-        <y>345</y>
+        <width>150</width>
+        <x>758</x>
+        <name>Label_5</name>
+        <y>690</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</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>
+        <horizontal_alignment>1</horizontal_alignment>
         <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a3a</wuid>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-6626</wuid>
         <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>GAIN_SUPPORT: Motor supports closed-loop pos. control.</text>
+        <auto_size>false</auto_size>
+        <text>Min</text>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <height>20</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -7592,39 +6625,38 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color red="255" green="255" blue="255" />
         </background_color>
-        <width>340</width>
-        <x>968</x>
-        <name>Label Template_14</name>
-        <y>366</y>
+        <width>150</width>
+        <x>907</x>
+        <name>Label_22</name>
+        <y>690</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</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>
+        <horizontal_alignment>1</horizontal_alignment>
         <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a39</wuid>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-6625</wuid>
         <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>COMM_ERR: Controller communication error.</text>
+        <auto_size>false</auto_size>
+        <text>Average</text>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <height>20</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -7633,80 +6665,114 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color red="255" green="255" blue="255" />
         </background_color>
-        <width>263</width>
-        <x>968</x>
-        <name>Label Template_15</name>
-        <y>387</y>
+        <width>150</width>
+        <x>609</x>
+        <name>Label_21</name>
+        <y>690</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.BoolButton" version="1.0.0">
+        <toggle_button>true</toggle_button>
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>1</push_action_index>
         <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a38</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>MINUS_LS: Minus limit switch has been hit.</text>
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-3a0d</wuid>
+        <on_color>
+          <color red="0" green="255" blue="0" />
+        </on_color>
+        <show_confirm_dialog>0</show_confirm_dialog>
+        <password></password>
+        <pv_value />
+        <released_action_index>0</released_action_index>
+        <square_button>true</square_button>
+        <show_led>true</show_led>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <height>35</height>
+        <on_label>ON</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>
+          <keep_wh_ratio>true</keep_wh_ratio>
         </scale_options>
         <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
+        <pv_name>SYS0-EVR0:FrontOut0-Ena-SP</pv_name>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <widget_type>Boolean Button</widget_type>
+        <off_color>
+          <color red="0" green="100" 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 name="IO Background" red="255" green="255" blue="205" />
+          <color red="240" green="240" blue="240" />
         </background_color>
-        <width>255</width>
-        <x>968</x>
-        <name>Label Template_16</name>
-        <y>408</y>
+        <width>109</width>
+        <x>289</x>
+        <name>Boolean Button</name>
+        <data_type>0</data_type>
+        <y>370</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color red="0" green="0" blue="0" />
         </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>$(pv_name)</pv_name>
+            <value>0</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+          <action type="WRITE_PV">
+            <pv_name>$(pv_name)</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <show_boolean_label>true</show_boolean_label>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</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>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a37</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>HOMED: The motor has been homed.</text>
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-38f7</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Fast Acquisition</text>
         <scripts />
-        <height>15</height>
-        <border_width>2</border_width>
+        <height>43</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -7715,39 +6781,39 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="0" blue="0" />
         </border_color>
         <widget_type>Label</widget_type>
         <wrap_words>true</wrap_words>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color name="IO Shape Fill" red="188" green="188" blue="188" />
         </background_color>
-        <width>218</width>
-        <x>968</x>
-        <name>Label Template_17</name>
-        <y>429</y>
+        <width>1357</width>
+        <x>0</x>
+        <name>Label_124</name>
+        <y>12</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color name="IO Label" red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
         <show_scrollbar>false</show_scrollbar>
         <font>
-          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="13" style="1">Header 3</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>
+        <horizontal_alignment>1</horizontal_alignment>
         <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-6a36</wuid>
-        <transparent>false</transparent>
+        <enabled>true</enabled>
+        <wuid>-3f6498d2:15645d229d4:-348a</wuid>
+        <transparent>true</transparent>
         <auto_size>false</auto_size>
-        <text>DIRECTION: Last raw direction; (Grey: Neg., Green: Pos.)</text>
+        <text>Activate timing System</text>
         <scripts />
         <height>20</height>
-        <border_width>2</border_width>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -7756,71 +6822,75 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="IO Shape Fill" red="188" green="188" blue="188" />
+          <color red="255" green="255" blue="255" />
         </background_color>
-        <width>350</width>
-        <x>968</x>
-        <name>Label Template_45</name>
-        <y>135</y>
+        <width>199</width>
+        <x>54</x>
+        <name>Label_18</name>
+        <y>378</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="arial" height="10" style="0">IO Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>true</toggle_button>
-        <border_style>6</border_style>
+      <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>
-        <push_action_index>1</push_action_index>
+        <horizontal_alignment>0</horizontal_alignment>
         <rules />
         <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-597a</wuid>
-        <release_action_index>0</release_action_index>
+        <wuid>1e771979:1565068c2e3:-483e</wuid>
+        <transparent>false</transparent>
         <pv_value />
-        <text>STOP</text>
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
         <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <height>64</height>
-        <border_width>2</border_width>
+        <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>
-        <image></image>
         <visible>true</visible>
-        <pv_name></pv_name>
+        <pv_name>$(DTACQ-NAME)-STAT-RB</pv_name>
+        <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>Action Button</widget_type>
+        <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="Major" red="255" green="0" blue="0" />
+          <color red="0" green="0" blue="0" />
         </background_color>
-        <width>181</width>
-        <x>576</x>
-        <name>Action Button Template_1</name>
-        <y>380</y>
-        <style>0</style>
+        <width>148</width>
+        <x>1188</x>
+        <name>Text Update</name>
+        <y>24</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <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="1">Default Bold</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
         </font>
       </widget>
     </widget>
@@ -7829,7 +6899,7 @@ $(pv_value)</tooltip>
       <tooltip></tooltip>
       <rules />
       <enabled>true</enabled>
-      <wuid>-5b5af26c:15364c41bca:-6d20</wuid>
+      <wuid>-5b5af26c:15364c41bca:-785a</wuid>
       <transparent>true</transparent>
       <lock_children>false</lock_children>
       <scripts />
@@ -7853,7 +6923,7 @@ $(pv_value)</tooltip>
       </background_color>
       <width>2489</width>
       <x>1</x>
-      <name>TREK6096E</name>
+      <name>MOTOR</name>
       <y>1</y>
       <foreground_color>
         <color red="192" green="192" blue="192" />
@@ -7874,7 +6944,67 @@ $(pv_value)</tooltip>
 $(pv_value)</tooltip>
         <rules />
         <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-5856</wuid>
+        <wuid>1e771979:1565068c2e3:-7000</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>243</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <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>493</width>
+        <x>392</x>
+        <name>Rounded Rectangle_4</name>
+        <y>96</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>-3f6498d2:15645d229d4:-268a</wuid>
         <transparent>false</transparent>
         <pv_value />
         <alpha>255</alpha>
@@ -7908,132 +7038,195 @@ $(pv_value)</tooltip>
         <background_color>
           <color red="186" green="189" blue="182" />
         </background_color>
-        <width>568</width>
-        <x>72</x>
+        <width>337</width>
+        <x>38</x>
         <name>Rounded Rectangle_4</name>
-        <y>72</y>
+        <y>95</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">
+        <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>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-5b5af26c:15364c41bca:-7593</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>20</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_MTR):$(NAME_MTR).RBV</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </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>140</width>
+        <x>584</x>
+        <name>Text Update Template_16</name>
+        <y>200</y>
+        <foreground_color>
+          <color name="TextDynamic" red="0" green="244" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name>
+        </font>
+      </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>0</bit>
+        <pv_value />
+        <height>20</height>
+        <border_width>0</border_width>
+        <visible>true</visible>
+        <pv_name>$(PREFIX_MTR):$(NAME_MTR).MOVN</pv_name>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED Template_3</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>true</show_boolean_label>
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-5860</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Voltage</text>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-5b5af26c:15364c41bca:-758f</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
         <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label></on_label>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
+          <keep_wh_ratio>true</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>
+        <off_color>
+          <color name="IO PV OFF" red="77" green="77" blue="77" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
         <background_color>
           <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>87</width>
-        <x>93</x>
-        <name>Label Orientation_7</name>
-        <y>122</y>
+        <square_led>true</square_led>
+        <width>20</width>
+        <x>841</x>
+        <data_type>0</data_type>
+        <y>165</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color name="IO InputPV Fg" red="0" green="32" blue="92" />
         </foreground_color>
-        <actions hook="false" hook_all="false" />
         <font>
-          <fontdata fontName="Sans" height="11" style="1" />
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
         </font>
+        <off_label></off_label>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
         <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
         <tooltip>$(pv_name)
 $(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
         <rules />
+        <effect_3d>true</effect_3d>
+        <bit>0</bit>
         <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>
+        <height>20</height>
+        <border_width>2</border_width>
         <visible>true</visible>
-        <pv_name>$(PREFIX_PS)hor-SP</pv_name>
-        <selector_type>0</selector_type>
+        <pv_name>$(PREFIX_MTR):$(NAME_MTR).DMOV</pv_name>
         <border_color>
-          <color red="0" green="128" blue="255" />
+          <color name="IO Border" red="215" green="215" blue="215" />
         </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>
+        <widget_type>LED</widget_type>
+        <name>LED Template_2</name>
         <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
+        <show_boolean_label>true</show_boolean_label>
+        <border_style>0</border_style>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-585f</wuid>
-        <transparent>false</transparent>
+        <wuid>-5b5af26c:15364c41bca:-758e</wuid>
+        <on_color>
+          <color red="0" green="255" blue="0" />
+        </on_color>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label></on_label>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
+          <keep_wh_ratio>true</keep_wh_ratio>
         </scale_options>
+        <off_color>
+          <color red="77" green="77" blue="77" />
+        </off_color>
         <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" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>140</width>
-        <x>189</x>
-        <y>116</y>
-        <maximum>1.7976931348623157E308</maximum>
+        <square_led>true</square_led>
+        <width>20</width>
+        <x>841</x>
+        <data_type>0</data_type>
+        <y>135</y>
         <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+          <color name="IO InputPV Fg" red="0" green="32" blue="92" />
         </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
         </font>
+        <off_label></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>
+        <horizontal_alignment>0</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-585e</wuid>
-        <transparent>false</transparent>
+        <enabled>false</enabled>
+        <wuid>-5b5af26c:15364c41bca:-7587</wuid>
+        <transparent>true</transparent>
         <auto_size>false</auto_size>
-        <text>HORIZONTAL Power Supply</text>
+        <text>Done moving</text>
         <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
+        <height>20</height>
+        <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -8042,151 +7235,118 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color red="0" green="128" blue="255" />
+          <color name="IO Border" red="215" green="215" blue="215" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>568</width>
-        <x>72</x>
-        <name>Label_15</name>
-        <y>66</y>
+        <width>80</width>
+        <x>746</x>
+        <name>Label Orientation_1</name>
+        <y>135</y>
         <foreground_color>
-          <color red="0" green="0" blue="0" />
+          <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
         <font>
-          <fontdata fontName="Sans" height="10" style="1" />
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" 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>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-5848</wuid>
-        <transparent>false</transparent>
-        <pv_value />
+        <enabled>false</enabled>
+        <wuid>-5b5af26c:15364c41bca:-7586</wuid>
+        <transparent>true</transparent>
         <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
+        <text>Moving</text>
         <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>31</height>
-        <border_width>1</border_width>
+        <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>
-        <pv_name>$(PREFIX_PS)hor-RBV</pv_name>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color red="0" green="128" blue="255" />
+          <color name="IO Border" red="215" green="215" blue="215" />
         </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <widget_type>Label</widget_type>
         <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
         <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>150</width>
-        <x>411</x>
-        <name>Text Update_3</name>
-        <y>116</y>
+        <width>86</width>
+        <x>746</x>
+        <name>Label Orientation_2</name>
+        <y>165</y>
         <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
+          <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" 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>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-5732</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>
+        <enabled>false</enabled>
+        <wuid>-5b5af26c:15364c41bca:-7580</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text> Command</text>
         <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>106</height>
-        <border_width>1</border_width>
+        <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>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
+        <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color red="0" green="128" blue="255" />
+          <color name="IO Border" red="215" green="215" blue="215" />
         </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>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color red="186" green="189" blue="182" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>568</width>
-        <x>72</x>
-        <name>Rounded Rectangle_4</name>
-        <y>246</y>
-        <fill_level>0.0</fill_level>
+        <width>87</width>
+        <x>48</x>
+        <name>Label Orientation_7</name>
+        <y>146</y>
         <foreground_color>
-          <color red="255" green="0" blue="0" />
+          <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          <fontdata fontName="Sans" height="11" style="1" />
         </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>
+        <horizontal_alignment>1</horizontal_alignment>
         <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-5731</wuid>
-        <transparent>true</transparent>
+        <enabled>true</enabled>
+        <wuid>-5b5af26c:15364c41bca:-758b</wuid>
+        <transparent>false</transparent>
         <auto_size>false</auto_size>
-        <text>Voltage</text>
+        <text>Motor Record</text>
         <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
+        <height>43</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -8195,23 +7355,24 @@ $(pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
+          <color red="0" green="0" blue="0" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
+        <wrap_words>true</wrap_words>
         <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
+          <color name="IO Shape Fill" red="188" green="188" blue="188" />
         </background_color>
-        <width>87</width>
-        <x>93</x>
-        <name>Label Orientation_7</name>
-        <y>296</y>
+        <width>1357</width>
+        <x>0</x>
+        <name>Label_124</name>
+        <y>12</y>
         <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
+          <color name="IO Label" red="0" green="0" blue="0" />
         </foreground_color>
         <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
         <font>
-          <fontdata fontName="Sans" height="11" style="1" />
+          <opifont.name fontName="Cantarell" height="13" style="1">Header 3</opifont.name>
         </font>
       </widget>
       <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
@@ -8230,7 +7391,7 @@ $(pv_value)</tooltip>
         <multiline_input>false</multiline_input>
         <border_width>1</border_width>
         <visible>true</visible>
-        <pv_name>$(PREFIX_PS)ver-SP</pv_name>
+        <pv_name>$(PREFIX_MTR):$(NAME_MTR).VAL</pv_name>
         <selector_type>0</selector_type>
         <border_color>
           <color red="0" green="128" blue="255" />
@@ -8244,7 +7405,7 @@ $(pv_value)</tooltip>
         <border_style>3</border_style>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-5730</wuid>
+        <wuid>-3f6498d2:15645d229d4:-2689</wuid>
         <transparent>false</transparent>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
@@ -8260,13 +7421,13 @@ $(pv_value)</tooltip>
           <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
         <width>140</width>
-        <x>189</x>
-        <y>290</y>
-        <maximum>1.7976931348623157E308</maximum>
+        <x>166</x>
+        <y>140</y>
+        <maximum>10.0</maximum>
         <foreground_color>
           <color name="KeyboardEntry" red="0" green="255" blue="255" />
         </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
+        <minimum>-10.0</minimum>
         <font>
           <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
@@ -8277,10 +7438,10 @@ $(pv_value)</tooltip>
         <horizontal_alignment>1</horizontal_alignment>
         <rules />
         <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-572f</wuid>
+        <wuid>-3f6498d2:15645d229d4:-2688</wuid>
         <transparent>false</transparent>
         <auto_size>false</auto_size>
-        <text>VERTICAL Power Supply</text>
+        <text>Position</text>
         <scripts />
         <height>32</height>
         <border_width>1</border_width>
@@ -8299,10 +7460,10 @@ $(pv_value)</tooltip>
         <background_color>
           <color name="SubPanel" red="176" green="218" blue="249" />
         </background_color>
-        <width>568</width>
-        <x>72</x>
+        <width>337</width>
+        <x>38</x>
         <name>Label_15</name>
-        <y>240</y>
+        <y>90</y>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
@@ -8312,592 +7473,664 @@ $(pv_value)</tooltip>
           <fontdata fontName="Sans" height="10" 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>
+      <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
         <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
         <tooltip>$(pv_name)
 $(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-572e</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>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_PS)ver-RBV</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>411</x>
-        <name>Text Update_3</name>
-        <y>290</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
+        <effect_3d>true</effect_3d>
+        <scale_font>
           <opifont.name fontName="Cantarell" height="11" style="0">Default</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>true</auto_size>
-    <text>EMU</text>
-    <scripts />
-    <height>39</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>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>73</width>
-    <x>475</x>
-    <name>Label Template</name>
-    <y>20</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="25" 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>115</width>
-    <x>666</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)
+        </scale_font>
+        <horizontal>true</horizontal>
+        <pv_value />
+        <show_scale>true</show_scale>
+        <scale_format></scale_format>
+        <show_label>false</show_label>
+        <height>109</height>
+        <fill_color>
+          <color red="0" green="0" blue="255" />
+        </fill_color>
+        <border_width>1</border_width>
+        <value_label_format></value_label_format>
+        <visible>true</visible>
+        <pv_name>$(PREFIX_MTR):$(NAME_MTR).RBV</pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Progress Bar</widget_type>
+        <name>Progress Bar</name>
+        <show_hi>false</show_hi>
+        <actions hook="false" hook_all="false" />
+        <show_lo>false</show_lo>
+        <border_style>0</border_style>
+        <show_lolo>false</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>
+        <origin>0.0</origin>
+        <show_hihi>false</show_hihi>
+        <log_scale>false</log_scale>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-7c9c</wuid>
+        <indicator_mode>false</indicator_mode>
+        <level_hihi>90.0</level_hihi>
+        <origin_ignored>true</origin_ignored>
+        <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="200" green="200" blue="200" />
+        </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>false</limits_from_pv>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <level_lolo>10.0</level_lolo>
+        <width>464</width>
+        <x>409</x>
+        <y>200</y>
+        <maximum>200.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.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>
-    <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_SCAN}:$(NAME_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>780</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.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>
-    <border_width>1</border_width>
-    <trace_1_x_axis_index>0</trace_1_x_axis_index>
-    <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>
-    <trace_1_x_pv></trace_1_x_pv>
-    <wuid>4ad471b5:157e1276406:-7497</wuid>
-    <transparent>false</transparent>
-    <trace_1_update_mode>0</trace_1_update_mode>
-    <axis_0_title_font>
-      <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-    </axis_0_title_font>
-    <trace_2_update_mode>0</trace_2_update_mode>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <x>2652</x>
-    <y>930</y>
-    <trace_0_x_axis_index>0</trace_0_x_axis_index>
-    <axis_count>2</axis_count>
-    <trace_1_point_size>4</trace_1_point_size>
-    <trace_1_anti_alias>true</trace_1_anti_alias>
-    <pv_value />
-    <trace_0_buffer_size>5000</trace_0_buffer_size>
-    <trace_2_buffer_size>5000</trace_2_buffer_size>
-    <axis_1_maximum>100.0</axis_1_maximum>
-    <axis_0_scale_font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </axis_0_scale_font>
-    <trigger_pv></trigger_pv>
-    <widget_type>XY Graph</widget_type>
-    <trace_2_line_width>1</trace_2_line_width>
-    <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_1_name>$(trace_1_y_pv)</trace_1_name>
-    <trace_1_y_pv_value />
-    <show_legend>true</show_legend>
-    <axis_0_axis_title>Primary X Axis (0)</axis_0_axis_title>
-    <axis_0_axis_color>
-      <color red="0" green="0" blue="0" />
-    </axis_0_axis_color>
-    <trace_2_update_delay>100</trace_2_update_delay>
-    <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
-    <trace_0_point_style>0</trace_0_point_style>
-    <trace_1_point_style>0</trace_1_point_style>
-    <trace_0_line_width>1</trace_0_line_width>
-    <axis_0_time_format>0</axis_0_time_format>
-    <trace_count>3</trace_count>
-    <axis_1_show_grid>true</axis_1_show_grid>
-    <trace_2_trace_color>
-      <color red="33" green="179" blue="33" />
-    </trace_2_trace_color>
-    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-    <trace_2_trace_type>0</trace_2_trace_type>
-    <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>false</keep_wh_ratio>
-    </scale_options>
-    <trace_1_y_pv>SCANNINGDAQ:AI-CH1-DATA</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>true</trace_2_anti_alias>
-    <axis_0_maximum>100.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>244</height>
-    <trace_2_visible>true</trace_2_visible>
-    <trigger_pv_value />
-    <axis_1_grid_color>
-      <color red="200" green="200" blue="200" />
-    </axis_1_grid_color>
-    <actions hook="false" hook_all="false" />
-    <trace_2_point_size>4</trace_2_point_size>
-    <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>
-    <trace_1_concatenate_data>false</trace_1_concatenate_data>
-    <trace_1_trace_color>
-      <color red="242" green="26" blue="26" />
-    </trace_1_trace_color>
-    <pv_name></pv_name>
-    <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>0.0</axis_0_minimum>
-    <trace_2_y_axis_index>1</trace_2_y_axis_index>
-    <trace_1_update_delay>100</trace_1_update_delay>
-    <axis_1_axis_title>Primary Y Axis (1)</axis_1_axis_title>
-    <trace_2_x_pv_value />
-    <axis_1_auto_scale>true</axis_1_auto_scale>
-    <trace_1_line_width>1</trace_1_line_width>
-    <trace_2_y_pv>SCANNINGDAQ:AI-CH2-DATA</trace_2_y_pv>
-    <trace_1_plot_mode>0</trace_1_plot_mode>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <trace_0_y_pv>SCANNINGDAQ:AI-CH0-DATA</trace_0_y_pv>
-    <trace_2_point_style>0</trace_2_point_style>
-    <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="Cantarell" height="11" style="0">Default</opifont.name>
-    </axis_1_scale_font>
-    <axis_1_time_format>0</axis_1_time_format>
-    <border_alarm_sensitive>true</border_alarm_sensitive>
-    <show_plot_area_border>false</show_plot_area_border>
-    <width>352</width>
-    <trace_1_x_pv_value />
-    <axis_1_minimum>0.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 />
-    <trace_1_visible>true</trace_1_visible>
-    <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>
-    <trace_1_buffer_size>5000</trace_1_buffer_size>
-    <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.0</axis_1_auto_scale_threshold>
-    <trace_2_plot_mode>0</trace_2_plot_mode>
-    <trace_2_x_pv></trace_2_x_pv>
-    <foreground_color>
-      <color red="0" green="0" blue="255" />
-    </foreground_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-    <active_tab>0</active_tab>
-    <tooltip></tooltip>
-    <height>460</height>
-    <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>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-78c5</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>103</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <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>337</width>
+        <x>38</x>
+        <name>Rounded Rectangle_4</name>
+        <y>230</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>false</enabled>
+        <wuid>1e771979:1565068c2e3:-78c4</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>111</width>
+        <x>48</x>
+        <name>Label Orientation_7</name>
+        <y>281</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="11" 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>1e771979:1565068c2e3:-78c2</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Motor settings</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>337</width>
+        <x>38</x>
+        <name>Label_15</name>
+        <y>225</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <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>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_MTR):$(NAME_MTR).VELO</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>
-        <description>save data</description>
-      </action>
-    </actions>
-    <tab_1_enabled>true</tab_1_enabled>
-    <border_style>14</border_style>
-    <enabled>true</enabled>
-    <wuid>-20a75393:15809f6e4ee:-74d8</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_1_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_1_font>
-    <background_color>
-      <color name="Container Border Grey" red="150" green="150" blue="150" />
-    </background_color>
-    <width>450</width>
-    <x>2712</x>
-    <horizontal_tabs>true</horizontal_tabs>
-    <y>486</y>
-    <rules />
-    <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>
-    <widget_type>Tabbed Container</widget_type>
-    <name>Tabbed Container_1</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>Vertical motor</tab_0_title>
-    <tab_1_foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </tab_1_foreground_color>
-    <tab_1_title>Console</tab_1_title>
-    <scripts />
-    <tab_count>2</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>-20a75393:15809f6e4ee:-74d7</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>420</height>
-      <border_width>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>444</width>
-      <x>1</x>
-      <name>Vertical 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.LED" version="1.0.0">
+        <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:-7099</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>140</width>
+        <x>166</x>
+        <y>275</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="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </font>
+      </widget>
+      <widget 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:-6fff</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Motion</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>493</width>
+        <x>392</x>
+        <name>Label_15</name>
+        <y>91</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <fontdata fontName="Sans" height="10" style="1" />
+        </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)</tooltip>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-6f55</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>363</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <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>440</width>
+        <x>900</x>
+        <name>Rounded Rectangle_4</name>
+        <y>96</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 />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-6f54</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Motion</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>
-        <pv_name>$(P)_$(M):V_SWITCH_H_GET</pv_name>
+        <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>440</width>
+        <x>900</x>
+        <name>Label_15</name>
+        <y>90</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
         <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <fontdata fontName="Sans" height="10" style="1" />
+        </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>-20a75393:15809f6e4ee:-74d6</wuid>
+        <wuid>1e771979:1565068c2e3:-6b0b</wuid>
         <on_color>
-          <color name="Minor" red="255" green="128" blue="0" />
+          <color name="IO OK" red="0" green="255" blue="0" />
         </on_color>
+        <horizontal>false</horizontal>
+        <pv_value />
+        <numBits>15</numBits>
         <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <height>320</height>
+        <border_width>0</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
+          <keep_wh_ratio>false</keep_wh_ratio>
         </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX_MTR):$(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="Green Off" red="0" green="30" blue="0" />
+          <color name="IO Grid" red="215" green="215" blue="215" />
         </off_color>
         <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
         <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <square_led>true</square_led>
+        <startBit>0</startBit>
+        <width>25</width>
+        <x>932</x>
+        <name>Byte Monitor Template</name>
+        <y>131</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>0</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a44</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>DONE: Motion is complete.</text>
+        <scripts />
+        <height>15</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>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>159</width>
+        <x>968</x>
+        <name>Label Template_4</name>
+        <y>156</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <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>0</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a43</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>PLUS_LS: Plus limit switch has been hit.</text>
+        <scripts />
+        <height>15</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>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>239</width>
+        <x>968</x>
+        <name>Label Template_5</name>
+        <y>177</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <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>0</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a42</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>HOMELS: Sate of the home limit switch.</text>
+        <scripts />
+        <height>15</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>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>235</width>
+        <x>968</x>
+        <name>Label Template_6</name>
+        <y>198</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <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>0</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a41</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Unused.</text>
+        <scripts />
+        <height>15</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>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>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>30</x>
-        <data_type>0</data_type>
-        <y>30</y>
+        <width>48</width>
+        <x>968</x>
+        <name>Label Template_7</name>
+        <y>219</y>
         <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
+          <color name="IO Foreground" 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="11" style="0">Default</opifont.name>
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</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>-20a75393:15809f6e4ee:-74d5</wuid>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a40</wuid>
         <transparent>true</transparent>
         <auto_size>true</auto_size>
-        <text>Vertical high switch</text>
+        <text>POSITION: Closed-loop position control is enabled.</text>
         <scripts />
-        <height>18</height>
+        <height>15</height>
         <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -8907,91 +8140,79 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="White" red="255" green="255" blue="255" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>114</width>
-        <x>60</x>
-        <name>Label Template_13</name>
-        <y>30</y>
+        <width>295</width>
+        <x>968</x>
+        <name>Label Template_8</name>
+        <y>240</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" 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>
+          <opifont.name fontName="arial" height="10" style="0">IO 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)_$(M):V_SWITCH_L_GET</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>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
         <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74d4</wuid>
-        <on_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </on_color>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a3f</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>SLIP_STALL: Slip/Stall detected (eg. fatal following error).</text>
         <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
+        <height>15</height>
+        <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
+          <keep_wh_ratio>false</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>
+        <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="Field Background Grey" red="240" green="240" blue="240" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>30</x>
-        <data_type>0</data_type>
-        <y>60</y>
+        <width>332</width>
+        <x>968</x>
+        <name>Label Template_9</name>
+        <y>261</y>
         <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
+          <color name="IO Foreground" 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="11" style="0">Default</opifont.name>
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</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>-20a75393:15809f6e4ee:-74d3</wuid>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a3e</wuid>
         <transparent>true</transparent>
         <auto_size>true</auto_size>
-        <text>Vertical low switch</text>
+        <text>HOME: If at home position.</text>
         <scripts />
-        <height>18</height>
+        <height>15</height>
         <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -9001,144 +8222,120 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="White" red="255" green="255" blue="255" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>109</width>
-        <x>60</x>
-        <name>Label Template_13</name>
-        <y>60</y>
+        <width>157</width>
+        <x>968</x>
+        <name>Label Template_10</name>
+        <y>282</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" 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>
+          <opifont.name fontName="arial" height="10" style="0">IO 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)_$(M):V_M_IN_POSITION_GET</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>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
         <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74d2</wuid>
-        <on_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </on_color>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a3d</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>PRESENT: Encoder is present.</text>
         <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
+        <height>15</height>
+        <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
+          <keep_wh_ratio>false</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>
+        <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="Field Background Grey" red="240" green="240" blue="240" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>30</x>
-        <data_type>0</data_type>
-        <y>90</y>
+        <width>181</width>
+        <x>968</x>
+        <name>Label Template_22</name>
+        <y>303</y>
         <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
+          <color name="IO Foreground" 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="11" style="0">Default</opifont.name>
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</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)_$(M):V_HOME_DONE_GET</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>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
         <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74d1</wuid>
-        <on_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </on_color>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a3c</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>PROBLEM: Driver stopped polling, or hardware problem.</text>
         <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
+        <height>15</height>
+        <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
+          <keep_wh_ratio>false</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>
+        <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="Field Background Grey" red="240" green="240" blue="240" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>30</x>
-        <data_type>0</data_type>
-        <y>120</y>
+        <width>324</width>
+        <x>968</x>
+        <name>Label Template_23</name>
+        <y>324</y>
         <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
+          <color name="IO Foreground" 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="11" style="0">Default</opifont.name>
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</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>-20a75393:15809f6e4ee:-74d0</wuid>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a3b</wuid>
         <transparent>true</transparent>
         <auto_size>true</auto_size>
-        <text>Vertical motor in position</text>
+        <text>MOVING: Non-zero velocity present.</text>
         <scripts />
-        <height>18</height>
+        <height>15</height>
         <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -9148,24 +8345,24 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="White" red="255" green="255" blue="255" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>151</width>
-        <x>60</x>
+        <width>210</width>
+        <x>968</x>
         <name>Label Template_13</name>
-        <y>90</y>
+        <y>345</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" 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>
+          <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">
@@ -9173,13 +8370,13 @@ $(trace_0_y_pv_value)</tooltip>
         <tooltip></tooltip>
         <horizontal_alignment>0</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74cf</wuid>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a3a</wuid>
         <transparent>true</transparent>
         <auto_size>true</auto_size>
-        <text>Vertical motor, home procedure done</text>
+        <text>GAIN_SUPPORT: Motor supports closed-loop pos. control.</text>
         <scripts />
-        <height>18</height>
+        <height>15</height>
         <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -9189,93 +8386,24 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="White" red="255" green="255" blue="255" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>225</width>
-        <x>60</x>
-        <name>Label Template_13</name>
-        <y>120</y>
+        <width>340</width>
+        <x>968</x>
+        <name>Label Template_14</name>
+        <y>366</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" 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>
-          <rule name="enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0 == 1">
-              <value>false</value>
-            </exp>
-            <pv trig="true">$(P)_$(M):V_BRAKE_GET</pv>
-          </rule>
-          <rule name="color_enable" prop_id="background_color" out_exp="false">
-            <exp bool_exp="pv0 == 1">
-              <value>
-                <color name="Container Grey" red="200" green="200" blue="200" />
-              </value>
-            </exp>
-            <pv trig="true">$(P)_$(M):V_BRAKE_GET</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>20</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P)_$(M):V_ABS-POS_SET</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>-20a75393:15809f6e4ee:-74ce</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>137</width>
-        <x>220</x>
-        <y>231</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>
+          <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">
@@ -9283,13 +8411,13 @@ $(trace_0_y_pv_value)</tooltip>
         <tooltip></tooltip>
         <horizontal_alignment>0</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74cd</wuid>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a39</wuid>
         <transparent>true</transparent>
         <auto_size>true</auto_size>
-        <text>Set new absolute position</text>
+        <text>COMM_ERR: Controller communication error.</text>
         <scripts />
-        <height>18</height>
+        <height>15</height>
         <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -9299,75 +8427,65 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="White" red="255" green="255" blue="255" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>154</width>
-        <x>47</x>
-        <name>Label Template_13</name>
-        <y>232</y>
+        <width>263</width>
+        <x>968</x>
+        <name>Label Template_15</name>
+        <y>387</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" 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>
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" 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>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74cc</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a38</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>MINUS_LS: Minus limit switch has been hit.</text>
         <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
+        <height>15</height>
+        <border_width>2</border_width>
         <scale_options>
           <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)_$(M):V_M_POSITION_GET</pv_name>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
+          <color name="IO Border" red="215" green="215" blue="215" />
         </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>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
         <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>137</width>
-        <x>220</x>
-        <name>Text Update</name>
-        <y>260</y>
+        <width>255</width>
+        <x>968</x>
+        <name>Label Template_16</name>
+        <y>408</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" 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>
+          <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">
@@ -9375,13 +8493,13 @@ $(trace_0_y_pv_value)</tooltip>
         <tooltip></tooltip>
         <horizontal_alignment>0</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74cb</wuid>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a37</wuid>
         <transparent>true</transparent>
         <auto_size>true</auto_size>
-        <text>Actual position</text>
+        <text>HOMED: The motor has been homed.</text>
         <scripts />
-        <height>18</height>
+        <height>15</height>
         <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -9391,24 +8509,24 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="White" red="255" green="255" blue="255" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>89</width>
-        <x>120</x>
-        <name>Label Template_13</name>
-        <y>261</y>
+        <width>218</width>
+        <x>968</x>
+        <name>Label Template_17</name>
+        <y>429</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" 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>
+          <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">
@@ -9416,13 +8534,13 @@ $(trace_0_y_pv_value)</tooltip>
         <tooltip></tooltip>
         <horizontal_alignment>0</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74ca</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Brake</text>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-6a36</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>DIRECTION: Last raw direction; (Grey: Neg., Green: Pos.)</text>
         <scripts />
-        <height>18</height>
+        <height>20</height>
         <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -9432,49 +8550,44 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="White" red="255" green="255" blue="255" />
+          <color name="IO Shape Fill" red="188" green="188" blue="188" />
         </background_color>
-        <width>34</width>
-        <x>30</x>
-        <name>Label Template_13</name>
-        <y>147</y>
+        <width>350</width>
+        <x>968</x>
+        <name>Label Template_45</name>
+        <y>135</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="10" style="0">Small</opifont.name>
+          <opifont.name fontName="arial" height="10" style="0">IO Normal</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>
+        <toggle_button>true</toggle_button>
+        <border_style>6</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="enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0 == 1">
-              <value>false</value>
-            </exp>
-            <pv trig="true">$(P)_$(M):V_BRAKE_GET</pv>
-          </rule>
-        </rules>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>1</push_action_index>
+        <rules />
         <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74c9</wuid>
+        <wuid>1e771979:1565068c2e3:-597a</wuid>
+        <release_action_index>0</release_action_index>
         <pv_value />
-        <text>Go home position</text>
+        <text>STOP</text>
         <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>24</height>
-        <border_width>1</border_width>
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <height>64</height>
+        <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -9484,151 +8597,172 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <pv_name></pv_name>
         <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
+          <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="Button Grey" red="180" green="180" blue="180" />
+          <color name="Major" red="255" green="0" blue="0" />
         </background_color>
-        <width>156</width>
-        <x>211</x>
-        <name>Action Button_1</name>
-        <y>300</y>
+        <width>181</width>
+        <x>576</x>
+        <name>Action Button Template_1</name>
+        <y>380</y>
         <style>0</style>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>$(P)_$(M):V_GO_HOME_SET</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
+        <actions hook="false" hook_all="false" />
         <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
         </font>
       </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-5b5af26c:15364c41bca:-6d20</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1130</height>
+      <border_width>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>TREK6096E</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)</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>
-            <pv trig="true">$(P)_$(M):V_BRAKE_GET</pv>
-          </rule>
-        </rules>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
         <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74c8</wuid>
+        <wuid>1e771979:1565068c2e3:-5856</wuid>
+        <transparent>false</transparent>
         <pv_value />
-        <text>Go maintenance position</text>
+        <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>24</height>
+        <height>106</height>
         <border_width>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>
+        <gradient>false</gradient>
         <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>Action Button</widget_type>
+        <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="Button Grey" red="180" green="180" blue="180" />
+          <color red="186" green="189" blue="182" />
         </background_color>
-        <width>221</width>
-        <x>178</x>
-        <name>Action Button_1</name>
-        <y>340</y>
-        <style>0</style>
+        <width>568</width>
+        <x>72</x>
+        <name>Rounded Rectangle_4</name>
+        <y>72</y>
+        <fill_level>0.0</fill_level>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color red="255" green="0" blue="0" />
         </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>$(P)_$(M):V_GO_MAINTENANCE_SET</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
+        <actions hook="false" hook_all="false" />
         <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+          <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>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
         <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>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
         <rules />
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74c7</wuid>
-        <pv_value />
-        <text>STOP EMERGENCY</text>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-5860</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Voltage</text>
         <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>54</height>
-        <border_width>1</border_width>
+        <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>
-        <image></image>
         <visible>true</visible>
-        <pv_name></pv_name>
+        <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
+          <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>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>156</width>
-        <x>260</x>
-        <name>Action Button_1</name>
-        <y>30</y>
-        <style>0</style>
+        <width>87</width>
+        <x>93</x>
+        <name>Label Orientation_7</name>
+        <y>122</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" red="0" green="0" blue="0" />
         </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>$(P)_$(M):ASK</pv_name>
-            <value>#1K</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
+        <actions hook="false" hook_all="false" />
         <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+          <fontdata fontName="Sans" height="11" 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)</tooltip>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
         <horizontal_alignment>1</horizontal_alignment>
         <rules />
         <pv_value />
@@ -9636,14 +8770,14 @@ $(trace_0_y_pv_value)</tooltip>
         <text></text>
         <rotation_angle>0.0</rotation_angle>
         <show_units>true</show_units>
-        <height>20</height>
+        <height>31</height>
         <multiline_input>false</multiline_input>
         <border_width>1</border_width>
         <visible>true</visible>
-        <pv_name>$(P)_$(M):V_VELOCITY_SET</pv_name>
+        <pv_name>$(PREFIX_PS)hor-SP</pv_name>
         <selector_type>0</selector_type>
         <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <precision_from_pv>true</precision_from_pv>
         <widget_type>Text Input</widget_type>
@@ -9654,7 +8788,7 @@ $(trace_0_y_pv_value)</tooltip>
         <border_style>3</border_style>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74c6</wuid>
+        <wuid>1e771979:1565068c2e3:-585f</wuid>
         <transparent>false</transparent>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
@@ -9665,33 +8799,35 @@ $(trace_0_y_pv_value)</tooltip>
         </scale_options>
         <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
         <format_type>0</format_type>
-        <limits_from_pv>true</limits_from_pv>
+        <limits_from_pv>false</limits_from_pv>
         <background_color>
-          <color name="White" red="255" green="255" blue="255" />
+          <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
-        <width>137</width>
-        <x>220</x>
-        <y>200</y>
+        <width>140</width>
+        <x>189</x>
+        <y>116</y>
+        <maximum>1.7976931348623157E308</maximum>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</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>
+        <horizontal_alignment>1</horizontal_alignment>
         <rules />
         <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74c5</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Velocity</text>
+        <wuid>1e771979:1565068c2e3:-585e</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>HORIZONTAL Power Supply</text>
         <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
+        <height>32</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
@@ -9700,52 +8836,46 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color 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" />
+          <color name="SubPanel" red="176" green="218" blue="249" />
         </background_color>
-        <width>47</width>
-        <x>151</x>
-        <name>Label Template_13</name>
-        <y>201</y>
+        <width>568</width>
+        <x>72</x>
+        <name>Label_15</name>
+        <y>66</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="10" style="0">Small</opifont.name>
+          <fontdata fontName="Sans" height="10" 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>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</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)_$(M):V_BRAKE_GET</pv>
-          </rule>
-        </rules>
+        <rules />
         <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74c4</wuid>
+        <wuid>1e771979:1565068c2e3:-5848</wuid>
         <transparent>false</transparent>
         <pv_value />
         <auto_size>false</auto_size>
-        <text>on</text>
+        <text>######</text>
         <rotation_angle>0.0</rotation_angle>
         <scripts />
         <border_alarm_sensitive>false</border_alarm_sensitive>
         <show_units>true</show_units>
-        <height>18</height>
+        <height>31</height>
         <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -9753,125 +8883,103 @@ $(trace_0_y_pv_value)</tooltip>
           <keep_wh_ratio>false</keep_wh_ratio>
         </scale_options>
         <visible>true</visible>
-        <pv_name></pv_name>
+        <pv_name>$(PREFIX_PS)hor-RBV</pv_name>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <precision_from_pv>true</precision_from_pv>
+        <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="Field Background Grey" red="240" green="240" blue="240" />
+          <color name="TextBackground" red="70" green="70" blue="70" />
         </background_color>
-        <width>41</width>
-        <x>70</x>
-        <name>Text Update</name>
-        <y>147</y>
+        <width>150</width>
+        <x>411</x>
+        <name>Text Update_3</name>
+        <y>116</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <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="0">Normal</opifont.name>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</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>-20a75393:15809f6e4ee:-74c3</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>420</height>
-      <border_width>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>444</width>
-      <x>1</x>
-      <name>Console</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">
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
         <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
+        <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>-20a75393:15809f6e4ee:-74c2</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Answer</text>
+        <wuid>1e771979:1565068c2e3:-5732</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 />
-        <height>18</height>
-        <border_width>2</border_width>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>106</height>
+        <border_width>1</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
           <height_scalable>true</height_scalable>
           <keep_wh_ratio>false</keep_wh_ratio>
         </scale_options>
         <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color red="0" green="128" blue="255" />
         </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <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="White" red="255" green="255" blue="255" />
+          <color red="186" green="189" blue="182" />
         </background_color>
-        <width>44</width>
-        <x>50</x>
-        <name>Label Template_1</name>
-        <y>131</y>
+        <width>568</width>
+        <x>72</x>
+        <name>Rounded Rectangle_4</name>
+        <y>246</y>
+        <fill_level>0.0</fill_level>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color red="255" 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>
+          <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>-20a75393:15809f6e4ee:-74c1</wuid>
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-5731</wuid>
         <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Ask</text>
+        <auto_size>false</auto_size>
+        <text>Voltage</text>
         <scripts />
-        <height>18</height>
+        <height>20</height>
         <border_width>2</border_width>
         <scale_options>
           <width_scalable>true</width_scalable>
@@ -9881,30 +8989,30 @@ $(trace_0_y_pv_value)</tooltip>
         <visible>true</visible>
         <vertical_alignment>1</vertical_alignment>
         <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Border" red="215" green="215" blue="215" />
         </border_color>
         <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
+        <wrap_words>false</wrap_words>
         <background_color>
-          <color name="White" red="255" green="255" blue="255" />
+          <color name="IO Background" red="255" green="255" blue="205" />
         </background_color>
-        <width>21</width>
-        <x>73</x>
-        <name>Label Template_13</name>
-        <y>96</y>
+        <width>87</width>
+        <x>93</x>
+        <name>Label Orientation_7</name>
+        <y>296</y>
         <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
+          <color name="IO Foreground" 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>
+          <fontdata fontName="Sans" height="11" 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)</tooltip>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
         <horizontal_alignment>1</horizontal_alignment>
         <rules />
         <pv_value />
@@ -9912,14 +9020,14 @@ $(trace_0_y_pv_value)</tooltip>
         <text></text>
         <rotation_angle>0.0</rotation_angle>
         <show_units>true</show_units>
-        <height>19</height>
+        <height>31</height>
         <multiline_input>false</multiline_input>
         <border_width>1</border_width>
         <visible>true</visible>
-        <pv_name>$(P)_$(M):ASK</pv_name>
+        <pv_name>$(PREFIX_PS)ver-SP</pv_name>
         <selector_type>0</selector_type>
         <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
+          <color red="0" green="128" blue="255" />
         </border_color>
         <precision_from_pv>true</precision_from_pv>
         <widget_type>Text Input</widget_type>
@@ -9930,340 +9038,149 @@ $(trace_0_y_pv_value)</tooltip>
         <border_style>3</border_style>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-74c0</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>103</x>
-        <y>95</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>-20a75393:15809f6e4ee:-74bf</wuid>
+        <wuid>1e771979:1565068c2e3:-5730</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)_$(M):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>103</x>
-        <name>Text Update</name>
-        <y>130</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>-20a75393:15809f6e4ee:-74be</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>
-  </widget>
-  <widget 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:-3768</wuid>
-    <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>Coeff MRAD to VOLT</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>2698</x>
-    <name>Label Orientation_2</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>
-      <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:-3767</wuid>
-    <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>Coeff VOLT to MRAD</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>2694</x>
-    <name>Label Orientation_12</name>
-    <y>165</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>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_SCAN}:$(CALC)-FactVtoMRAD</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_5</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:-3766</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>133</width>
-    <x>2892</x>
-    <y>159</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.TextInput" version="2.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>140</width>
+        <x>189</x>
+        <y>290</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="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </font>
+      </widget>
+      <widget 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:-572f</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>VERTICAL Power Supply</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>568</width>
+        <x>72</x>
+        <name>Label_15</name>
+        <y>240</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <fontdata fontName="Sans" height="10" 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>3</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_SCAN}:${CALC}-FactMRADtoV</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>-16429ab9:1582e68df9a:-3765</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>133</width>
-    <x>2892</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>
-      <fontdata fontName="Sans" height="10" style="1" />
-    </font>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-572e</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>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_PS)ver-RBV</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>411</x>
+        <name>Text Update_3</name>
+        <y>290</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>
   </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>
+    <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>-16429ab9:1582e68df9a:-3742</wuid>
+    <wuid>20cc570d:152c6318c71:-19d6</wuid>
     <transparent>false</transparent>
     <pv_value />
     <alpha>255</alpha>
     <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
+      <color name="IO Foreground" red="0" green="0" blue="0" />
     </bg_gradient_color>
     <scripts />
     <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>79</height>
-    <border_width>1</border_width>
+    <height>80</height>
+    <border_width>2</border_width>
     <scale_options>
       <width_scalable>true</width_scalable>
       <height_scalable>true</height_scalable>
@@ -10273,32 +9190,32 @@ $(pv_value)</tooltip>
     <pv_name></pv_name>
     <gradient>false</gradient>
     <border_color>
-      <color red="0" green="128" blue="255" />
+      <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 red="255" green="255" blue="255" />
+      <color name="IO Foreground" red="0" green="0" blue="0" />
     </fg_gradient_color>
     <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
     <background_color>
-      <color name="Container Border Grey" red="150" green="150" blue="150" />
+      <color red="0" green="148" blue="202" />
     </background_color>
-    <width>289</width>
-    <x>2832</x>
-    <name>Rectangle</name>
-    <y>264</y>
-    <fill_level>0.0</fill_level>
+    <width>2491</width>
+    <x>18</x>
+    <name>Rectangle Template</name>
+    <y>0</y>
+    <fill_level>100.0</fill_level>
     <foreground_color>
-      <color red="255" green="0" blue="0" />
+      <color red="0" green="148" blue="202" />
     </foreground_color>
     <actions hook="false" hook_all="false" />
     <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
     </font>
     <line_color>
-      <color red="128" green="0" blue="255" />
+      <color name="IO Line" red="0" green="32" blue="92" />
     </line_color>
   </widget>
   <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
@@ -10307,12 +9224,12 @@ $(pv_value)</tooltip>
     <horizontal_alignment>1</horizontal_alignment>
     <rules />
     <enabled>false</enabled>
-    <wuid>-16429ab9:1582e68df9a:-3741</wuid>
+    <wuid>20cc570d:152c6318c71:-19d2</wuid>
     <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>VOLTAGE Max</text>
+    <auto_size>true</auto_size>
+    <text>EMU</text>
     <scripts />
-    <height>20</height>
+    <height>39</height>
     <border_width>2</border_width>
     <scale_options>
       <width_scalable>true</width_scalable>
@@ -10325,77 +9242,21 @@ $(pv_value)</tooltip>
       <color name="IO Border" red="215" green="215" blue="215" />
     </border_color>
     <widget_type>Label</widget_type>
-    <wrap_words>false</wrap_words>
+    <wrap_words>true</wrap_words>
     <background_color>
       <color name="IO Background" red="255" green="255" blue="205" />
     </background_color>
-    <width>199</width>
-    <x>2814</x>
-    <name>Label Orientation_13</name>
-    <y>309</y>
+    <width>73</width>
+    <x>475</x>
+    <name>Label Template</name>
+    <y>20</y>
     <foreground_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
+      <color red="255" green="255" blue="255" />
     </foreground_color>
     <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
     <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>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_SCAN}:${PROC}-VoltMin</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_7</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:-3740</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>3012</x>
-    <y>303</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" />
+      <fontdata fontName="Titillium" height="25" style="0" />
     </font>
   </widget>
   <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
@@ -10404,10 +9265,10 @@ $(pv_value)</tooltip>
     <horizontal_alignment>1</horizontal_alignment>
     <rules />
     <enabled>false</enabled>
-    <wuid>-16429ab9:1582e68df9a:-373f</wuid>
+    <wuid>-cae44c:157dd221fed:-6b69</wuid>
     <transparent>true</transparent>
     <auto_size>false</auto_size>
-    <text>VOLTAGE Min</text>
+    <text>Status</text>
     <scripts />
     <height>20</height>
     <border_width>2</border_width>
@@ -10426,10 +9287,10 @@ $(pv_value)</tooltip>
     <background_color>
       <color name="IO Background" red="255" green="255" blue="205" />
     </background_color>
-    <width>199</width>
-    <x>2818</x>
-    <name>Label Orientation_14</name>
-    <y>276</y>
+    <width>115</width>
+    <x>666</x>
+    <name>Label Orientation_7</name>
+    <y>30</y>
     <foreground_color>
       <color name="IO Foreground" red="0" green="0" blue="0" />
     </foreground_color>
@@ -10443,18 +9304,18 @@ $(pv_value)</tooltip>
     <precision>0</precision>
     <tooltip>$(pv_name)
 $(pv_value)</tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
+    <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>31</height>
+    <height>25</height>
     <multiline_input>false</multiline_input>
     <border_width>1</border_width>
     <visible>true</visible>
-    <pv_name>${PREFIX_SCAN}:${PROC}-VoltMax</pv_name>
+    <pv_name>${PREFIX_SCAN}:$(NAME_MTR).FAZE</pv_name>
     <selector_type>0</selector_type>
     <border_color>
       <color red="0" green="128" blue="255" />
@@ -10462,13 +9323,13 @@ $(pv_value)</tooltip>
     <precision_from_pv>true</precision_from_pv>
     <widget_type>Text Input</widget_type>
     <confirm_message></confirm_message>
-    <name>Text Input_8</name>
+    <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:1582e68df9a:-373e</wuid>
+    <wuid>-cae44c:157dd221fed:-6b63</wuid>
     <transparent>false</transparent>
     <scripts />
     <border_alarm_sensitive>false</border_alarm_sensitive>
@@ -10481,18 +9342,18 @@ $(pv_value)</tooltip>
     <format_type>0</format_type>
     <limits_from_pv>false</limits_from_pv>
     <background_color>
-      <color name="TextBackground" red="70" green="70" blue="70" />
+      <color name="Black" red="0" green="0" blue="0" />
     </background_color>
-    <width>100</width>
-    <x>3012</x>
-    <y>270</y>
+    <width>322</width>
+    <x>780</x>
+    <y>27</y>
     <maximum>1.7976931348623157E308</maximum>
     <foreground_color>
-      <color name="Green On" red="0" green="255" blue="0" />
+      <color name="Major" red="255" green="0" blue="0" />
     </foreground_color>
     <minimum>-1.7976931348623157E308</minimum>
     <font>
-      <fontdata fontName="Sans" height="10" style="1" />
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
     </font>
   </widget>
   <widget typeId="org.csstudio.opibuilder.widgets.checkbox" version="1.0.0">
diff --git a/src/EMU_CALCULS.c b/src/EMU_CALCULS.c
index ead5c11..0b18ea5 100644
--- a/src/EMU_CALCULS.c
+++ b/src/EMU_CALCULS.c
@@ -49,14 +49,14 @@ static int ANGLE_CALCUL(aSubRecord *precord) {
     /* WAVEFORM : Calcul WF_PS1-WF_PS2, and convert the resukt MRAD */
     for (i = 0; i < nelm; ++i)
     {
-    *pOutA=((*WF_PS1 - *WF_PS2)* FACT_VtoMRAD)*1000;     // *1000 : to reconvert in mrad
+    *pOutA=((*WF_PS1 - *WF_PS2)* FACT_VtoMRAD)*2000;     // *1000 : to reconvert in mrad
     pOutA++;
     WF_PS1++;
     WF_PS2++;
     }
 
     /* SCALARE : Calcul AVG_PS1-AVG_PS2, and Convert he result in MRAD*/
-    *(float *) precord->valb=((AVG_PS1- AVG_PS2)*FACT_VtoMRAD)*1000;     // *1000 : to reconvert in mrad
+    *(float *) precord->valb=((AVG_PS1- AVG_PS2)*FACT_VtoMRAD)*2000;     // *1000 : to reconvert in mrad
 
   return 0;
 }
@@ -89,7 +89,7 @@ static int CREATE_TAB(aSubRecord *precord) {
     {
     resetComp=1;
     resetButt=0;
-    printf("\nRESET");
+    printf("\nReset\n");
     for (i = 0 ; i < nelm; ++i)
         {
         *ptr_WF_OUT=0.0;
@@ -124,34 +124,15 @@ static int CREATE_TAB(aSubRecord *precord) {
       for (i = 0 ; i < nbAngle; ++i)
         {
 	if(i==0){*ptr_WF++;}
-        *ptr_WF_OUT=*ptr_WF;
+	*ptr_WF_OUT=*ptr_WF;
         ptr_WF_OUT=ptr_WF_OUT+nbPosition;
         ptr_WF++;
         }
       resetComp=1;
+      resetButt=0;
     }
 
   return 0;
 }
 /* Note the function must be registered at the end. */
 epicsRegisterFunction(CREATE_TAB);
-
-
-/*
-* This function allows to initiliaze the waveform for X' (ANGLE) and Y(CURRENT)
-*/
-static int INIT_TAB(aSubRecord *precord) {
-
-    int nelm = precord->nova;
-    float *ptr_WF_OUT=(float*)(precord->vala);
-    int i;
-
-    for (i = 0 ; i < nelm; ++i)
-        {
-        *ptr_WF_OUT=0.0;
-        ptr_WF_OUT++;
-        }
-  return 0;
-}
-/* Note the function must be registered at the end. */
-epicsRegisterFunction(INIT_TAB);
diff --git a/src/EMU_RAMP-CURRENT.st b/src/EMU_RAMP-CURRENT.st
index edd5711..ed1c683 100644
--- a/src/EMU_RAMP-CURRENT.st
+++ b/src/EMU_RAMP-CURRENT.st
@@ -55,7 +55,7 @@ ss ss1
 		   {
 			when(efTestAndClear(PS2_Cons_flag))
 				{
-				if((PS2_Cons<limitCurr) && (PS2_Cons>-limitCurr)){FCCurr_Cons= 10;}
+				if((PS2_Cons<limitCurr) && (PS2_Cons>-limitCurr)){FCCurr_Cons= 5+(rand() * 0.000000001);;}
 				else{
 					%%FCCurr_Cons= PS2_Cons;
 			            }
diff --git a/startup/EMU-old.cmd b/startup/EMU-old.cmd
deleted file mode 100644
index 570cf54..0000000
--- a/startup/EMU-old.cmd
+++ /dev/null
@@ -1,209 +0,0 @@
-# Required modules ###
-require ifcdaq,0.2.0
-require singlemotion,
-require mrfsample
-require pev
-require EMU,jfdenis
-
-### MACROS ###
-# PMAC common macros3       ) 
-epicsEnvSet("PMACPREFIX", "PMAC"  )
-epicsEnvSet("PMACPORT",   "pmacLV")
-epicsEnvSet("MOTOR_PORT", "pmac1" )
-epicsEnvSet("NB_AXES", "1" )
-
-# Motor Macros
-epicsEnvSet("EGU",       "mm"   )
-epicsEnvSet("DIR",       "Pos"  )
-epicsEnvSet("MRES",      "0.000249515")
-epicsEnvSet("PREC",      "4"    )
-epicsEnvSet("DHLM",      "4"   )
-epicsEnvSet("DLLM",      "-200"  )  // A NE PAS TOUCHER
-epicsEnvSet("VELO",      "1"    )
-epicsEnvSet("VBAS",      "0.1"  )
-epicsEnvSet("VMAX",      "2"    )
-epicsEnvSet("ACCL",      "0.1"  )
-epicsEnvSet("BDST",      "0"    )
-epicsEnvSet("INIT",      ""     )
-epicsEnvSet("OFF",       "0"    )
-
-epicsEnvSet("MOTOR_NAME1",  "MTR1")
-epicsEnvSet("AXIS_NO1",     "1")
-
-# Motor Status macros
-epicsEnvSet("SCAN",         "1 second")
-epicsEnvSet("OVERHEAT1",    "MAJOR"   )
-epicsEnvSet("SWITCH_OFF1",  "MINOR"   )
-epicsEnvSet("OVERHEAT2",    "0"       )
-epicsEnvSet("SWITCH_OFF2",  "0"       )
-epicsEnvSet("MOTOR_ERROR1", "0"       )
-epicsEnvSet("MOTOR_ERROR2", "0"       )
-epicsEnvSet("MOTOR_ERROR3", "0"       )
-epicsEnvSet("MOTOR_ERROR4", "0"       )
-
-# EVG Macros 
-epicsEnvSet("SYS"             "SYS0")
-epicsEnvSet("EVG"             "EVG0")
-epicsEnvSet("EVG_VMESLOT"     "7")
-
-# EVR Macros
-epicsEnvSet("EVR_PCIDOMAIN",    "0000")
-epicsEnvSet("EVR_PCIBUS",       "05")
-epicsEnvSet("EVR_PCIDEVICE",    "00")
-epicsEnvSet("EVR_PCIFUNCTION",  "0")
-epicsEnvSet("EVR",              "EVR0")
-epicsEnvSet("EVR_PUL0_EVENT",   "14")
-epicsEnvSet("EVR_PUL0_DELAY",   "$(EVR_EV14_OUT0_DELAY=0)")
-epicsEnvSet("EVR_PUL0_WIDTH",   "$(EVR_EV14_OUT0_WIDTH=1000)")
-
-#DAQ macros
-epicsEnvSet("DAQPREFIX",  "SCANNINGDAQ"  )
-epicsEnvSet("DAQBUFSIZE", "5000"         )
-
-#Scanning macros
-epicsEnvSet("SCANPREFIX", "SCAN"     )
-epicsEnvSet("SCAN_SLIT", "MTR"          )
-epicsEnvSet("SCAN_EF", "PS"              )
-epicsEnvSet("SCAN_POINTS_EF", "1000"     )
-epicsEnvSet("SCAN_POINTS_SLIT", "100"    )
-
-epicsEnvSet(EPICS_CA_MAX_ARRAY_BYTES, 400000000)
-
-# Connection to PMAC and setup for $(NUM_MOTORS) motors
-pmacAsynIPConfigure($(PMACPORT), "192.6.94.2:1025")
-pmacCreateController($(MOTOR_PORT), $(PMACPORT), 0, $(NB_AXES), 50, 300)
-pmacCreateAxis($(MOTOR_PORT), $(AXIS_NO1))
-
-# Initialize EVG
-mrmEvgSetupVME($(EVG), $(EVG_VMESLOT), 0x100000, 1, 0x01)
-
-# Initialize EVR
-mrmEvrSetupPCI($(EVR), $(EVR_PCIDOMAIN), $(EVR_PCIBUS), $(EVR_PCIDEVICE), $(EVR_PCIFUNCTION))
-
-# Initialize daq
-ndsCreateDevice(ifcdaq, $(DAQPREFIX), card=0, fmc=2)
-
-### LOAD RECORDS ###
-
-#Load EVG records
-dbLoadRecords("evg-vme-230.db", "DEVICE=$(EVG), SYS=$(SYS)")
-
-#Load EVR records
-dbLoadRecords("evr-pmc-230.db", "DEVICE=$(EVR), SYS=$(SYS)")
-dbLoadRecords("evr-softEvent.template", "DEVICE=$(EVR), SYS=$(SYS), EVT=$(EVR_PUL0_EVENT), CODE=$(EVR_PUL0_EVENT)")
-dbLoadRecords("evr-pulserMap.template", "DEVICE=$(EVR), SYS=$(SYS), EVT=$(EVR_PUL0_EVENT), PID=0, F=Trig, ID=0")
-
-## Load ifcdaq instance
-dbLoadRecords(IFCDAQAIChannelGroup.template, "PREFIX=$(DAQPREFIX),CH_GRP_ID=AI")
-dbLoadRecords(IFCDAQAIChannel.template,      "PREFIX=$(DAQPREFIX),CH_GRP_ID=AI,CH_ID=CH0, NELM=$(DAQBUFSIZE)")
-dbLoadRecords(IFCDAQAIChannel.template,      "PREFIX=$(DAQPREFIX),CH_GRP_ID=AI,CH_ID=CH1, NELM=$(DAQBUFSIZE)")
-dbLoadRecords(IFCDAQAIChannel.template,      "PREFIX=$(DAQPREFIX),CH_GRP_ID=AI,CH_ID=CH2, NELM=$(DAQBUFSIZE)")
-dbLoadRecords(IFCDAQAIChannel.template,      "PREFIX=${DAQPREFIX},CH_GRP_ID=AI,CH_ID=CH3, NELM=$(DAQBUFSIZE)")
-
-
-#
-# Load Single motions records
-#
-
-#
-# Motors
-#
-
-dbLoadRecords("motor.template", "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1),MOTOR_PORT=$(MOTOR_PORT),AXIS_NO=$(AXIS_NO1),EGU=$(EGU),DIR=$(DIR),MRES=$(MRES),PREC=$(PREC),DHLM=$(DHLM),DLLM=$(DLLM),VELO=$(VELO),VBAS=$(VBAS),VMAX=$(VMAX),ACCL=$(ACCL),BDST=$(BDST),INIT=$(INIT),OFF=$(OFF)")
-
-#
-# Motor status
-#
-
-dbLoadRecords("motorStatus.template", "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1),ASYN_PORT=$(PMACPORT),AXIS_NO=$(AXIS_NO1),SCAN=$(SCAN),EGU=$(EGU),PREC=$(PREC),OVERHEAT1=$(OVERHEAT1),SWITCH_OFF1=$(SWITCH_OFF1),OVERHEAT2=$(OVERHEAT2),SWITCH_OFF2=$(SWITCH_OFF2),MOTOR_ERROR1=$(MOTOR_ERROR1),MOTOR_ERROR2=$(MOTOR_ERROR2),MOTOR_ERROR3=$(MOTOR_ERROR3),MOTOR_ERROR4=$(MOTOR_ERROR4)")
-
-#
-# Homing procedure records
-#
-
-dbLoadRecords("motorHoming.template", "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1),ASYN_PORT=$(PMACPORT),AXIS_NO=$(AXIS_NO1),PREC=$(PREC),EGU=$(EGU)")
-
-
-dbLoadRecords("EMU.db", "DEVICE=$(SCANPREFIX), SCAN_SLIT=$(SCAN_SLIT), SCAN_EF=$(SCAN_EF), MTRREC=$(PMACPREFIX):$(MOTOR_NAME1), MAX_POINTS_EF=$(SCAN_POINTS_EF), MAX_POINTS_SLIT=$(SCAN_POINTS_SLIT), DAQNDSPREFIX=$(DAQPREFIX), DAQBUFSIZE=$(DAQBUFSIZE), DET1WF=AI-CH0-DATA, DET2WF=AI-CH1-DATA, DET3WF=AI-CH2-DATA, TR_TL=$(SYS)-$(EVR):Pul0-Ena-Sel, TR_TLTSEL=$(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME, PSU_SP=LNS-ISRC-010:PBI-EM:HVhor-SP, PSU_RBV=LNS-ISRC-010:PBI-EM:HVhor-RBV, PSU2_SP=LNS-ISRC-010:PBI-EM:HVver-SP, PSU2_RBV=LNS-ISRC-010:PBI-EM:HVver-RBV")
-
-
-# Simulated PSU
-dbLoadRecords (EMU_PS-SIM.template, "PREFIX=LNS-ISRC-010:PBI-EM, SIGNAL=HVhor")
-dbLoadRecords (EMU_PS-SIM.template, "PREFIX=LNS-ISRC-010:PBI-EM, SIGNAL=HVver")
-
-iocInit
-
-seq motorHoming "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1)"
-
-
-# SET INTERFACE FROM IFCDAQ TO Allison scanner
-# Forward link wf record to Detector guard
-dbpf $(DAQPREFIX):AI-CH0-DATA.FLNK $(SCANPREFIX):DET1-GUARD
-dbpf $(DAQPREFIX):AI-CH1-DATA.FLNK $(SCANPREFIX):DET2-GUARD
-dbpf $(DAQPREFIX):AI-CH2-DATA.FLNK $(SCANPREFIX):DET3-GUARD
-
-# Forward link from state record to Detector trigger
-dbpf $(DAQPREFIX):AI-STAT-RB.FLNK $(SCANPREFIX):DAQTRG-DAQSTGUARD
-
-
-# Forward link number of samples rbv to compress N record, so that detetor know number of elements to average over.
-dbpf $(DAQPREFIX):AI-SMNM-RB.FLNK "$(SCANPREFIX):DET1-COMPRESSN"
-
-### Setup IFCDAQ PVs ###
-# Set the DAQ to on state
-#dbpf $(DAQPREFIX):AI-STAT "ON"
-# Set trigger repeat to 1
-dbpf $(DAQPREFIX):AI-TRGR 1
-# Set trigger source to external GPIO
-dbpf $(DAQPREFIX):AI-TRGS "EXT-GPIO"
-sleep(1)
-dbpf $(DAQPREFIX):AI-STAT ON
-sleep(3)
-dbpf $(DAQPREFIX):AI-STAT RUNNING
-sleep(1)
-dbpf $(DAQPREFIX):AI-STAT RUNNING
-
-
-# Set tsel on WF record to event record in EVR
-dbpf $(DAQPREFIX):AI-CH0-DATA.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME
-dbpf $(DAQPREFIX):AI-CH1-DATA.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME
-dbpf $(DAQPREFIX):AI-CH2-DATA.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME
-
-########## TIMING GENERATOR: setup softEvent to trigg acquisistion on the  DTAcQ ######
-## Internal trigger from Mxc1 - TrgSrc0
-dbpf $(SYS)-$(EVG):TrigEvt0-EvtCode-SP 	 $(EVR_PUL0_EVENT)
-dbpf $(SYS)-$(EVG):Mxc1-Frequency-SP	 1
-dbpf $(SYS)-$(EVG):Mxc1-TrigSrc0-SP 	 "Set"
-
-dbpf $(SYS)-$(EVG):ResetMxc-Cmd		 1
-dbpf $(SYS)-$(EVG):SoftEvt-Enable-Sel    1
-
-### Setup EVR
-# setup OUT 0
-# set the pulser 0 to trigger on output  0
-# and map the pulser to trigger on event $(EVR_PUL0_EVENT)
-dbpf $(SYS)-$(EVR):FrontOut0-Src-SP      0
-dbpf $(SYS)-$(EVR):Pul0-Evt-Trig0-SP 	 $(EVR_PUL0_EVENT)
-dbpf $(SYS)-$(EVR):Pul0-Width-SP         20000
-dbpf $(SYS)-$(EVR):Pul0-Delay-SP         0
-dbpf $(SYS)-$(EVR):FrontOut0-Ena-SP      1
-
-#dbpf $(SYS)-$(EVR):Time-I.TSE -2
-
-### Setup reasonable values for sscan record ###
-# Initialize SLIT(MOTOR) positioners
-dbpf $(SCANPREFIX):$(SCAN_SLIT).P4SP -1
-dbpf $(SCANPREFIX):$(SCAN_SLIT).P4EP 1
-dbpf $(SCANPREFIX):$(SCAN_SLIT).NPTS 11
-#dbpf $(SCANPREFIX):$(SCAN_SLIT).PASM "START POS"
-
-# Initialize EF(DAC) positionners
-##### Powers supply PS1
-dbpf $(SCANPREFIX):$(SCAN_EF).P4SP -1
-dbpf $(SCANPREFIX):$(SCAN_EF).P4EP 1
-##### Powers supply PS2
-dbpf $(SCANPREFIX):$(SCAN_EF).P1SP -10
-dbpf $(SCANPREFIX):$(SCAN_EF).P1EP 10
-
-dbpf $(SCANPREFIX):$(SCAN_EF).PDLY 1
-dbpf $(SCANPREFIX):$(SCAN_EF).NPTS 10
diff --git a/startup/EMU.cmd b/startup/EMU.cmd
index dc21f8a..efaad19 100644
--- a/startup/EMU.cmd
+++ b/startup/EMU.cmd
@@ -20,7 +20,7 @@ epicsEnvSet("MRES",      "0.000249515")
 epicsEnvSet("PREC",      "4"    )
 epicsEnvSet("DHLM",      "4"   )
 epicsEnvSet("DLLM",      "-200"  )
-epicsEnvSet("VELO",      "1"    )
+epicsEnvSet("VELO",      "2"    )
 epicsEnvSet("VBAS",      "0.1"  )
 epicsEnvSet("VMAX",      "2"    )
 epicsEnvSet("ACCL",      "0.1"  )
@@ -153,47 +153,50 @@ dbpf $(DAQPREFIX):AI-STAT-RB.FLNK $(SCANPREFIX):DAQTRG-DAQSTGUARD
 # Forward link number of samples rbv to compress N record, so that detetor know number of elements to average over.
 dbpf $(DAQPREFIX):AI-SMNM-RB.FLNK "$(SCANPREFIX):DET1-COMPRESSN"
 
-### Setup IFCDAQ PVs ###
-# Set the DAQ to on state
-#dbpf $(DAQPREFIX):AI-STAT "ON"
-# Set trigger repeat to 1
-dbpf $(DAQPREFIX):AI-TRGR 1
-# Set trigger source to external GPIO
-dbpf $(DAQPREFIX):AI-TRGS "EXT-GPIO"
-sleep(1)
-dbpf $(DAQPREFIX):AI-STAT ON
-sleep(3)
-dbpf $(DAQPREFIX):AI-STAT RUNNING
-sleep(1)
-dbpf $(DAQPREFIX):AI-STAT RUNNING
-
 
 # Set tsel on WF record to event record in EVR
 dbpf $(DAQPREFIX):AI-CH0-DATA.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME
 dbpf $(DAQPREFIX):AI-CH1-DATA.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME
 dbpf $(DAQPREFIX):AI-CH2-DATA.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME
 
-########## TIMING GENERATOR: setup softEvent to trigg acquisistion on the  DTAcQ ######
+############################################################
+################### Configuration Timing ###################
+############################################################
+
+########## TIMING GENERATOR: setup TrgSrc0 to EVENT 14 ######
 ## Internal trigger from Mxc1 - TrgSrc0
 dbpf $(SYS)-$(EVG):TrigEvt0-EvtCode-SP 	 $(EVR_PUL0_EVENT)
 dbpf $(SYS)-$(EVG):Mxc1-Frequency-SP	 1
 dbpf $(SYS)-$(EVG):Mxc1-TrigSrc0-SP 	 "Set"
-
-dbpf $(SYS)-$(EVG):ResetMxc-Cmd		 1
-dbpf $(SYS)-$(EVG):SoftEvt-Enable-Sel    1
+#dbpf $(SYS)-$(EVG):ResetMxc-Cmd		 1
+#dbpf $(SYS)-$(EVG):SoftEvt-Enable-Sel    1
 
 ### Setup EVR
-# setup OUT 0
-# set the pulser 0 to trigger on output  0
-# and map the pulser to trigger on event $(EVR_PUL0_EVENT)
+##set the pulser 0 to trigger on output 0
+########## TIMING RECEIVER: setup OUT0 ##############
 dbpf $(SYS)-$(EVR):FrontOut0-Src-SP      0
 dbpf $(SYS)-$(EVR):Pul0-Evt-Trig0-SP 	 $(EVR_PUL0_EVENT)
 dbpf $(SYS)-$(EVR):Pul0-Width-SP         20000
 dbpf $(SYS)-$(EVR):Pul0-Delay-SP         0
-dbpf $(SYS)-$(EVR):FrontOut0-Ena-SP      1
+dbpf $(SYS)-$(EVR):FrontOut0-Ena-SP      "Enabled"
 
 #dbpf $(SYS)-$(EVR):Time-I.TSE -2
 
+### Setup IFCDAQ PVs ###
+# Set the DAQ to on state
+#dbpf $(DAQPREFIX):AI-STAT "ON"
+# Set trigger repeat to 1
+dbpf $(DAQPREFIX):AI-TRGR 1
+# Set trigger source to external GPIO
+dbpf $(DAQPREFIX):AI-TRGS "EXT-GPIO"
+sleep(1)
+dbpf $(DAQPREFIX):AI-STAT ON
+sleep(3)
+dbpf $(DAQPREFIX):AI-STAT RUNNING
+sleep(1)
+dbpf $(DAQPREFIX):AI-STAT RUNNING
+
+
 ### Setup reasonable values for sscan record ###
 # Initialize Motor positioners
 dbpf $(SCANPREFIX):$(SCAN_SLIT).P4SP -10
-- 
GitLab