From 25479b0b39dfcd2b11ff94384926b6f1083ee75c Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: Wed, 25 Jan 2017 11:53:41 +0100
Subject: [PATCH] Fix bug with the shift/reduce the motor speed

---
 db/EMU.substitutions      |    14 +
 db/EMU_PROCESS.template   |     3 +
 logs.0                    |   146 +-
 logs.0.lck                |     0
 logs.1                    |   242 +-
 opi/EMU.opi               | 20791 ++++++++++++++++++------------------
 opi/Scripts/ExtracData.py |    22 +-
 src/EMU_CALCULS.c         |    21 +-
 startup/EMU.cmd           |    19 +-
 9 files changed, 10619 insertions(+), 10639 deletions(-)
 create mode 100644 logs.0.lck

diff --git a/db/EMU.substitutions b/db/EMU.substitutions
index 9bbca11..4753e33 100644
--- a/db/EMU.substitutions
+++ b/db/EMU.substitutions
@@ -534,6 +534,20 @@ pattern	{P,	M,			NAME,		DESC,				EGU,	VARIABLE,	PREC,	SCAN,		SPORT}
 	{LNS-ISRC-010,PBI-EM,CURRENT_ERR,"current to high",				boolean,	P93,	0,	"0.5 second",	GEOBRICK_ASYN}
 	{LNS-ISRC-010,PBI-EMV,SWITCH_H,"Vertical high motor swicth",			boolean,	M121,	0,	"0.5 second",	GEOBRICK_ASYN}
 	{LNS-ISRC-010,PBI-EMV,SWITCH_L,"Vertical low motor swicth",			boolean,	M122,	0,	"1 second",	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_BRAKE		"0: brake on, 1: brake off"	boolean	M33		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_SWITCH_H	"Vertical high motor swicth"	boolean	M121		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_SWITCH_L	"Vertical low motor swicth"	boolean	M122		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_M_IN_POSITION	"Vertical low motor swicth"	boolean	M140		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_HOME_DONE	"Vertical low motor swicth"	boolean	P101		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_M_POSITION	"Vertical motor position"	cts	#1P		0	".1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_ACTUAL_VEL	"Actual average velocity"	boolean	M174		0	".1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_QUA_CUR_LOOP	"Quadrature cur-loop inte"	boolean	M177		0	".1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_AMP_FAULT	"Amplifier-fault-error bit"	boolean	M143		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_INT_FOL_ERR	"Integrated follow. error"	boolean	M146		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_I2T_FAULT	"I2T fault bit"			boolean	M147		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	V_PHASING_ERR	"Phasing error fault"		boolean	M148		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	GEOBRICK_ERR	"M143|M146|M147|M148|M243.."	boolean	P92		0	"1 second"	GEOBRICK_ASYN}
+	{SOURCE	EMITTANCE-METTER 	CURRENT_ERR	"current to high"		boolean	P93		0	"1 second"	GEOBRICK_ASYN}
 
 }
 
diff --git a/db/EMU_PROCESS.template b/db/EMU_PROCESS.template
index 06b1cee..1743ef9 100644
--- a/db/EMU_PROCESS.template
+++ b/db/EMU_PROCESS.template
@@ -105,6 +105,9 @@ record(seq,"$(DEVICE):PROC-PS-AF"){
   field(DO2,"1")
   field(LNK3,"$(DEVICE):BUFF-DET23-FUNC.PROC PP")
   field(DO3,"1")
+  field(LNK4,"$(DEVICE):$(SCAN_EF).AWAIT PP")
+  field(DO4,"0")
+  field(DLY4,"0.1")
 }
 
 record(seq,"$(DEVICE):PROC-SLIT-BF"){
diff --git a/logs.0 b/logs.0
index 5c87442..7b0b8ef 100644
--- a/logs.0
+++ b/logs.0
@@ -1,102 +1,46 @@
-2016-12-08 11:51:39.534 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - 
-2016-12-08 11:51:40.413 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/1-Home.opi
-2016-12-08 11:51:40.924 WARNING [Thread 34] org.csstudio.swt.widgets.symbol.PNGSymbolImage$1 (handleError) - ERROR in loading PNG image /CSS/emu-plc-test/r.png
-com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4832)
-	at org.csstudio.swt.widgets.util.ResourceUtil$2.run(ResourceUtil.java:87)
-	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
-Caused by: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:53)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:1)
-	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527)
-	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319)
-	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282)
-	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197)
-	at com.google.common.cache.LocalCache.get(LocalCache.java:3937)
-	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3941)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4824)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4830)
-	... 2 more
-Caused by: java.io.FileNotFoundException: /CSS/emu-plc-test/r.png (No such file or directory)
-	at java.io.FileInputStream.open0(Native Method)
-	at java.io.FileInputStream.open(FileInputStream.java:195)
-	at java.io.FileInputStream.<init>(FileInputStream.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:125)
-	... 12 more
-
-2016-12-08 11:52:18.977 WARNING [Thread 28] org.csstudio.swt.widgets.symbol.PNGSymbolImage$1 (handleError) - ERROR in loading PNG image /CSS/emu-plc-test/r.png
-com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4832)
-	at org.csstudio.swt.widgets.util.ResourceUtil$2.run(ResourceUtil.java:87)
-	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
-Caused by: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:53)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:1)
-	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527)
-	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319)
-	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282)
-	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197)
-	at com.google.common.cache.LocalCache.get(LocalCache.java:3937)
-	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3941)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4824)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4830)
-	... 2 more
-Caused by: java.io.FileNotFoundException: /CSS/emu-plc-test/r.png (No such file or directory)
-	at java.io.FileInputStream.open0(Native Method)
-	at java.io.FileInputStream.open(FileInputStream.java:195)
-	at java.io.FileInputStream.<init>(FileInputStream.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:125)
-	... 12 more
-
-2016-12-08 11:52:57.228 WARNING [Thread 28] org.csstudio.swt.widgets.symbol.PNGSymbolImage$1 (handleError) - ERROR in loading PNG image /CSS/emu-plc-test/r.png
-com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4832)
-	at org.csstudio.swt.widgets.util.ResourceUtil$2.run(ResourceUtil.java:87)
-	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
-Caused by: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:53)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:1)
-	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527)
-	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319)
-	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282)
-	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197)
-	at com.google.common.cache.LocalCache.get(LocalCache.java:3937)
-	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3941)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4824)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4830)
-	... 2 more
-Caused by: java.io.FileNotFoundException: /CSS/emu-plc-test/r.png (No such file or directory)
-	at java.io.FileInputStream.open0(Native Method)
-	at java.io.FileInputStream.open(FileInputStream.java:195)
-	at java.io.FileInputStream.<init>(FileInputStream.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:125)
-	... 12 more
-
-2016-12-08 11:54:50.050 WARNING [Thread 61] org.csstudio.swt.widgets.symbol.PNGSymbolImage$1 (handleError) - ERROR in loading PNG image /CSS/emu-plc-test/r.png
-com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4832)
-	at org.csstudio.swt.widgets.util.ResourceUtil$2.run(ResourceUtil.java:87)
-	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
-Caused by: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:53)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:1)
-	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527)
-	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319)
-	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282)
-	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197)
-	at com.google.common.cache.LocalCache.get(LocalCache.java:3937)
-	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3941)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4824)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4830)
-	... 2 more
-Caused by: java.io.FileNotFoundException: /CSS/emu-plc-test/r.png (No such file or directory)
-	at java.io.FileInputStream.open0(Native Method)
-	at java.io.FileInputStream.open(FileInputStream.java:195)
-	at java.io.FileInputStream.<init>(FileInputStream.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:125)
-	... 12 more
+2017-01-25 11:51:49.460 SEVERE [Thread 1] org.csstudio.logging.PluginLogListener (logging) - Unhandled event loop exception
+org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
+	at org.eclipse.swt.SWT.error(SWT.java:4441)
+	at org.eclipse.swt.SWT.error(SWT.java:4356)
+	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:139)
+	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3774)
+	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3412)
+	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
+	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
+	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
+	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
+	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
+	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
+	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
+	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
+	at org.csstudio.utility.product.Workbench.runWorkbench(Workbench.java:103)
+	at org.csstudio.startup.application.Application.startApplication(Application.java:264)
+	at org.csstudio.startup.application.Application.start(Application.java:118)
+	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
+	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
+	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:497)
+	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
+	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
+	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
+	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
+Caused by: java.lang.NullPointerException
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.getGeoBoundsFromROI(ROIFigure.java:507)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.updateROIGeoBounds(ROIFigure.java:488)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.access$3(ROIFigure.java:487)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure$3.croppedDataSizeChanged(ROIFigure.java:363)
+	at org.csstudio.swt.widgets.figures.IntensityGraphFigure.updateCroppedDataSize(IntensityGraphFigure.java:1609)
+	at org.csstudio.swt.widgets.figures.IntensityGraphFigure.setDataWidth(IntensityGraphFigure.java:1419)
+	at org.csstudio.opibuilder.widgets.editparts.IntensityGraphEditPart$8.handleChange(IntensityGraphEditPart.java:244)
+	at org.csstudio.opibuilder.properties.WidgetPropertyChangeListener$1.run(WidgetPropertyChangeListener.java:53)
+	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
+	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
+	... 26 more
 
+2017-01-25 11:51:49.461 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/1-Home.opi
+2017-01-25 11:53:41.238 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - 
diff --git a/logs.0.lck b/logs.0.lck
new file mode 100644
index 0000000..e69de29
diff --git a/logs.1 b/logs.1
index 5aa6d76..d85e68f 100644
--- a/logs.1
+++ b/logs.1
@@ -1,112 +1,136 @@
-2016-12-08 11:48:11.351 INFO [Thread 17] org.csstudio.security.authentication.UnattendedCallbackHandler (handleText) - OK
-2016-12-08 11:48:12.344 WARNING [Thread 1] org.csstudio.logging.PluginLogListener (logging) - Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
-2016-12-08 11:48:16.029 SEVERE [Thread 32] org.csstudio.logging.PluginLogListener (logging) - No repository found at http://download.controlsystemstudio.org/updates/3.0.
-2016-12-08 11:48:22.630 WARNING [Thread 31] org.csstudio.swt.widgets.symbol.PNGSymbolImage$1 (handleError) - ERROR in loading PNG image /CSS/emu-plc-test/r.png
-com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4832)
-	at org.csstudio.swt.widgets.util.ResourceUtil$2.run(ResourceUtil.java:87)
-	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
-Caused by: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:53)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:1)
-	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527)
-	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319)
-	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282)
-	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197)
-	at com.google.common.cache.LocalCache.get(LocalCache.java:3937)
-	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3941)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4824)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4830)
-	... 2 more
-Caused by: java.io.FileNotFoundException: /CSS/emu-plc-test/r.png (No such file or directory)
-	at java.io.FileInputStream.open0(Native Method)
-	at java.io.FileInputStream.open(FileInputStream.java:195)
-	at java.io.FileInputStream.<init>(FileInputStream.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:125)
-	... 12 more
+2017-01-25 11:44:32.646 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/1-Home.opi
+2017-01-25 11:48:49.905 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - 
+2017-01-25 11:48:50.500 SEVERE [Thread 1] org.csstudio.logging.PluginLogListener (logging) - Unhandled event loop exception
+org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
+	at org.eclipse.swt.SWT.error(SWT.java:4441)
+	at org.eclipse.swt.SWT.error(SWT.java:4356)
+	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:139)
+	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3774)
+	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3412)
+	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
+	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
+	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
+	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
+	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
+	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
+	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
+	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
+	at org.csstudio.utility.product.Workbench.runWorkbench(Workbench.java:103)
+	at org.csstudio.startup.application.Application.startApplication(Application.java:264)
+	at org.csstudio.startup.application.Application.start(Application.java:118)
+	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
+	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
+	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:497)
+	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
+	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
+	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
+	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
+Caused by: java.lang.NullPointerException
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.getGeoBoundsFromROI(ROIFigure.java:507)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.updateROIGeoBounds(ROIFigure.java:488)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.access$3(ROIFigure.java:487)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure$3.croppedDataSizeChanged(ROIFigure.java:363)
+	at org.csstudio.swt.widgets.figures.IntensityGraphFigure.updateCroppedDataSize(IntensityGraphFigure.java:1609)
+	at org.csstudio.swt.widgets.figures.IntensityGraphFigure.setDataHeight(IntensityGraphFigure.java:1404)
+	at org.csstudio.opibuilder.widgets.editparts.IntensityGraphEditPart$9.handleChange(IntensityGraphEditPart.java:254)
+	at org.csstudio.opibuilder.properties.WidgetPropertyChangeListener$1.run(WidgetPropertyChangeListener.java:53)
+	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
+	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
+	... 26 more
 
-2016-12-08 11:48:24.524 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - 
-2016-12-08 11:48:32.448 WARNING [Thread 1] org.csstudio.utility.pvmanager.jdbc.CsstudioJdbcServiceFactory (loadDriver) - Couldn't load driver oracle.jdbc.driver.OracleDriver
-2016-12-08 11:48:33.928 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - 
-2016-12-08 11:48:35.752 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/1-Home.opi
-2016-12-08 11:48:36.262 WARNING [Thread 33] org.csstudio.swt.widgets.symbol.PNGSymbolImage$1 (handleError) - ERROR in loading PNG image /CSS/emu-plc-test/r.png
-com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4832)
-	at org.csstudio.swt.widgets.util.ResourceUtil$2.run(ResourceUtil.java:87)
-	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
-Caused by: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:53)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:1)
-	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527)
-	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319)
-	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282)
-	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197)
-	at com.google.common.cache.LocalCache.get(LocalCache.java:3937)
-	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3941)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4824)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4830)
-	... 2 more
-Caused by: java.io.FileNotFoundException: /CSS/emu-plc-test/r.png (No such file or directory)
-	at java.io.FileInputStream.open0(Native Method)
-	at java.io.FileInputStream.open(FileInputStream.java:195)
-	at java.io.FileInputStream.<init>(FileInputStream.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:125)
-	... 12 more
+2017-01-25 11:48:50.500 SEVERE [Thread 1] org.csstudio.logging.PluginLogListener (logging) - Unhandled event loop exception
+org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
+	at org.eclipse.swt.SWT.error(SWT.java:4441)
+	at org.eclipse.swt.SWT.error(SWT.java:4356)
+	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:139)
+	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3774)
+	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3412)
+	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
+	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
+	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
+	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
+	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
+	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
+	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
+	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
+	at org.csstudio.utility.product.Workbench.runWorkbench(Workbench.java:103)
+	at org.csstudio.startup.application.Application.startApplication(Application.java:264)
+	at org.csstudio.startup.application.Application.start(Application.java:118)
+	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
+	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
+	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:497)
+	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
+	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
+	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
+	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
+Caused by: java.lang.NullPointerException
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.getGeoBoundsFromROI(ROIFigure.java:507)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.updateROIGeoBounds(ROIFigure.java:488)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.access$3(ROIFigure.java:487)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure$3.croppedDataSizeChanged(ROIFigure.java:363)
+	at org.csstudio.swt.widgets.figures.IntensityGraphFigure.updateCroppedDataSize(IntensityGraphFigure.java:1609)
+	at org.csstudio.swt.widgets.figures.IntensityGraphFigure.setDataWidth(IntensityGraphFigure.java:1419)
+	at org.csstudio.opibuilder.widgets.editparts.IntensityGraphEditPart$8.handleChange(IntensityGraphEditPart.java:244)
+	at org.csstudio.opibuilder.properties.WidgetPropertyChangeListener$1.run(WidgetPropertyChangeListener.java:53)
+	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
+	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
+	... 26 more
 
-2016-12-08 11:48:39.387 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/1-Home.opi
-2016-12-08 11:48:39.898 WARNING [Thread 23] org.csstudio.swt.widgets.symbol.PNGSymbolImage$1 (handleError) - ERROR in loading PNG image /CSS/emu-plc-test/r.png
-com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4832)
-	at org.csstudio.swt.widgets.util.ResourceUtil$2.run(ResourceUtil.java:87)
-	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
-Caused by: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:53)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:1)
-	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527)
-	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319)
-	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282)
-	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197)
-	at com.google.common.cache.LocalCache.get(LocalCache.java:3937)
-	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3941)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4824)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4830)
-	... 2 more
-Caused by: java.io.FileNotFoundException: /CSS/emu-plc-test/r.png (No such file or directory)
-	at java.io.FileInputStream.open0(Native Method)
-	at java.io.FileInputStream.open(FileInputStream.java:195)
-	at java.io.FileInputStream.<init>(FileInputStream.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:125)
-	... 12 more
-
-2016-12-08 11:48:40.388 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/2-FM1,2,3.opi
-2016-12-08 11:48:41.088 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/3-FM4,5.opi
-2016-12-08 11:48:42.190 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/4-Inout_value.opi
-2016-12-08 11:48:43.990 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/1-Home.opi
-2016-12-08 11:48:44.503 WARNING [Thread 33] org.csstudio.swt.widgets.symbol.PNGSymbolImage$1 (handleError) - ERROR in loading PNG image /CSS/emu-plc-test/r.png
-com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4832)
-	at org.csstudio.swt.widgets.util.ResourceUtil$2.run(ResourceUtil.java:87)
-	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
-Caused by: java.lang.Exception: Cannot open /CSS/emu-plc-test/r.png (No such file or directory)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:53)
-	at org.csstudio.swt.widgets.util.ResourceUtil$1.load(ResourceUtil.java:1)
-	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527)
-	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319)
-	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282)
-	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197)
-	at com.google.common.cache.LocalCache.get(LocalCache.java:3937)
-	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3941)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4824)
-	at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4830)
-	... 2 more
-Caused by: java.io.FileNotFoundException: /CSS/emu-plc-test/r.png (No such file or directory)
-	at java.io.FileInputStream.open0(Native Method)
-	at java.io.FileInputStream.open(FileInputStream.java:195)
-	at java.io.FileInputStream.<init>(FileInputStream.java:138)
-	at org.csstudio.swt.widgets.util.ResourceUtil.pathToInputStream(ResourceUtil.java:125)
-	... 12 more
+2017-01-25 11:48:50.501 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - /CSS/emu-plc-test/1-Home.opi
+2017-01-25 11:51:48.943 INFO [Thread 1] org.csstudio.opibuilder.widgets.editparts.LinkingContainerEditpart (configureDisplayModel) - 
+2017-01-25 11:51:49.459 SEVERE [Thread 1] org.csstudio.logging.PluginLogListener (logging) - Unhandled event loop exception
+org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
+	at org.eclipse.swt.SWT.error(SWT.java:4441)
+	at org.eclipse.swt.SWT.error(SWT.java:4356)
+	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:139)
+	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3774)
+	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3412)
+	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
+	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
+	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
+	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
+	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
+	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
+	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
+	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
+	at org.csstudio.utility.product.Workbench.runWorkbench(Workbench.java:103)
+	at org.csstudio.startup.application.Application.startApplication(Application.java:264)
+	at org.csstudio.startup.application.Application.start(Application.java:118)
+	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
+	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
+	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:497)
+	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
+	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
+	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
+	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
+Caused by: java.lang.NullPointerException
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.getGeoBoundsFromROI(ROIFigure.java:507)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.updateROIGeoBounds(ROIFigure.java:488)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure.access$3(ROIFigure.java:487)
+	at org.csstudio.swt.widgets.figureparts.ROIFigure$3.croppedDataSizeChanged(ROIFigure.java:363)
+	at org.csstudio.swt.widgets.figures.IntensityGraphFigure.updateCroppedDataSize(IntensityGraphFigure.java:1609)
+	at org.csstudio.swt.widgets.figures.IntensityGraphFigure.setDataHeight(IntensityGraphFigure.java:1404)
+	at org.csstudio.opibuilder.widgets.editparts.IntensityGraphEditPart$9.handleChange(IntensityGraphEditPart.java:254)
+	at org.csstudio.opibuilder.properties.WidgetPropertyChangeListener$1.run(WidgetPropertyChangeListener.java:53)
+	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
+	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
+	... 26 more
 
diff --git a/opi/EMU.opi b/opi/EMU.opi
index 86769a6..5015cc4 100644
--- a/opi/EMU.opi
+++ b/opi/EMU.opi
@@ -1,10407 +1,10386 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>true</show_close_button>
-  <rules />
-  <wuid>3f06f9b8:152877ca726:-7d52</wuid>
-  <show_grid>true</show_grid>
-  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
-  <scripts />
-  <height>1600</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-    <DTACQ-NAME>LNS-ISRC-010:PBI-EM</DTACQ-NAME>
-    <DEVICE_FC>FC</DEVICE_FC>
-    <PREFIX_SIG>DACQ</PREFIX_SIG>
-    <PREFIX_MTR>LNS-ISRC-010:PBI-EM-PMAC</PREFIX_MTR>
-    <NAME_MTR>MTR</NAME_MTR>
-    <PMAC_MTR>MTR1</PMAC_MTR>
-    <NAME_PS>PS</NAME_PS>
-    <PREFIX_PS>LNS-ISRC-010:PBI-EM:HV</PREFIX_PS>
-    <PREFIX_SCAN>LNS-ISRC-010:PBI-EMV</PREFIX_SCAN>
-    <SCAN>MOTOR</SCAN>
-    <P>SOURCE</P>
-    <M>EMITTANCE-METTER</M>
-    <PROC>PROC</PROC>
-    <CALC>CALC</CALC>
-    <DEVICE_HV1>HV1</DEVICE_HV1>
-    <DEVICE_HV2>HV2</DEVICE_HV2>
-  </macros>
-  <boy_version>4.0.103.201506251634</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>false</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color red="240" green="240" blue="240" />
-  </background_color>
-  <width>2000</width>
-  <x>-1</x>
-  <name></name>
-  <grid_space>6</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>-1</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color red="192" green="192" blue="192" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-    <active_tab>0</active_tab>
-    <tooltip></tooltip>
-    <height>1165</height>
-    <tab_2_icon_path></tab_2_icon_path>
-    <border_width>1</border_width>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <tab_0_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_0_foreground_color>
-    <actions hook="false" hook_all="false" />
-    <tab_1_enabled>true</tab_1_enabled>
-    <border_style>0</border_style>
-    <enabled>true</enabled>
-    <wuid>2fea3147:153609206ed:-7766</wuid>
-    <tab_1_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_1_background_color>
-    <tab_1_icon_path></tab_1_icon_path>
-    <tab_2_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_2_foreground_color>
-    <tab_1_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_1_font>
-    <tab_2_enabled>true</tab_2_enabled>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <horizontal_tabs>true</horizontal_tabs>
-    <y>102</y>
-    <rules />
-    <macros>
-      <include_parent_macros>true</include_parent_macros>
-    </macros>
-    <visible>true</visible>
-    <tab_0_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_0_background_color>
-    <widget_type>Tabbed Container</widget_type>
-    <tab_2_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_2_font>
-    <name></name>
-    <minimum_tab_height>10</minimum_tab_height>
-    <tab_2_title>PLC</tab_2_title>
-    <tab_0_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_0_font>
-    <tab_2_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_2_background_color>
-    <tab_0_title>SCANNING</tab_0_title>
-    <tab_1_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_1_foreground_color>
-    <tab_1_title>DTACQ</tab_1_title>
-    <scripts />
-    <tab_count>3</tab_count>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <tab_0_icon_path></tab_0_icon_path>
-    <tab_0_enabled>true</tab_0_enabled>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-4f668e34:1537ecf193c:-7f8d</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1129</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>true</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>SCANNING</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4ace</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Rounded Rectangle_5</name>
-        <y>12</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <tab_3_icon_path></tab_3_icon_path>
-        <height>295</height>
-        <tab_2_icon_path></tab_2_icon_path>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <tab_1_enabled>true</tab_1_enabled>
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>-1ab698cd:1586d27a42e:-6643</wuid>
-        <tab_1_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_1_background_color>
-        <tab_1_icon_path></tab_1_icon_path>
-        <tab_2_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_2_foreground_color>
-        <tab_1_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_1_font>
-        <tab_3_title>BPS</tab_3_title>
-        <tab_2_enabled>true</tab_2_enabled>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>326</width>
-        <x>42</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>78</y>
-        <rules />
-        <tab_3_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_3_font>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_0_background_color>
-        <tab_3_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_3_foreground_color>
-        <widget_type>Tabbed Container</widget_type>
-        <tab_2_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_2_font>
-        <tab_3_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_3_background_color>
-        <tab_3_enabled>true</tab_3_enabled>
-        <name>Tabbed Container_1</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_2_title>Motor</tab_2_title>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </tab_0_font>
-        <tab_2_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_2_background_color>
-        <tab_0_title>DACQ</tab_0_title>
-        <tab_1_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_1_foreground_color>
-        <tab_1_title>Dimension</tab_1_title>
-        <scripts />
-        <tab_count>4</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-1168daa3:158859bc9c3:-6933</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>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>DACQ</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-691d</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>T1</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>49</x>
-            <name>Label Orientation_1</name>
-            <y>54</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX_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>$(DTACQ-NAME)V:LCURSOR_ms</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-691c</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <y>48</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-691b</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>T2</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>174</width>
-            <x>38</x>
-            <name>Label Orientation_2</name>
-            <y>96</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-68d0</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Measure interval</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>142</x>
-            <name>Label</name>
-            <y>18</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-68c6</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Frequency sample </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>6</x>
-            <name>Label_164</name>
-            <y>138</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-6047e935:1589bd389ef:-608e</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>LNS-ISRC-010:CARD0:SAMPLINGRATE-RB</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <name>Text Update</name>
-            <y>132</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX_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>$(DTACQ-NAME)V:RCURSOR_ms</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>false</enabled>
-            <wuid>-6047e935:1589bd389ef:-5e00</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <y>90</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-1ab698cd:1586d27a42e:-6642</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>Dimension</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6feb</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Energy (eV)</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>24</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX_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>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe9</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Distance betw. Plates</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>174</width>
-            <x>13</x>
-            <name>Label Orientation_2</name>
-            <y>66</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX_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>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_3</name>
-            <y>106</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX_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>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX_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>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe5</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Face Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_4</name>
-            <y>151</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fa3</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Rear Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_4</name>
-            <y>195</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX_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>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-1ab698cd:1586d27a42e:-62df</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>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="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX_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_MTR):$(PMAC_MTR).VELO</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62d0</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>24</y>
-            <maximum>7.0</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62b9</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Homing Velocity</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>72</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX_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_MTR):$(PMAC_MTR).HVEL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62b8</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>66</y>
-            <maximum>7.0</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-6298</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Acc. time</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>114</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX_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_MTR):$(PMAC_MTR).ACCL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-6297</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>108</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-5fde</wuid>
-            <pv_value />
-            <text>RESET</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </background_color>
-            <width>61</width>
-            <x>12</x>
-            <name>Action Button Template</name>
-            <y>231</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX_MTR):$(PMAC_MTR)-ACTMTR.PROC</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-2f8d</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Position CONS</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>156</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==0">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
-                <pv trig="true">LNS-ISRC-010:PBI-EM:VER-BRAKE_SET</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_MTR):$(PMAC_MTR).VAL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-2f8c</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>150</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 || pv1==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">LNS-ISRC-010:PBI-EM:VER-BRAKE_SET</pv>
-                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-8e0</wuid>
-            <pv_value />
-            <text>MOVE</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>73</width>
-            <x>180</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX_MTR):$(PMAC_MTR).SPMG</pv_name>
-                <value>2</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-3d9</wuid>
-            <pv_value />
-            <text>STOP</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>73</width>
-            <x>90</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX_MTR):$(PMAC_MTR).SPMG</pv_name>
-                <value>0</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.BoolSwitch" version="1.0.0">
-            <toggle_button>true</toggle_button>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-380</wuid>
-            <on_color>
-              <color name="Green Off" red="0" green="30" blue="0" />
-            </on_color>
-            <show_confirm_dialog>0</show_confirm_dialog>
-            <password></password>
-            <pv_value />
-            <released_action_index>1</released_action_index>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>52</height>
-            <on_label>OFF</on_label>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>LNS-ISRC-010:PBI-EM:VER-BRAKE_GET</pv_name>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Boolean Switch</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <confirm_message>Are your sure you want to do this?</confirm_message>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="240" green="240" blue="240" />
-            </background_color>
-            <boolean_label_position>0</boolean_label_position>
-            <width>49</width>
-            <x>271</x>
-            <name>Boolean Switch</name>
-            <data_type>0</data_type>
-            <y>204</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>LNS-ISRC-010:PBI-EM:VER-BRAKE_SET</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-              <action type="WRITE_PV">
-                <pv_name>LNS-ISRC-010:PBI-EM:VER-BRAKE_SET</pv_name>
-                <value>0</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <show_boolean_label>false</show_boolean_label>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>ON</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-227</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>brake</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>80</width>
-            <x>240</x>
-            <name>Label</name>
-            <y>185</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==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>
-            <enabled>true</enabled>
-            <wuid>71173f98:1598d71be83:-4366</wuid>
-            <pv_value />
-            <text>HOME</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </background_color>
-            <width>61</width>
-            <x>12</x>
-            <name>Action Button Template</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>LNS-ISRC-010:PBI-EMV:PROC-AUTO-HOME</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>4b16a64d:158af4f8f37:-7f5c</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>BPS</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f46</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Voltage</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>67</width>
-            <x>12</x>
-            <name>Label Orientation_2</name>
-            <y>96</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f44</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Current</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>73</width>
-            <x>6</x>
-            <name>Label Orientation_3</name>
-            <y>54</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>LNS-ISRC-010:PBI-EM:BPS1-CurS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f43</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>91</width>
-            <x>90</x>
-            <y>48</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f3b</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>VERTICAL</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>199</width>
-            <x>66</x>
-            <name>Label_164</name>
-            <y>12</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f27</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>LNS-ISRC-010:PBI-EM:BPS1-CurR</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <name>Text Update</name>
-            <y>48</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f1b</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>LNS-ISRC-010:PBI-EM:BPS1-VolR</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <name>Text Update</name>
-            <y>90</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>LNS-ISRC-010:PBI-EM:BPS1-VolS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-6180</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>91</width>
-            <x>90</x>
-            <y>90</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-4223</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>1681</width>
-        <x>414</x>
-        <name>Rounded Rectangle_5</name>
-        <y>18</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-47901338:158955bc5eb:-344b</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>208</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>205</width>
-        <x>420</x>
-        <name>Rounded Rectangle_7</name>
-        <y>894</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-47901338:158955bc5eb:-31fa</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX_SCAN):$(CALC)-PROJ-X</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>912</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:158444d4181:-7ba7</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>79</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>350</width>
-        <x>29</x>
-        <name>Rounded Rectangle</name>
-        <y>1038</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>36</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4cec</wuid>
-        <on_color>
-          <color red="0" green="255" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color red="0" green="100" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>true</square_led>
-        <width>32</width>
-        <x>336</x>
-        <data_type>0</data_type>
-        <y>1066</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4a2d</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="30" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>30</x>
-        <name>Polyline</name>
-        <y>393</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4ab2</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Position</text>
-        <scripts />
-        <height>25</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="panelArea" red="240" green="240" blue="240" />
-        </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>381</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-3e44</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>START position</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>151</width>
-        <x>42</x>
-        <name>Label Orientation_7</name>
-        <y>420</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX_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_MTR).P4SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-3e43</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>414</y>
-        <maximum>0.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-200.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-3d91</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>END position</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>104</width>
-        <x>71</x>
-        <name>Label Orientation_7</name>
-        <y>462</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX_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_MTR).P4EP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-3d90</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>456</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-33bf</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="29" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Polyline</name>
-        <y>597</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-33be</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Angle</text>
-        <scripts />
-        <height>25</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="panelArea" red="240" green="240" blue="240" />
-        </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>585</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-33b3</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Number of positions</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>199</width>
-        <x>30</x>
-        <name>Label Orientation_7</name>
-        <y>502</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX_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_MTR).NPTS</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-33a9</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>496</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-335c</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Step size</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>199</width>
-        <x>30</x>
-        <name>Label Orientation_7</name>
-        <y>547</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX_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_MTR).P4SI</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-335b</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>541</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-31f0</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Nb Angles</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>84</width>
-        <x>99</x>
-        <name>Label Orientation_2</name>
-        <y>715</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX_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).NPTS</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_2</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-31ef</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>709</y>
-        <maximum>200.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 || pv1==1||pv2==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
-            <pv trig="true">${PREFIX_SCAN}:$(PROC)-AUTO-HOME</pv>
-            <pv trig="true">${PREFIX_SCAN}:SWITCH_H_GET</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-2a00</wuid>
-        <pv_value />
-        <text>ABORT</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>55</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </background_color>
-        <width>146</width>
-        <x>45</x>
-        <name>Abort Scan</name>
-        <y>1056</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="true">
-          <action type="WRITE_PV">
-            <pv_name>${PREFIX_SCAN}:$(NAME_MTR)-ABORT.PROC</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description>Abort Scan</description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==0">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==1 || pv1==0 || pv2==0 || pv3==0 || pv4==0 || pv5==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-2a01</wuid>
-        <pv_value />
-        <text>START</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>55</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="IO Button" red="178" green="178" blue="178" />
-        </background_color>
-        <width>103</width>
-        <x>216</x>
-        <name>Start Scan</name>
-        <y>1056</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>${PREFIX_SCAN}:$(NAME_MTR).EXSC</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description>Start SCAN</description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-31f4</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MRAD  MIN</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>101</width>
-        <x>83</x>
-        <name>Label Orientation_7</name>
-        <y>669</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX_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}:$(PROC)-AngleMin-SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-31f3</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>666</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-cae44c:157dd221fed:-75d1</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Step size</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>144</width>
-        <x>60</x>
-        <name>Label Orientation_2</name>
-        <y>756</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX_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}:${PROC}-StepAngle</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_2</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-cae44c:157dd221fed:-75d0</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>750</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>4ad471b5:157e1276406:-740b</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MRAD MAX</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>99</width>
-        <x>82</x>
-        <name>Label Orientation_1</name>
-        <y>624</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX_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}:$(PROC)-AngleMax-SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>4ad471b5:157e1276406:-740a</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>624</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-700a</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>CONFIGURATION</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>30</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.intensityGraph" version="1.0.0">
-        <vertial_profile_y_pv_value />
-        <y_axis_show_minor_ticks>true</y_axis_show_minor_ticks>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <x_axis_show_minor_ticks>true</x_axis_show_minor_ticks>
-        <roi_0_w_pv_value />
-        <roi_0_visible>true</roi_0_visible>
-        <horizon_profile_x_pv_name>$(PREFIX_SCAN):CALC-PROJ-Xabsc</horizon_profile_x_pv_name>
-        <height>797</height>
-        <border_width>1</border_width>
-        <graph_area_width>1290</graph_area_width>
-        <y_axis_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </y_axis_scale_font>
-        <roi_0_x_pv></roi_0_x_pv>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <x_axis_minimum>0.0</x_axis_minimum>
-        <y_axis_maximum>80.0</y_axis_maximum>
-        <pixel_info_pv_value />
-        <x_axis_maximum>-100.0</x_axis_maximum>
-        <vertial_profile_x_pv_value />
-        <roi_0_title>ROI 0</roi_0_title>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <rgb_mode>false</rgb_mode>
-        <roi_1_title>ROI 1</roi_1_title>
-        <crop_left>0</crop_left>
-        <roi_1_y_pv_value />
-        <x_axis_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </x_axis_scale_font>
-        <data_width>0</data_width>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-6ffb</wuid>
-        <roi_1_visible>true</roi_1_visible>
-        <y_axis_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </y_axis_title_font>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <graph_area_height>736</graph_area_height>
-        <x_axis_visible>true</x_axis_visible>
-        <roi_0_y_pv_value />
-        <roi_1_h_pv_value />
-        <vertical_profile_x_pv_name>$(PREFIX_SCAN):CALC-PROJ-Yabsc</vertical_profile_x_pv_name>
-        <pixel_info_pv_name></pixel_info_pv_name>
-        <roi_0_width_pv></roi_0_width_pv>
-        <x_axis_axis_color>
-          <color red="0" green="0" blue="0" />
-        </x_axis_axis_color>
-        <roi_0_h_pv_value />
-        <roi_1_x_pv></roi_1_x_pv>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <x_axis_axis_title>mm</x_axis_axis_title>
-        <width>1405</width>
-        <x>660</x>
-        <y>100</y>
-        <maximum>4.0</maximum>
-        <data_height>0</data_height>
-        <minimum>-1.0</minimum>
-        <crop_right>0</crop_right>
-        <crop_top>0</crop_top>
-        <roi_color>
-          <color red="0" green="255" blue="255" />
-        </roi_color>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-        <roi_0_y_pv></roi_0_y_pv>
-        <rules>
-          <rule name="DataHeight" prop_id="data_height" out_exp="true">
-            <exp bool_exp="pv0&gt;0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(NAME_PS).NPTS</pv>
-          </rule>
-          <rule name="DataWidth" prop_id="data_width" out_exp="true">
-            <exp bool_exp="pv0&gt;0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).NPTS</pv>
-          </rule>
-          <rule name="XMax" prop_id="x_axis_maximum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).P4SP</pv>
-          </rule>
-          <rule name="XMin" prop_id="x_axis_minimum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).P4EP</pv>
-          </rule>
-          <rule name="YMax" prop_id="y_axis_maximum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(PROC)-AngleMax-SP</pv>
-          </rule>
-          <rule name="YMin" prop_id="y_axis_minimum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(PROC)-AngleMin-SP</pv>
-          </rule>
-        </rules>
-        <horizon_profile_y_pv_value />
-        <roi_1_x_pv_value />
-        <roi_count>2</roi_count>
-        <roi_1_y_pv></roi_1_y_pv>
-        <pv_value />
-        <color_map>
-          <interpolate>true</interpolate>
-          <autoscale>true</autoscale>
-          <map>2</map>
-        </color_map>
-        <show_ramp>true</show_ramp>
-        <y_axis_axis_title>mrad</y_axis_axis_title>
-        <horizon_profile_y_pv_name>$(PREFIX_SCAN):CALC-PROJ-Xwf</horizon_profile_y_pv_name>
-        <single_line_profiling>false</single_line_profiling>
-        <y_axis_minimum>-80.0</y_axis_minimum>
-        <visible>true</visible>
-        <roi_1_w_pv_value />
-        <vertical_profile_y_pv_name>$(PREFIX_SCAN):CALC-PROJ-Ywf</vertical_profile_y_pv_name>
-        <x_axis_major_tick_step_hint>50</x_axis_major_tick_step_hint>
-        <pv_name>$(PREFIX_SCAN):BUFF-CURRENT</pv_name>
-        <roi_0_height_pv></roi_0_height_pv>
-        <widget_type>Intensity Graph</widget_type>
-        <name>Intensity Graph</name>
-        <y_axis_axis_color>
-          <color red="0" green="0" blue="0" />
-        </y_axis_axis_color>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <roi_1_height_pv></roi_1_height_pv>
-        <roi_1_width_pv></roi_1_width_pv>
-        <y_axis_major_tick_step_hint>50</y_axis_major_tick_step_hint>
-        <scripts />
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <x_axis_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </x_axis_title_font>
-        <crop_bottom>0</crop_bottom>
-        <y_axis_visible>true</y_axis_visible>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <horizon_profile_x_pv_value />
-        <roi_0_x_pv_value />
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tank" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </scale_font>
-        <pv_value />
-        <show_scale>true</show_scale>
-        <scale_format></scale_format>
-        <height>5</height>
-        <fill_color>
-          <color red="0" green="0" blue="255" />
-        </fill_color>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Tank</widget_type>
-        <name>Tank</name>
-        <show_hi>true</show_hi>
-        <actions hook="false" hook_all="false" />
-        <show_lo>true</show_lo>
-        <border_style>0</border_style>
-        <show_lolo>true</show_lolo>
-        <show_minor_ticks>true</show_minor_ticks>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <show_markers>true</show_markers>
-        <color_hihi>
-          <color red="255" green="0" blue="0" />
-        </color_hihi>
-        <show_hihi>true</show_hihi>
-        <log_scale>false</log_scale>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-568c</wuid>
-        <level_hihi>90.0</level_hihi>
-        <color_hi>
-          <color red="255" green="128" blue="0" />
-        </color_hi>
-        <color_lo>
-          <color red="255" green="128" blue="0" />
-        </color_lo>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
-        <color_fillbackground>
-          <color red="192" green="192" blue="192" />
-        </color_fillbackground>
-        <major_tick_step_hint>50</major_tick_step_hint>
-        <level_hi>80.0</level_hi>
-        <transparent_background>true</transparent_background>
-        <level_lo>20.0</level_lo>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>true</limits_from_pv>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <level_lolo>10.0</level_lolo>
-        <width>475</width>
-        <x>522</x>
-        <y>1008</y>
-        <maximum>100.0</maximum>
-        <color_lolo>
-          <color red="255" green="0" blue="0" />
-        </color_lolo>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-4219</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>MEASURE</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>1681</width>
-        <x>414</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3a8f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <name>Rounded Rectangle_5</name>
-        <y>18</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <height>597</height>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3a8b</wuid>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>82</y>
-        <rules />
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color red="186" green="189" blue="182" />
-        </tab_0_background_color>
-        <widget_type>Tabbed Container</widget_type>
-        <name>Tabbed Container</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </tab_0_font>
-        <tab_0_title>SCANNING</tab_0_title>
-        <scripts />
-        <tab_count>1</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-16429ab9:1582e68df9a:-3a8a</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>565</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>317</width>
-          <x>1</x>
-          <name>SCANNING</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-7035</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>325</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>228</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-7106</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>193</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>18</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4ad471b5:157e1276406:-781e</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>PS Horizontal</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label Orientation_7</name>
-            <y>36</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX_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>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4ad471b5:157e1276406:-781d</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>30</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4ad471b5:157e1276406:-780f</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>PS Vertical</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>127</width>
-            <x>30</x>
-            <name>Label Orientation_7</name>
-            <y>84</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX_PS)ver-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4ad471b5:157e1276406:-780e</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>78</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>79429b6c:157dd491a6d:-7dd7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Angle STEP ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>25</x>
-            <name>Label Orientation_7</name>
-            <y>132</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX_SCAN}:$(NAME_PS)-NORD_POS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>79429b6c:157dd491a6d:-7dd6</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>126</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX_SCAN}:$(NAME_MTR)-NORD_POS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-16429ab9:1582e68df9a:-6dec</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>240</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <fontdata fontName="Sans" height="10" style="1" />
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-16429ab9:1582e68df9a:-3c09</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Pos STEP ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>172</width>
-            <x>15</x>
-            <name>Label Orientation_1</name>
-            <y>246</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-422a</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>13</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>438</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-3dc7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>LOW Limit </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>83</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>442</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38d5</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>HIGH Limit </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>93</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>478</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38d6</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>2</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>474</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38ce</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MOVN</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>330</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38cd</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is moving ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>25</x>
-            <name>Label_164</name>
-            <y>334</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).RBV</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-356b</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>288</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <fontdata fontName="Sans" height="10" style="1" />
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>59fc39f9:158487e5950:-356a</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Position in course</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>166</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>294</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-33a7</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>1</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>366</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-33a6</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is placed</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label_164</name>
-            <y>370</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-26fe</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>HV is ramping ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>196</width>
-            <x>6</x>
-            <name>Label_164</name>
-            <y>178</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-26ff</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX_SCAN}:$(NAME_PS).BUSY</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>174</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX_SCAN}:$(NAME_PS).BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-2314</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>193</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX_SCAN}:$(NAME_PS).BUSY</pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>18</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-6f5c</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is Homed</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label_164</name>
-            <y>406</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-6f52</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>14</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>402</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">$(PREFIX_MTR):$(PMAC_MTR).MOVN</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-2172</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>325</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MOVN</pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>228</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-6028</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Brake ON</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>83</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>514</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-79b8</wuid>
-            <on_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>LNS-ISRC-010:PBI-EM:VER-BRAKE_GET</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>510</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3a7c</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>STATUS</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>5</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-363a</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="29" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Polyline</name>
-        <y>1038</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>2</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>false</show_units>
-        <height>22</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(PREFIX_MTR):$(PMAC_MTR).RBV</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_9</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:158444d4181:-628c</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>100</width>
-        <x>1205</x>
-        <y>876</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Visible" prop_id="visible" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">$(PREFIX_MTR):$(PMAC_MTR).MOVN</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>59fc39f9:158487e5950:-4c5d</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MOTOR IS MOVING ...</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>181</width>
-        <x>1020</x>
-        <name>Label</name>
-        <y>877</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <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>$(PREFIX_SCAN):$(CALC)-PROJ-Xabsc</trace_1_x_pv>
-        <wuid>-1168daa3:158859bc9c3:6e0</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>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <x>639</x>
-        <y>912</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>true</trace_1_anti_alias>
-        <pv_value />
-        <trace_0_buffer_size>500</trace_0_buffer_size>
-        <axis_1_maximum>100.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>false</trace_0_visible>
-        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_1_y_pv_value />
-        <show_legend>false</show_legend>
-        <axis_0_axis_title>mm</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_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>2</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>$(PREFIX_SCAN):$(CALC)-PROJ-Xwf</trace_1_y_pv>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>100.0</axis_0_maximum>
-        <trace_1_y_axis_index>1</trace_1_y_axis_index>
-        <height>181</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>10</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>$(PREFIX_SCAN):$(CALC)-PROJ-Xwf</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>-100.0</axis_0_minimum>
-        <trace_1_update_delay>1</trace_1_update_delay>
-        <axis_1_axis_title></axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <trace_1_line_width>1</trace_1_line_width>
-        <trace_1_plot_mode>0</trace_1_plot_mode>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(PREFIX_SCAN):$(CALC)-PROJ-Xwf</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX_SCAN):$(CALC)-PROJ-Xabsc</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>true</show_plot_area_border>
-        <width>1384</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-100.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <trace_1_visible>true</trace_1_visible>
-        <plot_area_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <trace_1_buffer_size>100</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>false</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.1</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>-1168daa3:158859bc9c3:50e</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <x>432</x>
-        <y>100</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>500</trace_0_buffer_size>
-        <axis_1_maximum>100.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title></axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>100.0</axis_0_maximum>
-        <height>795</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.1</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>10</trace_0_update_delay>
-        <pv_name>$(PREFIX_SCAN):$(CALC)-PROJ-Xwf</pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-100.0</axis_0_minimum>
-        <axis_1_axis_title>mrad</axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(PREFIX_SCAN):$(CALC)-PROJ-Yabsc</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX_SCAN):$(CALC)-PROJ-Ywf</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>true</show_plot_area_border>
-        <width>217</width>
-        <axis_1_minimum>-100.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color red="255" green="255" blue="255" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="21" green="21" blue="196" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-47901338:158955bc5eb:-3243</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>X Mean</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>912</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-47901338:158955bc5eb:-3235</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>X' Mean</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>942</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-47901338:158955bc5eb:-31f2</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:$(CALC)-PROJ-Y</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>942</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7b9f</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>TENSION MAX</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>115</width>
-        <x>36</x>
-        <name>Label Orientation_3</name>
-        <y>857</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7b9e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>31</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:$(PROC)-VoltMax</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <width>160</width>
-        <x>168</x>
-        <name>Text Update</name>
-        <y>851</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7b9d</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>31</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:$(PROC)-VoltMin</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <width>160</width>
-        <x>168</x>
-        <name>Text Update_1</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7ae3</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>TENSION MIN</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>36</x>
-        <name>Label Orientation_3</name>
-        <y>899</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>82148ce:158b4de09bc:-7db2</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:$(CALC)-RMS-SIZE</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>978</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>82148ce:158b4de09bc:-7db1</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA X</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>978</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>82148ce:158b4de09bc:-7db0</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA X'</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_3</name>
-        <y>1012</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>82148ce:158b4de09bc:-7daf</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:$(CALC)-RMS-ANGLE</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update_1</name>
-        <y>1012</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-254931a3:158b5a49183:-7dd1</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA XX'</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_3</name>
-        <y>1047</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-254931a3:158b5a49183:-7dd0</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX_SCAN}:$(CALC)-SIGMA</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update_1</name>
-        <y>1047</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <height>354</height>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>60f6e55b:158baae9c78:-7f2b</wuid>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>678</y>
-        <rules />
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color red="183" green="189" blue="182" />
-        </tab_0_background_color>
-        <widget_type>Tabbed Container</widget_type>
-        <name>Tabbed Container_2</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_0_font>
-        <tab_0_title>PLC-STATUS</tab_0_title>
-        <scripts />
-        <tab_count>1</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>60f6e55b:158baae9c78:-7f2a</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>318</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>317</width>
-          <x>1</x>
-          <name>PLC-STATUS</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f15</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>301</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>6</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f14</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Temp BEAM Stop</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>28</x>
-            <name>Label_164</name>
-            <y>30</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f13</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update</name>
-            <y>24</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f12</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update_1</name>
-            <y>66</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0 &gt;= 200">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0&lt;=200">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).P4SI</pv>
-              </rule>
-            </rules>
-            <enabled>false</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f11</wuid>
-            <pv_value />
-            <text>HORIZONTAL</text>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>55</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>133</width>
-            <x>46</x>
-            <name>Start Scan</name>
-            <y>126</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description>Select HORIZONTAL</description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <pv_value />
-            <height>23</height>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="Blue" red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>LED</widget_type>
-            <name>LED</name>
-            <actions hook="false" hook_all="false" />
-            <show_boolean_label>false</show_boolean_label>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f10</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <on_label>ON</on_label>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>true</keep_wh_ratio>
-            </scale_options>
-            <off_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </background_color>
-            <square_led>false</square_led>
-            <width>23</width>
-            <x>234</x>
-            <data_type>0</data_type>
-            <y>142</y>
-            <foreground_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </foreground_color>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>OFF</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <pv_value />
-            <height>23</height>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="Blue" red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>LED</widget_type>
-            <name>LED_1</name>
-            <actions hook="false" hook_all="false" />
-            <show_boolean_label>false</show_boolean_label>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f0f</wuid>
-            <on_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </on_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <on_label>ON</on_label>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>true</keep_wh_ratio>
-            </scale_options>
-            <off_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </background_color>
-            <square_led>false</square_led>
-            <width>23</width>
-            <x>234</x>
-            <data_type>0</data_type>
-            <y>208</y>
-            <foreground_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </foreground_color>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>OFF</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0 &gt;= 200">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0&lt;=200">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).P4SI</pv>
-              </rule>
-            </rules>
-            <enabled>false</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f0e</wuid>
-            <pv_value />
-            <text>VERTICAL</text>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>55</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>133</width>
-            <x>46</x>
-            <name>Start Scan_1</name>
-            <y>192</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description>Select VERTICAL</description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f0d</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Temp SLIT</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>24</x>
-            <name>Label_165</name>
-            <y>72</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1||pv2==1||pv3==1||pv4==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-25f0d7e:158d972c59b:-7f2b</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>301</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>6</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="status" prop_id="text" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
-                  <value>Error</value>
-                </exp>
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
-                  <value>OK</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-              <rule name="Color" prop_id="foreground_color" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
-                  <value>
-                    <color name="Major" red="255" green="0" blue="0" />
-                  </value>
-                </exp>
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==1 &amp;&amp; pv2==1 &amp;&amp; pv3==1 &amp;&amp; pv4==1">
-                  <value>
-                    <color name="Green On" red="0" green="255" blue="0" />
-                  </value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>100e174:1598cdb59c9:-78c8</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>OK</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update_1</name>
-            <y>264</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>100e174:1598cdb59c9:-78c7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Status</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>24</x>
-            <name>Label_165</name>
-            <y>270</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 &amp;&amp; pv1==0">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==1 || pv1==1">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
-            <pv trig="true">${PREFIX_SCAN}:$(NAME_PS).BUSY</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-61dcfd6b:158bac54bbd:-7a9a</wuid>
-        <pv_value />
-        <text>Extract DATA</text>
-        <scripts>
-          <path pathString="Scripts/ExtracData.py" checkConnect="true" sfe="false" seoe="false">
-            <pv trig="true">loc://StartExtract</pv>
-            <pv trig="false">${PREFIX_SCAN}:$(NAME_PS).NPTS</pv>
-            <pv trig="false">${PREFIX_SCAN}:$(NAME_MTR).NPTS</pv>
-            <pv trig="false">${PREFIX_SCAN}:${CALC}-Energy-SP</pv>
-            <pv trig="false">$(DTACQ-NAME):CARD0:SAMPLINGRATE-RB</pv>
-            <pv trig="false">${PREFIX_SCAN}:$(NAME_MTR).P4SI</pv>
-            <pv trig="false">$(PREFIX_SCAN):BUFF-CURRENT</pv>
-            <pv trig="false">$(PREFIX_SCAN):BUFF-ANGLE</pv>
-            <pv trig="false">$(PREFIX_SCAN):BUFF-MTR-POS</pv>
-          </path>
-        </scripts>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>57</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </background_color>
-        <width>166</width>
-        <x>2220</x>
-        <name>Action Button</name>
-        <y>1049</y>
-        <style>0</style>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://StartExtract</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Visible" prop_id="visible" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX_SCAN}:$(PROC)-AUTO-HOME</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>7feef39:159b7455f16:-7060</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>STOPPING IN PROGRESS ...</text>
-        <scripts />
-        <height>60</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>505</width>
-        <x>1086</x>
-        <name>Label</name>
-        <y>150</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
-        </font>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>2fea3147:153609206ed:-7765</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1129</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>DTACQ</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-eb7</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>936</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>1483</width>
-        <x>0</x>
-        <name>Rectangle</name>
-        <y>43</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-483e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME):CARD0-STAT-RB</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>148</width>
-        <x>1104</x>
-        <name>Text Update</name>
-        <y>24</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7781</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Rectangle_2</name>
-        <y>850</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <trace_2_x_axis_index>0</trace_2_x_axis_index>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <trace_4_line_width>3</trace_4_line_width>
-        <border_width>1</border_width>
-        <trace_3_point_size>4</trace_3_point_size>
-        <trace_1_x_axis_index>0</trace_1_x_axis_index>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_0_grid_color>
-        <axis_2_visible>false</axis_2_visible>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <axis_2_minimum>0.0</axis_2_minimum>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <trace_1_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR_XMS</trace_1_x_pv>
-        <wuid>-3d4af206:15877d6a498:-7780</wuid>
-        <transparent>false</transparent>
-        <trace_1_update_mode>0</trace_1_update_mode>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_title_font>
-        <trace_2_update_mode>0</trace_2_update_mode>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <trace_3_update_mode>0</trace_3_update_mode>
-        <x>408</x>
-        <y>120</y>
-        <trace_4_update_mode>0</trace_4_update_mode>
-        <trace_3_x_axis_index>0</trace_3_x_axis_index>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>3</axis_count>
-        <trace_4_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:RCURSOR_X</trace_4_x_pv>
-        <trace_3_y_pv_value />
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>false</trace_1_anti_alias>
-        <pv_value />
-        <axis_2_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_2_grid_color>
-        <trace_0_buffer_size>520</trace_0_buffer_size>
-        <trace_2_buffer_size>520</trace_2_buffer_size>
-        <axis_1_maximum>10.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <trace_4_update_delay>1</trace_4_update_delay>
-        <widget_type>XY Graph</widget_type>
-        <trace_2_line_width>1</trace_2_line_width>
-        <trace_4_plot_mode>0</trace_4_plot_mode>
-        <trace_3_concatenate_data>false</trace_3_concatenate_data>
-        <trace_4_x_pv_value />
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <trace_4_buffer_size>2</trace_4_buffer_size>
-        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_3_anti_alias>false</trace_3_anti_alias>
-        <trace_1_y_pv_value />
-        <axis_2_auto_scale>true</axis_2_auto_scale>
-        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
-        <show_legend>false</show_legend>
-        <trace_3_visible>true</trace_3_visible>
-        <trace_4_x_axis_index>0</trace_4_x_axis_index>
-        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
-        <axis_0_axis_title>ms</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_2_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </axis_2_scale_font>
-        <trace_3_update_delay>1</trace_3_update_delay>
-        <trace_2_update_delay>1</trace_2_update_delay>
-        <trace_4_point_style>0</trace_4_point_style>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>2</trace_0_point_style>
-        <trace_1_point_style>2</trace_1_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_2_y_axis>false</axis_2_y_axis>
-        <trace_3_x_pv_value />
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>5</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <trace_3_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:LCURSOR_X</trace_3_x_pv>
-        <trace_2_trace_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </trace_2_trace_color>
-        <trace_4_visible>true</trace_4_visible>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <trace_3_buffer_size>2</trace_3_buffer_size>
-        <trace_2_trace_type>0</trace_2_trace_type>
-        <trace_3_line_width>3</trace_3_line_width>
-        <show_toolbar>true</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR_Y</trace_1_y_pv>
-        <trace_2_concatenate_data>false</trace_2_concatenate_data>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <trace_2_y_pv_value />
-        <trace_2_anti_alias>false</trace_2_anti_alias>
-        <axis_0_maximum>6.0</axis_0_maximum>
-        <trace_1_y_axis_index>1</trace_1_y_axis_index>
-        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
-        <height>451</height>
-        <trace_2_visible>false</trace_2_visible>
-        <trigger_pv_value />
-        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
-        <axis_1_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <trace_2_point_size>4</trace_2_point_size>
-        <trace_4_concatenate_data>false</trace_4_concatenate_data>
-        <axis_2_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_2_axis_color>
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <axis_2_show_grid>false</axis_2_show_grid>
-        <trace_3_y_axis_index>1</trace_3_y_axis_index>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <trace_1_concatenate_data>false</trace_1_concatenate_data>
-        <trace_1_trace_color>
-          <color red="242" green="26" blue="26" />
-        </trace_1_trace_color>
-        <trace_3_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_3_trace_color>
-        <pv_name></pv_name>
-        <axis_2_log_scale>false</axis_2_log_scale>
-        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
-        <name>XY Graph</name>
-        <trace_1_trace_type>0</trace_1_trace_type>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-6.0</axis_0_minimum>
-        <trace_2_y_axis_index>1</trace_2_y_axis_index>
-        <trace_1_update_delay>1</trace_1_update_delay>
-        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
-        <axis_1_axis_title>mA</axis_1_axis_title>
-        <trace_2_x_pv_value />
-        <axis_1_auto_scale>false</axis_1_auto_scale>
-        <trace_1_line_width>1</trace_1_line_width>
-        <trace_3_trace_type>1</trace_3_trace_type>
-        <trace_2_y_pv>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR_Y</trace_2_y_pv>
-        <trace_1_plot_mode>0</trace_1_plot_mode>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <axis_2_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_2_title_font>
-        <trace_3_point_style>0</trace_3_point_style>
-        <trace_0_y_pv>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR_Y</trace_0_y_pv>
-        <trace_2_point_style>2</trace_2_point_style>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <trace_4_trace_type>1</trace_4_trace_type>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR_XMS</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <axis_2_time_format>0</axis_2_time_format>
-        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
-        <trace_3_plot_mode>0</trace_3_plot_mode>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <axis_2_maximum>22.0</axis_2_maximum>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>895</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-10.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_4_anti_alias>false</trace_4_anti_alias>
-        <trace_0_y_pv_value />
-        <trace_1_visible>false</trace_1_visible>
-        <plot_area_background_color>
-          <color red="0" green="0" blue="0" />
-        </plot_area_background_color>
-        <trace_4_point_size>4</trace_4_point_size>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <axis_2_axis_title>ms</axis_2_axis_title>
-        <trace_4_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_4_trace_color>
-        <trace_1_buffer_size>520</trace_1_buffer_size>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <axis_2_scale_format></axis_2_scale_format>
-        <trace_4_y_pv_value />
-        <scripts />
-        <trace_0_point_size>3</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="0" green="255" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <trace_4_y_axis_index>1</trace_4_y_axis_index>
-        <trace_2_plot_mode>0</trace_2_plot_mode>
-        <trace_2_x_pv>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR_XMS</trace_2_x_pv>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>97</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Rounded Rectangle_4</name>
-        <y>126</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777d</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>ms</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>40</width>
-        <x>328</x>
-        <name>Label_16</name>
-        <y>178</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777c</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>97</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Rounded Rectangle_5</name>
-        <y>246</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>1</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777b</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="213" y="180" />
-          <point x="156" y="180" />
-          <point x="156" y="180" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>2</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>58</width>
-        <x>156</x>
-        <name>Polyline_1</name>
-        <y>180</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>1</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7779</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="213" y="300" />
-          <point x="156" y="300" />
-          <point x="156" y="300" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>2</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>58</width>
-        <x>156</x>
-        <name>Polyline_2</name>
-        <y>300</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7778</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>ms</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>40</width>
-        <x>328</x>
-        <name>Label_18</name>
-        <y>298</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7777</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>FC Curr</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>870</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7776</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>870</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7775</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>870</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7774</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>870</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7773</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>22</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>448</width>
-        <x>567</x>
-        <name>Rectangle_1</name>
-        <y>849</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="0" green="0" blue="0" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7772</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Max</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Label_5</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7771</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Min</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Label_22</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7770</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Average</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Label_21</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-776f</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Main GRAPH</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>115</width>
-        <x>840</x>
-        <name>Label_25</name>
-        <y>96</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>-3d4af206:15877d6a498:-7769</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME):CARD0:TRIGGER:PRETRIGGER_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>true</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>54</x>
-        <name>Spinner Template_10</name>
-        <y>168</y>
-        <maximum>10.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7768</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME):CARD0:NSAMPLES_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>0.1</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>214</x>
-        <name>Spinner Template_1</name>
-        <y>168</y>
-        <maximum>10.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>1.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7766</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)V:RCURSOR_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>214</x>
-        <name>Spinner Template_3</name>
-        <y>288</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>-100.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-751a</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>HV1 Volt</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-7519</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-7518</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>893</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-7517</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>893</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-70a0</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>HV2 Volt</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>916</y>
-        <foreground_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-709f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>916</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-709e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>916</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-709d</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>916</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-f67</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Display interval</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Label_15</name>
-        <y>126</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-f5d</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Measure interval</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Label_15</name>
-        <y>246</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-f53</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>FAST ACQUISITION</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>1483</width>
-        <x>0</x>
-        <name>Label_15</name>
-        <y>12</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-6047e935:1589bd389ef:-66ec</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(DTACQ-NAME)V:LCURSOR_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>54</x>
-        <name>Spinner Template_3</name>
-        <y>288</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>-100.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <trace_2_x_axis_index>0</trace_2_x_axis_index>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <trace_4_line_width>3</trace_4_line_width>
-        <border_width>1</border_width>
-        <trace_3_point_size>4</trace_3_point_size>
-        <trace_1_x_axis_index>0</trace_1_x_axis_index>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_0_grid_color>
-        <axis_2_visible>false</axis_2_visible>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <axis_2_minimum>0.0</axis_2_minimum>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <trace_1_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR_XMS</trace_1_x_pv>
-        <wuid>-61dcfd6b:158bac54bbd:-7d05</wuid>
-        <transparent>false</transparent>
-        <trace_1_update_mode>0</trace_1_update_mode>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_title_font>
-        <trace_2_update_mode>0</trace_2_update_mode>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <trace_3_update_mode>0</trace_3_update_mode>
-        <x>408</x>
-        <y>582</y>
-        <trace_4_update_mode>0</trace_4_update_mode>
-        <trace_3_x_axis_index>0</trace_3_x_axis_index>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>3</axis_count>
-        <trace_4_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:RCURSOR_X</trace_4_x_pv>
-        <trace_3_y_pv_value />
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>false</trace_1_anti_alias>
-        <pv_value />
-        <axis_2_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_2_grid_color>
-        <trace_0_buffer_size>520</trace_0_buffer_size>
-        <trace_2_buffer_size>520</trace_2_buffer_size>
-        <axis_1_maximum>8.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <trace_4_update_delay>1</trace_4_update_delay>
-        <widget_type>XY Graph</widget_type>
-        <trace_2_line_width>1</trace_2_line_width>
-        <trace_4_plot_mode>0</trace_4_plot_mode>
-        <trace_3_concatenate_data>false</trace_3_concatenate_data>
-        <trace_4_x_pv_value />
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>false</trace_0_visible>
-        <trace_4_buffer_size>2</trace_4_buffer_size>
-        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_3_anti_alias>false</trace_3_anti_alias>
-        <trace_1_y_pv_value />
-        <axis_2_auto_scale>true</axis_2_auto_scale>
-        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
-        <show_legend>false</show_legend>
-        <trace_3_visible>true</trace_3_visible>
-        <trace_4_x_axis_index>0</trace_4_x_axis_index>
-        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
-        <axis_0_axis_title>ms</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_2_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </axis_2_scale_font>
-        <trace_3_update_delay>1</trace_3_update_delay>
-        <trace_2_update_delay>1</trace_2_update_delay>
-        <trace_4_point_style>0</trace_4_point_style>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>2</trace_0_point_style>
-        <trace_1_point_style>2</trace_1_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_2_y_axis>false</axis_2_y_axis>
-        <trace_3_x_pv_value />
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>5</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <trace_3_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:LCURSOR_X</trace_3_x_pv>
-        <trace_2_trace_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </trace_2_trace_color>
-        <trace_4_visible>true</trace_4_visible>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <trace_3_buffer_size>2</trace_3_buffer_size>
-        <trace_2_trace_type>0</trace_2_trace_type>
-        <trace_3_line_width>3</trace_3_line_width>
-        <show_toolbar>true</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR_Y</trace_1_y_pv>
-        <trace_2_concatenate_data>false</trace_2_concatenate_data>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <trace_2_y_pv_value />
-        <trace_2_anti_alias>false</trace_2_anti_alias>
-        <axis_0_maximum>6.0</axis_0_maximum>
-        <trace_1_y_axis_index>1</trace_1_y_axis_index>
-        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
-        <height>247</height>
-        <trace_2_visible>true</trace_2_visible>
-        <trigger_pv_value />
-        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
-        <axis_1_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <trace_2_point_size>4</trace_2_point_size>
-        <trace_4_concatenate_data>false</trace_4_concatenate_data>
-        <axis_2_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_2_axis_color>
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <axis_2_show_grid>false</axis_2_show_grid>
-        <trace_3_y_axis_index>1</trace_3_y_axis_index>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <trace_1_concatenate_data>false</trace_1_concatenate_data>
-        <trace_1_trace_color>
-          <color red="242" green="26" blue="26" />
-        </trace_1_trace_color>
-        <trace_3_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_3_trace_color>
-        <pv_name></pv_name>
-        <axis_2_log_scale>false</axis_2_log_scale>
-        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
-        <name>XY Graph</name>
-        <trace_1_trace_type>0</trace_1_trace_type>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-6.0</axis_0_minimum>
-        <trace_2_y_axis_index>1</trace_2_y_axis_index>
-        <trace_1_update_delay>1</trace_1_update_delay>
-        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
-        <axis_1_axis_title>mA</axis_1_axis_title>
-        <trace_2_x_pv_value />
-        <axis_1_auto_scale>false</axis_1_auto_scale>
-        <trace_1_line_width>1</trace_1_line_width>
-        <trace_3_trace_type>1</trace_3_trace_type>
-        <trace_2_y_pv>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR_Y</trace_2_y_pv>
-        <trace_1_plot_mode>0</trace_1_plot_mode>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <axis_2_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_2_title_font>
-        <trace_3_point_style>0</trace_3_point_style>
-        <trace_0_y_pv>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR_Y</trace_0_y_pv>
-        <trace_2_point_style>2</trace_2_point_style>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <trace_4_trace_type>1</trace_4_trace_type>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR_XMS</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <axis_2_time_format>0</axis_2_time_format>
-        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
-        <trace_3_plot_mode>0</trace_3_plot_mode>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <axis_2_maximum>22.0</axis_2_maximum>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>895</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-8.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </title_font>
-        <trace_4_anti_alias>false</trace_4_anti_alias>
-        <trace_0_y_pv_value />
-        <trace_1_visible>true</trace_1_visible>
-        <plot_area_background_color>
-          <color red="0" green="0" blue="0" />
-        </plot_area_background_color>
-        <trace_4_point_size>4</trace_4_point_size>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <axis_2_axis_title>ms</axis_2_axis_title>
-        <trace_4_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_4_trace_color>
-        <trace_1_buffer_size>520</trace_1_buffer_size>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <axis_2_scale_format></axis_2_scale_format>
-        <trace_4_y_pv_value />
-        <scripts />
-        <trace_0_point_size>3</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="0" green="255" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <trace_4_y_axis_index>1</trace_4_y_axis_index>
-        <trace_2_plot_mode>0</trace_2_plot_mode>
-        <trace_2_x_pv>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR_XMS</trace_2_x_pv>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-25f0d7e:158d972c59b:-7efc</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1129</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>PLC</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
-        <opi_file></opi_file>
-        <border_style>3</border_style>
-        <tooltip></tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7e2e</wuid>
-        <scripts>
-          <path pathString="/CSS/emu/Scripts/PlcOpi.js" checkConnect="true" sfe="false" seoe="false">
-            <pv trig="true">loc://pagePLC</pv>
-          </path>
-        </scripts>
-        <height>1060</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <resize_behaviour>0</resize_behaviour>
-        <visible>true</visible>
-        <group_name></group_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Linking Container</widget_type>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>2011</width>
-        <x>414</x>
-        <name>Linking Container</name>
-        <y>27</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
-            <exp bool_exp="pv0 == 1 || pv1==1 ||pv2==1">
-              <value>
-                <color name="Major" red="255" green="0" blue="0" />
-              </value>
-            </exp>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d3b</wuid>
-        <pv_value />
-        <text>Fault mode 1, 2 and 3</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button</name>
-        <y>102</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>fm123</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
-            <exp bool_exp="pv0==1 || pv1==1">
-              <value>
-                <color name="Major" red="255" green="0" blue="0" />
-              </value>
-            </exp>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d3a</wuid>
-        <pv_value />
-        <text>Fault mode 4 and 5</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_10</name>
-        <y>177</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>fm45</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d39</wuid>
-        <pv_value />
-        <text>Home</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name>loc://pagePLC("home")</pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_6</name>
-        <y>27</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>home</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d38</wuid>
-        <pv_value />
-        <text>Inputs/outputs value</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_13</name>
-        <y>252</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>InOut</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-    </widget>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>1</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>20cc570d:152c6318c71:-19d6</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>80</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="148" blue="202" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="0" green="148" blue="202" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <name>Rectangle Template</name>
-    <y>0</y>
-    <fill_level>100.0</fill_level>
-    <foreground_color>
-      <color red="0" green="148" blue="202" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-    </font>
-    <line_color>
-      <color name="IO Line" red="0" green="32" blue="92" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>false</enabled>
-    <wuid>20cc570d:152c6318c71:-19d2</wuid>
-    <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>EMITTANCE METER</text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="IO Border" red="215" green="215" blue="215" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="IO Background" red="255" green="255" blue="205" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <name>Label Template</name>
-    <y>18</y>
-    <foreground_color>
-      <color red="255" green="255" blue="255" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Titillium" height="28" style="0" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>false</enabled>
-    <wuid>-cae44c:157dd221fed:-6b69</wuid>
-    <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>Status</text>
-    <scripts />
-    <height>20</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="IO Border" red="215" green="215" blue="215" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>false</wrap_words>
-    <background_color>
-      <color name="IO Background" red="255" green="255" blue="205" />
-    </background_color>
-    <width>79</width>
-    <x>2088</x>
-    <name>Label Orientation_7</name>
-    <y>30</y>
-    <foreground_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <fontdata fontName="Sans" height="10" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <show_units>true</show_units>
-    <height>25</height>
-    <multiline_input>false</multiline_input>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>${PREFIX_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>2172</x>
-    <y>27</y>
-    <maximum>1.7976931348623157E308</maximum>
-    <foreground_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </foreground_color>
-    <minimum>-1.7976931348623157E308</minimum>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-    </font>
-  </widget>
-</display>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>true</show_close_button>
+  <rules />
+  <wuid>3f06f9b8:152877ca726:-7d52</wuid>
+  <show_grid>true</show_grid>
+  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
+  <scripts />
+  <height>1600</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+    <DTACQ-NAME>LNS-ISRC-010:PBI-EM</DTACQ-NAME>
+    <DEVICE_FC>FC</DEVICE_FC>
+    <PREFIX_SIG>DACQ</PREFIX_SIG>
+    <PREFIX_MTR>LNS-ISRC-010:PBI-EM-PMAC</PREFIX_MTR>
+    <NAME_MTR>MTR</NAME_MTR>
+    <PMAC_MTR>MTR1</PMAC_MTR>
+    <NAME_PS>PS</NAME_PS>
+    <PREFIX_PS>LNS-ISRC-010:PBI-EM:HV</PREFIX_PS>
+    <PREFIX_SCAN>LNS-ISRC-010:PBI-EMV</PREFIX_SCAN>
+    <SCAN>MOTOR</SCAN>
+    <P>SOURCE</P>
+    <M>EMITTANCE-METTER</M>
+    <PROC>PROC</PROC>
+    <CALC>CALC</CALC>
+    <DEVICE_HV1>HV1</DEVICE_HV1>
+    <DEVICE_HV2>HV2</DEVICE_HV2>
+  </macros>
+  <boy_version>4.0.103.201506251634</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color red="240" green="240" blue="240" />
+  </background_color>
+  <width>2000</width>
+  <x>-1</x>
+  <name></name>
+  <grid_space>6</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>-1</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color red="192" green="192" blue="192" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+    <active_tab>0</active_tab>
+    <tooltip></tooltip>
+    <height>1165</height>
+    <tab_2_icon_path></tab_2_icon_path>
+    <border_width>1</border_width>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <tab_0_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_0_foreground_color>
+    <actions hook="false" hook_all="false" />
+    <tab_1_enabled>true</tab_1_enabled>
+    <border_style>0</border_style>
+    <enabled>true</enabled>
+    <wuid>2fea3147:153609206ed:-7766</wuid>
+    <tab_1_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_1_background_color>
+    <tab_1_icon_path></tab_1_icon_path>
+    <tab_2_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_2_foreground_color>
+    <tab_1_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_1_font>
+    <tab_2_enabled>true</tab_2_enabled>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <horizontal_tabs>true</horizontal_tabs>
+    <y>102</y>
+    <rules />
+    <macros>
+      <include_parent_macros>true</include_parent_macros>
+    </macros>
+    <visible>true</visible>
+    <tab_0_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_0_background_color>
+    <widget_type>Tabbed Container</widget_type>
+    <tab_2_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_2_font>
+    <name></name>
+    <minimum_tab_height>10</minimum_tab_height>
+    <tab_2_title>PLC</tab_2_title>
+    <tab_0_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_0_font>
+    <tab_2_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_2_background_color>
+    <tab_0_title>SCANNING</tab_0_title>
+    <tab_1_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_1_foreground_color>
+    <tab_1_title>DTACQ</tab_1_title>
+    <scripts />
+    <tab_count>3</tab_count>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <tab_0_icon_path></tab_0_icon_path>
+    <tab_0_enabled>true</tab_0_enabled>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-4f668e34:1537ecf193c:-7f8d</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1129</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>true</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>SCANNING</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4ace</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Rounded Rectangle_5</name>
+        <y>12</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <tab_3_icon_path></tab_3_icon_path>
+        <height>295</height>
+        <tab_2_icon_path></tab_2_icon_path>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <tab_1_enabled>true</tab_1_enabled>
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>-1ab698cd:1586d27a42e:-6643</wuid>
+        <tab_1_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_1_background_color>
+        <tab_1_icon_path></tab_1_icon_path>
+        <tab_2_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_2_foreground_color>
+        <tab_1_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_1_font>
+        <tab_3_title>BPS</tab_3_title>
+        <tab_2_enabled>true</tab_2_enabled>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>326</width>
+        <x>42</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>78</y>
+        <rules />
+        <tab_3_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_3_font>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_0_background_color>
+        <tab_3_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_3_foreground_color>
+        <widget_type>Tabbed Container</widget_type>
+        <tab_2_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_2_font>
+        <tab_3_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_3_background_color>
+        <tab_3_enabled>true</tab_3_enabled>
+        <name>Tabbed Container_1</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_2_title>Motor</tab_2_title>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </tab_0_font>
+        <tab_2_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_2_background_color>
+        <tab_0_title>DACQ</tab_0_title>
+        <tab_1_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_1_foreground_color>
+        <tab_1_title>Dimension</tab_1_title>
+        <scripts />
+        <tab_count>4</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-1168daa3:158859bc9c3:-6933</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>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>DACQ</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-691d</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>T1</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>49</x>
+            <name>Label Orientation_1</name>
+            <y>54</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX_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>$(DTACQ-NAME)V:LCURSOR_ms</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-691c</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <y>48</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-691b</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>T2</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>174</width>
+            <x>38</x>
+            <name>Label Orientation_2</name>
+            <y>96</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-68d0</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Measure interval</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>142</x>
+            <name>Label</name>
+            <y>18</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-68c6</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Frequency sample </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>6</x>
+            <name>Label_164</name>
+            <y>138</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-6047e935:1589bd389ef:-608e</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(DTACQ-NAME):CARD0:SAMPLINGRATE-RB</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <name>Text Update</name>
+            <y>132</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX_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>$(DTACQ-NAME)V:RCURSOR_ms</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>false</enabled>
+            <wuid>-6047e935:1589bd389ef:-5e00</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <y>90</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-1ab698cd:1586d27a42e:-6642</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>Dimension</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6feb</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Energy (eV)</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>24</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX_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>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe9</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Distance betw. Plates</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>174</width>
+            <x>13</x>
+            <name>Label Orientation_2</name>
+            <y>66</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX_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>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_3</name>
+            <y>106</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX_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>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX_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>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe5</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Face Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_4</name>
+            <y>151</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fa3</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Rear Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_4</name>
+            <y>195</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX_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>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-1ab698cd:1586d27a42e:-62df</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>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="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX_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_MTR):$(PMAC_MTR).VELO</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62d0</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>24</y>
+            <maximum>7.0</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62b9</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Homing Velocity</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>72</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX_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_MTR):$(PMAC_MTR).HVEL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62b8</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>66</y>
+            <maximum>7.0</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-6298</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Acc. time</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>114</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX_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_MTR):$(PMAC_MTR).ACCL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-6297</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>108</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-5fde</wuid>
+            <pv_value />
+            <text>RESET</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </background_color>
+            <width>61</width>
+            <x>12</x>
+            <name>Action Button Template</name>
+            <y>231</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX_MTR):$(PMAC_MTR)-ACTMTR.PROC</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-2f8d</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Position CONS</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>156</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==0">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
+                <pv trig="true">LNS-ISRC-010:PBI-EM:VER-BRAKE_SET</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_MTR):$(PMAC_MTR).VAL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-2f8c</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>150</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 || pv1==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">LNS-ISRC-010:PBI-EM:VER-BRAKE_SET</pv>
+                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-8e0</wuid>
+            <pv_value />
+            <text>MOVE</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>73</width>
+            <x>180</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX_MTR):$(PMAC_MTR).SPMG</pv_name>
+                <value>2</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-3d9</wuid>
+            <pv_value />
+            <text>STOP</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>73</width>
+            <x>90</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX_MTR):$(PMAC_MTR).SPMG</pv_name>
+                <value>0</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.BoolSwitch" version="1.0.0">
+            <toggle_button>true</toggle_button>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-380</wuid>
+            <on_color>
+              <color name="Green Off" red="0" green="30" blue="0" />
+            </on_color>
+            <show_confirm_dialog>0</show_confirm_dialog>
+            <password></password>
+            <pv_value />
+            <released_action_index>1</released_action_index>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>52</height>
+            <on_label>OFF</on_label>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>LNS-ISRC-010:PBI-EM:VER-BRAKE_GET</pv_name>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Boolean Switch</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <confirm_message>Are your sure you want to do this?</confirm_message>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="240" green="240" blue="240" />
+            </background_color>
+            <boolean_label_position>0</boolean_label_position>
+            <width>49</width>
+            <x>271</x>
+            <name>Boolean Switch</name>
+            <data_type>0</data_type>
+            <y>204</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>LNS-ISRC-010:PBI-EM:VER-BRAKE_SET</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+              <action type="WRITE_PV">
+                <pv_name>LNS-ISRC-010:PBI-EM:VER-BRAKE_SET</pv_name>
+                <value>0</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <show_boolean_label>false</show_boolean_label>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>ON</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-227</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>brake</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>80</width>
+            <x>240</x>
+            <name>Label</name>
+            <y>185</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==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>
+            <enabled>true</enabled>
+            <wuid>71173f98:1598d71be83:-4366</wuid>
+            <pv_value />
+            <text>HOME</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </background_color>
+            <width>61</width>
+            <x>12</x>
+            <name>Action Button Template</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>LNS-ISRC-010:PBI-EMV:PROC-AUTO-HOME</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>4b16a64d:158af4f8f37:-7f5c</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>BPS</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f46</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Voltage</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>67</width>
+            <x>12</x>
+            <name>Label Orientation_2</name>
+            <y>96</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f44</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Current</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>73</width>
+            <x>6</x>
+            <name>Label Orientation_3</name>
+            <y>54</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>LNS-ISRC-010:PBI-EM:BPS1-CurS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f43</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>91</width>
+            <x>90</x>
+            <y>48</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f3b</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>VERTICAL</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>199</width>
+            <x>66</x>
+            <name>Label_164</name>
+            <y>12</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f27</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>LNS-ISRC-010:PBI-EM:BPS1-CurR</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <name>Text Update</name>
+            <y>48</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f1b</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>LNS-ISRC-010:PBI-EM:BPS1-VolR</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <name>Text Update</name>
+            <y>90</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>LNS-ISRC-010:PBI-EM:BPS1-VolS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-6180</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>91</width>
+            <x>90</x>
+            <y>90</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-4223</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>1681</width>
+        <x>414</x>
+        <name>Rounded Rectangle_5</name>
+        <y>18</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-47901338:158955bc5eb:-344b</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>208</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>205</width>
+        <x>420</x>
+        <name>Rounded Rectangle_7</name>
+        <y>894</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-47901338:158955bc5eb:-31fa</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX_SCAN):$(CALC)-PROJ-X</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>912</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:158444d4181:-7ba7</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>79</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>350</width>
+        <x>29</x>
+        <name>Rounded Rectangle</name>
+        <y>1038</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>36</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4cec</wuid>
+        <on_color>
+          <color red="0" green="255" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color red="0" green="100" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>true</square_led>
+        <width>32</width>
+        <x>336</x>
+        <data_type>0</data_type>
+        <y>1066</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4a2d</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="30" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>30</x>
+        <name>Polyline</name>
+        <y>393</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4ab2</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Position</text>
+        <scripts />
+        <height>25</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="panelArea" red="240" green="240" blue="240" />
+        </background_color>
+        <width>229</width>
+        <x>96</x>
+        <name>Label_156</name>
+        <y>381</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-3e44</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>START position</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>151</width>
+        <x>42</x>
+        <name>Label Orientation_7</name>
+        <y>420</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX_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_MTR).P4SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-3e43</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>414</y>
+        <maximum>0.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-200.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-3d91</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>END position</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>104</width>
+        <x>71</x>
+        <name>Label Orientation_7</name>
+        <y>462</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX_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_MTR).P4EP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-3d90</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>456</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-33bf</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="29" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>597</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-33be</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Angle</text>
+        <scripts />
+        <height>25</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="panelArea" red="240" green="240" blue="240" />
+        </background_color>
+        <width>229</width>
+        <x>96</x>
+        <name>Label_156</name>
+        <y>585</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-33b3</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Number of positions</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>199</width>
+        <x>30</x>
+        <name>Label Orientation_7</name>
+        <y>502</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX_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_MTR).NPTS</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-33a9</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>496</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-335c</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Step size</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>199</width>
+        <x>30</x>
+        <name>Label Orientation_7</name>
+        <y>547</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX_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_MTR).P4SI</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-335b</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>541</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-31f0</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Nb Angles</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>84</width>
+        <x>99</x>
+        <name>Label Orientation_2</name>
+        <y>715</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX_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).NPTS</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_2</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-31ef</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>709</y>
+        <maximum>400.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 || pv1==1||pv2==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
+            <pv trig="true">${PREFIX_SCAN}:$(PROC)-AUTO-HOME</pv>
+            <pv trig="true">${PREFIX_SCAN}:SWITCH_H_GET</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-2a00</wuid>
+        <pv_value />
+        <text>ABORT</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>55</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </background_color>
+        <width>146</width>
+        <x>45</x>
+        <name>Abort Scan</name>
+        <y>1056</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="true">
+          <action type="WRITE_PV">
+            <pv_name>${PREFIX_SCAN}:$(NAME_MTR)-ABORT.PROC</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description>Abort Scan</description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==0">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==1 || pv1==0 || pv2==0 || pv3==0 || pv4==0 || pv5==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-2a01</wuid>
+        <pv_value />
+        <text>START</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>55</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="IO Button" red="178" green="178" blue="178" />
+        </background_color>
+        <width>103</width>
+        <x>216</x>
+        <name>Start Scan</name>
+        <y>1056</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>${PREFIX_SCAN}:$(NAME_MTR).EXSC</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description>Start SCAN</description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-31f4</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MRAD  MIN</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>101</width>
+        <x>83</x>
+        <name>Label Orientation_7</name>
+        <y>669</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX_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}:$(PROC)-AngleMin-SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-31f3</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>666</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-cae44c:157dd221fed:-75d1</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Step size</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>144</width>
+        <x>60</x>
+        <name>Label Orientation_2</name>
+        <y>756</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX_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}:${PROC}-StepAngle</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_2</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-cae44c:157dd221fed:-75d0</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>750</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>4ad471b5:157e1276406:-740b</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MRAD MAX</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>99</width>
+        <x>82</x>
+        <name>Label Orientation_1</name>
+        <y>624</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX_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}:$(PROC)-AngleMax-SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>4ad471b5:157e1276406:-740a</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>624</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-20a75393:15809f6e4ee:-700a</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>CONFIGURATION</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>30</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.intensityGraph" version="1.0.0">
+        <vertial_profile_y_pv_value />
+        <y_axis_show_minor_ticks>true</y_axis_show_minor_ticks>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <x_axis_show_minor_ticks>true</x_axis_show_minor_ticks>
+        <roi_0_w_pv_value />
+        <roi_0_visible>true</roi_0_visible>
+        <horizon_profile_x_pv_name>$(PREFIX_SCAN):CALC-PROJ-Xabsc</horizon_profile_x_pv_name>
+        <height>798</height>
+        <border_width>1</border_width>
+        <graph_area_width>1290</graph_area_width>
+        <y_axis_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </y_axis_scale_font>
+        <roi_0_x_pv></roi_0_x_pv>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <x_axis_minimum>-200.0</x_axis_minimum>
+        <y_axis_maximum>80.0</y_axis_maximum>
+        <pixel_info_pv_value />
+        <x_axis_maximum>0.0</x_axis_maximum>
+        <vertial_profile_x_pv_value />
+        <roi_0_title>ROI 0</roi_0_title>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <rgb_mode>false</rgb_mode>
+        <roi_1_title>ROI 1</roi_1_title>
+        <crop_left>0</crop_left>
+        <roi_1_y_pv_value />
+        <x_axis_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </x_axis_scale_font>
+        <data_width>0</data_width>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-6ffb</wuid>
+        <roi_1_visible>true</roi_1_visible>
+        <y_axis_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </y_axis_title_font>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <graph_area_height>737</graph_area_height>
+        <x_axis_visible>true</x_axis_visible>
+        <roi_0_y_pv_value />
+        <roi_1_h_pv_value />
+        <vertical_profile_x_pv_name>$(PREFIX_SCAN):CALC-PROJ-Yabsc</vertical_profile_x_pv_name>
+        <pixel_info_pv_name></pixel_info_pv_name>
+        <roi_0_width_pv></roi_0_width_pv>
+        <x_axis_axis_color>
+          <color red="0" green="0" blue="0" />
+        </x_axis_axis_color>
+        <roi_0_h_pv_value />
+        <roi_1_x_pv></roi_1_x_pv>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <x_axis_axis_title>mm</x_axis_axis_title>
+        <width>1405</width>
+        <x>660</x>
+        <y>100</y>
+        <maximum>5.0</maximum>
+        <data_height>0</data_height>
+        <minimum>-1.0</minimum>
+        <crop_right>0</crop_right>
+        <crop_top>0</crop_top>
+        <roi_color>
+          <color red="0" green="255" blue="255" />
+        </roi_color>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+        <roi_0_y_pv></roi_0_y_pv>
+        <rules>
+          <rule name="DataHeight" prop_id="data_height" out_exp="true">
+            <exp bool_exp="pv0&gt;0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(NAME_PS).NPTS</pv>
+          </rule>
+          <rule name="DataWidth" prop_id="data_width" out_exp="true">
+            <exp bool_exp="pv0&gt;0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).NPTS</pv>
+          </rule>
+          <rule name="XMax" prop_id="x_axis_maximum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).P4EP</pv>
+          </rule>
+          <rule name="XMin" prop_id="x_axis_minimum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).P4SP</pv>
+          </rule>
+          <rule name="YMax" prop_id="y_axis_maximum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(PROC)-AngleMax-SP</pv>
+          </rule>
+          <rule name="YMin" prop_id="y_axis_minimum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(PROC)-AngleMin-SP</pv>
+          </rule>
+        </rules>
+        <horizon_profile_y_pv_value />
+        <roi_1_x_pv_value />
+        <roi_count>2</roi_count>
+        <roi_1_y_pv></roi_1_y_pv>
+        <pv_value />
+        <color_map>
+          <interpolate>true</interpolate>
+          <autoscale>true</autoscale>
+          <map>2</map>
+        </color_map>
+        <show_ramp>true</show_ramp>
+        <y_axis_axis_title>mrad</y_axis_axis_title>
+        <horizon_profile_y_pv_name>$(PREFIX_SCAN):CALC-PROJ-Xwf</horizon_profile_y_pv_name>
+        <single_line_profiling>false</single_line_profiling>
+        <y_axis_minimum>-80.0</y_axis_minimum>
+        <visible>true</visible>
+        <roi_1_w_pv_value />
+        <vertical_profile_y_pv_name>$(PREFIX_SCAN):CALC-PROJ-Ywf</vertical_profile_y_pv_name>
+        <x_axis_major_tick_step_hint>50</x_axis_major_tick_step_hint>
+        <pv_name>$(PREFIX_SCAN):BUFF-CURRENT</pv_name>
+        <roi_0_height_pv></roi_0_height_pv>
+        <widget_type>Intensity Graph</widget_type>
+        <name>Intensity Graph</name>
+        <y_axis_axis_color>
+          <color red="0" green="0" blue="0" />
+        </y_axis_axis_color>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <roi_1_height_pv></roi_1_height_pv>
+        <roi_1_width_pv></roi_1_width_pv>
+        <y_axis_major_tick_step_hint>50</y_axis_major_tick_step_hint>
+        <scripts />
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <x_axis_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </x_axis_title_font>
+        <crop_bottom>0</crop_bottom>
+        <y_axis_visible>true</y_axis_visible>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <horizon_profile_x_pv_value />
+        <roi_0_x_pv_value />
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tank" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </scale_font>
+        <pv_value />
+        <show_scale>true</show_scale>
+        <scale_format></scale_format>
+        <height>5</height>
+        <fill_color>
+          <color red="0" green="0" blue="255" />
+        </fill_color>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Tank</widget_type>
+        <name>Tank</name>
+        <show_hi>true</show_hi>
+        <actions hook="false" hook_all="false" />
+        <show_lo>true</show_lo>
+        <border_style>0</border_style>
+        <show_lolo>true</show_lolo>
+        <show_minor_ticks>true</show_minor_ticks>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <show_markers>true</show_markers>
+        <color_hihi>
+          <color red="255" green="0" blue="0" />
+        </color_hihi>
+        <show_hihi>true</show_hihi>
+        <log_scale>false</log_scale>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-568c</wuid>
+        <level_hihi>90.0</level_hihi>
+        <color_hi>
+          <color red="255" green="128" blue="0" />
+        </color_hi>
+        <color_lo>
+          <color red="255" green="128" blue="0" />
+        </color_lo>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+        <color_fillbackground>
+          <color red="192" green="192" blue="192" />
+        </color_fillbackground>
+        <major_tick_step_hint>50</major_tick_step_hint>
+        <level_hi>80.0</level_hi>
+        <transparent_background>true</transparent_background>
+        <level_lo>20.0</level_lo>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>true</limits_from_pv>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <level_lolo>10.0</level_lolo>
+        <width>475</width>
+        <x>522</x>
+        <y>1008</y>
+        <maximum>100.0</maximum>
+        <color_lolo>
+          <color red="255" green="0" blue="0" />
+        </color_lolo>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-4219</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>MEASURE</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>1681</width>
+        <x>414</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3a8f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <name>Rounded Rectangle_5</name>
+        <y>18</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <height>597</height>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3a8b</wuid>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>82</y>
+        <rules />
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color red="186" green="189" blue="182" />
+        </tab_0_background_color>
+        <widget_type>Tabbed Container</widget_type>
+        <name>Tabbed Container</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </tab_0_font>
+        <tab_0_title>SCANNING</tab_0_title>
+        <scripts />
+        <tab_count>1</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-16429ab9:1582e68df9a:-3a8a</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>565</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>317</width>
+          <x>1</x>
+          <name>SCANNING</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-7035</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>325</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>228</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-7106</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>193</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>18</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4ad471b5:157e1276406:-781e</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>PS Horizontal</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label Orientation_7</name>
+            <y>36</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX_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>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4ad471b5:157e1276406:-781d</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>30</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4ad471b5:157e1276406:-780f</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>PS Vertical</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>127</width>
+            <x>30</x>
+            <name>Label Orientation_7</name>
+            <y>84</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX_PS)ver-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4ad471b5:157e1276406:-780e</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>78</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>79429b6c:157dd491a6d:-7dd7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Angle STEP ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>25</x>
+            <name>Label Orientation_7</name>
+            <y>132</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX_SCAN}:$(NAME_PS)-NORD_POS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>79429b6c:157dd491a6d:-7dd6</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>126</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX_SCAN}:$(NAME_MTR)-NORD_POS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-16429ab9:1582e68df9a:-6dec</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>240</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-16429ab9:1582e68df9a:-3c09</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Pos STEP ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>172</width>
+            <x>15</x>
+            <name>Label Orientation_1</name>
+            <y>246</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-422a</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>13</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>438</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-3dc7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>LOW Limit </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>83</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>442</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38d5</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>HIGH Limit </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>93</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>478</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38d6</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>2</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>474</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38ce</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MOVN</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>330</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38cd</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is moving ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>25</x>
+            <name>Label_164</name>
+            <y>334</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).RBV</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-356b</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>288</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>59fc39f9:158487e5950:-356a</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Position in course</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>166</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>294</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-33a7</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>1</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>366</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-33a6</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is placed</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label_164</name>
+            <y>370</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-26fe</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>HV is ramping ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>196</width>
+            <x>6</x>
+            <name>Label_164</name>
+            <y>178</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-26ff</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX_SCAN}:$(NAME_PS).BUSY</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>174</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX_SCAN}:$(NAME_PS).BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-2314</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>193</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX_SCAN}:$(NAME_PS).BUSY</pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>18</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-6f5c</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is Homed</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label_164</name>
+            <y>406</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-6f52</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>14</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>402</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">$(PREFIX_MTR):$(PMAC_MTR).MOVN</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-2172</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>325</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX_MTR):$(PMAC_MTR).MOVN</pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>228</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-6028</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Brake ON</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>83</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>514</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-79b8</wuid>
+            <on_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>LNS-ISRC-010:PBI-EM:VER-BRAKE_GET</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>510</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3a7c</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>STATUS</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>5</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-363a</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="29" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>1038</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>2</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>false</show_units>
+        <height>22</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(PREFIX_MTR):$(PMAC_MTR).RBV</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_9</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:158444d4181:-628c</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>100</width>
+        <x>1205</x>
+        <y>876</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Visible" prop_id="visible" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">$(PREFIX_MTR):$(PMAC_MTR).MOVN</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>59fc39f9:158487e5950:-4c5d</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MOTOR IS MOVING ...</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>181</width>
+        <x>1020</x>
+        <name>Label</name>
+        <y>877</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-1168daa3:158859bc9c3:6e0</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <x>639</x>
+        <y>912</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>100</trace_0_buffer_size>
+        <axis_1_maximum>1.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title>mm</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>1.0</axis_0_maximum>
+        <height>181</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <pv_name>$(PREFIX_SCAN):$(CALC)-PROJ-Xwf</pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-100.0</axis_0_minimum>
+        <axis_1_axis_title></axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(PREFIX_SCAN):$(CALC)-PROJ-Xwf</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX_SCAN):$(CALC)-PROJ-Xabsc</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>true</show_plot_area_border>
+        <width>1384</width>
+        <axis_1_minimum>-1.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="21" green="21" blue="196" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>true</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.1</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-1168daa3:158859bc9c3:50e</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <x>432</x>
+        <y>100</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>500</trace_0_buffer_size>
+        <axis_1_maximum>100.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title></axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>100.0</axis_0_maximum>
+        <height>795</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.1</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>10</trace_0_update_delay>
+        <pv_name></pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-100.0</axis_0_minimum>
+        <axis_1_axis_title>mrad</axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(PREFIX_SCAN):$(CALC)-PROJ-Yabsc</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX_SCAN):$(CALC)-PROJ-Ywf</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>true</show_plot_area_border>
+        <width>217</width>
+        <axis_1_minimum>-100.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color red="255" green="255" blue="255" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="21" green="21" blue="196" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-47901338:158955bc5eb:-3243</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>X Mean</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>912</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-47901338:158955bc5eb:-3235</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>X' Mean</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>942</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-47901338:158955bc5eb:-31f2</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX_SCAN}:$(CALC)-PROJ-Y</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>942</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7b9f</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>TENSION MAX</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>115</width>
+        <x>36</x>
+        <name>Label Orientation_3</name>
+        <y>857</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7b9e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>31</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX_SCAN}:$(PROC)-VoltMax</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <width>160</width>
+        <x>168</x>
+        <name>Text Update</name>
+        <y>851</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7b9d</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>31</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX_SCAN}:$(PROC)-VoltMin</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <width>160</width>
+        <x>168</x>
+        <name>Text Update_1</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7ae3</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>TENSION MIN</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>36</x>
+        <name>Label Orientation_3</name>
+        <y>899</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>82148ce:158b4de09bc:-7db2</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX_SCAN}:$(CALC)-RMS-SIZE</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>978</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>82148ce:158b4de09bc:-7db1</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA X</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>978</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>82148ce:158b4de09bc:-7db0</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA X'</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_3</name>
+        <y>1012</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>82148ce:158b4de09bc:-7daf</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX_SCAN}:$(CALC)-RMS-ANGLE</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update_1</name>
+        <y>1012</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-254931a3:158b5a49183:-7dd1</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA XX'</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_3</name>
+        <y>1047</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-254931a3:158b5a49183:-7dd0</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX_SCAN}:$(CALC)-SIGMA</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update_1</name>
+        <y>1047</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <height>354</height>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>60f6e55b:158baae9c78:-7f2b</wuid>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>678</y>
+        <rules />
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color red="183" green="189" blue="182" />
+        </tab_0_background_color>
+        <widget_type>Tabbed Container</widget_type>
+        <name>Tabbed Container_2</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_0_font>
+        <tab_0_title>PLC-STATUS</tab_0_title>
+        <scripts />
+        <tab_count>1</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>60f6e55b:158baae9c78:-7f2a</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>318</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>317</width>
+          <x>1</x>
+          <name>PLC-STATUS</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f15</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>301</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>6</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f14</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Temp BEAM Stop</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>28</x>
+            <name>Label_164</name>
+            <y>30</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f13</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update</name>
+            <y>24</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f12</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update_1</name>
+            <y>66</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0 &gt;= 200">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0&lt;=200">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).P4SI</pv>
+              </rule>
+            </rules>
+            <enabled>false</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f11</wuid>
+            <pv_value />
+            <text>HORIZONTAL</text>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>55</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>133</width>
+            <x>46</x>
+            <name>Start Scan</name>
+            <y>126</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description>Select HORIZONTAL</description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <pv_value />
+            <height>23</height>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="Blue" red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>LED</widget_type>
+            <name>LED</name>
+            <actions hook="false" hook_all="false" />
+            <show_boolean_label>false</show_boolean_label>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f10</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <on_label>ON</on_label>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>true</keep_wh_ratio>
+            </scale_options>
+            <off_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </background_color>
+            <square_led>false</square_led>
+            <width>23</width>
+            <x>234</x>
+            <data_type>0</data_type>
+            <y>142</y>
+            <foreground_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </foreground_color>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>OFF</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <pv_value />
+            <height>23</height>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="Blue" red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>LED</widget_type>
+            <name>LED_1</name>
+            <actions hook="false" hook_all="false" />
+            <show_boolean_label>false</show_boolean_label>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f0f</wuid>
+            <on_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </on_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <on_label>ON</on_label>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>true</keep_wh_ratio>
+            </scale_options>
+            <off_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </background_color>
+            <square_led>false</square_led>
+            <width>23</width>
+            <x>234</x>
+            <data_type>0</data_type>
+            <y>208</y>
+            <foreground_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </foreground_color>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>OFF</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0 &gt;= 200">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0&lt;=200">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).P4SI</pv>
+              </rule>
+            </rules>
+            <enabled>false</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f0e</wuid>
+            <pv_value />
+            <text>VERTICAL</text>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>55</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>133</width>
+            <x>46</x>
+            <name>Start Scan_1</name>
+            <y>192</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description>Select VERTICAL</description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f0d</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Temp SLIT</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>24</x>
+            <name>Label_165</name>
+            <y>72</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1||pv2==1||pv3==1||pv4==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-25f0d7e:158d972c59b:-7f2b</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>301</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>6</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="status" prop_id="text" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
+                  <value>Error</value>
+                </exp>
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
+                  <value>OK</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+              <rule name="Color" prop_id="foreground_color" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
+                  <value>
+                    <color name="Major" red="255" green="0" blue="0" />
+                  </value>
+                </exp>
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==1 &amp;&amp; pv2==1 &amp;&amp; pv3==1 &amp;&amp; pv4==1">
+                  <value>
+                    <color name="Green On" red="0" green="255" blue="0" />
+                  </value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>100e174:1598cdb59c9:-78c8</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>OK</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update_1</name>
+            <y>264</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>100e174:1598cdb59c9:-78c7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Status</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>24</x>
+            <name>Label_165</name>
+            <y>270</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 &amp;&amp; pv1==0">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==1 || pv1==1">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv>
+            <pv trig="true">${PREFIX_SCAN}:$(NAME_PS).BUSY</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-61dcfd6b:158bac54bbd:-7a9a</wuid>
+        <pv_value />
+        <text>Extract DATA</text>
+        <scripts>
+          <path pathString="Scripts/ExtracData.py" checkConnect="true" sfe="false" seoe="false">
+            <pv trig="true">loc://StartExtract</pv>
+            <pv trig="false">${PREFIX_SCAN}:$(NAME_PS).NPTS</pv>
+            <pv trig="false">${PREFIX_SCAN}:$(NAME_MTR).NPTS</pv>
+            <pv trig="false">${PREFIX_SCAN}:${CALC}-Energy-SP</pv>
+            <pv trig="false">$(DTACQ-NAME):CARD0:SAMPLINGRATE-RB</pv>
+            <pv trig="false">${PREFIX_SCAN}:$(NAME_MTR).P4SI</pv>
+            <pv trig="false">$(PREFIX_SCAN):BUFF-CURRENT</pv>
+            <pv trig="false">$(PREFIX_SCAN):BUFF-ANGLE</pv>
+            <pv trig="false">$(PREFIX_SCAN):BUFF-MTR-POS</pv>
+          </path>
+        </scripts>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>57</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </background_color>
+        <width>166</width>
+        <x>2220</x>
+        <name>Action Button</name>
+        <y>1049</y>
+        <style>0</style>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://StartExtract</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Visible" prop_id="visible" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX_SCAN}:$(PROC)-AUTO-HOME</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>7feef39:159b7455f16:-7060</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>STOPPING IN PROGRESS ...</text>
+        <scripts />
+        <height>60</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>505</width>
+        <x>1086</x>
+        <name>Label</name>
+        <y>150</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
+        </font>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>2fea3147:153609206ed:-7765</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1129</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>DTACQ</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-eb7</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>936</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>1483</width>
+        <x>0</x>
+        <name>Rectangle</name>
+        <y>43</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-483e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME):CARD0-STAT-RB</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>148</width>
+        <x>1104</x>
+        <name>Text Update</name>
+        <y>24</y>
+        <foreground_color>
+          <color name="TextDynamic" red="0" green="244" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7781</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Rectangle_2</name>
+        <y>850</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <trace_2_x_axis_index>0</trace_2_x_axis_index>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <trace_4_line_width>3</trace_4_line_width>
+        <border_width>1</border_width>
+        <trace_3_point_size>4</trace_3_point_size>
+        <trace_1_x_axis_index>0</trace_1_x_axis_index>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_0_grid_color>
+        <axis_2_visible>false</axis_2_visible>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <axis_2_minimum>0.0</axis_2_minimum>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <trace_1_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR_XMS</trace_1_x_pv>
+        <wuid>-3d4af206:15877d6a498:-7780</wuid>
+        <transparent>false</transparent>
+        <trace_1_update_mode>0</trace_1_update_mode>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_title_font>
+        <trace_2_update_mode>0</trace_2_update_mode>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <trace_3_update_mode>0</trace_3_update_mode>
+        <x>408</x>
+        <y>120</y>
+        <trace_4_update_mode>0</trace_4_update_mode>
+        <trace_3_x_axis_index>0</trace_3_x_axis_index>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>3</axis_count>
+        <trace_4_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:RCURSOR_X</trace_4_x_pv>
+        <trace_3_y_pv_value />
+        <trace_1_point_size>4</trace_1_point_size>
+        <trace_1_anti_alias>false</trace_1_anti_alias>
+        <pv_value />
+        <axis_2_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_2_grid_color>
+        <trace_0_buffer_size>520</trace_0_buffer_size>
+        <trace_2_buffer_size>520</trace_2_buffer_size>
+        <axis_1_maximum>10.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <trace_4_update_delay>1</trace_4_update_delay>
+        <widget_type>XY Graph</widget_type>
+        <trace_2_line_width>1</trace_2_line_width>
+        <trace_4_plot_mode>0</trace_4_plot_mode>
+        <trace_3_concatenate_data>false</trace_3_concatenate_data>
+        <trace_4_x_pv_value />
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <trace_4_buffer_size>2</trace_4_buffer_size>
+        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
+        <trace_3_anti_alias>false</trace_3_anti_alias>
+        <trace_1_y_pv_value />
+        <axis_2_auto_scale>true</axis_2_auto_scale>
+        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
+        <show_legend>false</show_legend>
+        <trace_3_visible>true</trace_3_visible>
+        <trace_4_x_axis_index>0</trace_4_x_axis_index>
+        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
+        <axis_0_axis_title>ms</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_2_scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </axis_2_scale_font>
+        <trace_3_update_delay>1</trace_3_update_delay>
+        <trace_2_update_delay>1</trace_2_update_delay>
+        <trace_4_point_style>0</trace_4_point_style>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>2</trace_0_point_style>
+        <trace_1_point_style>2</trace_1_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_2_y_axis>false</axis_2_y_axis>
+        <trace_3_x_pv_value />
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>5</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <trace_3_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:LCURSOR_X</trace_3_x_pv>
+        <trace_2_trace_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </trace_2_trace_color>
+        <trace_4_visible>true</trace_4_visible>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <trace_3_buffer_size>2</trace_3_buffer_size>
+        <trace_2_trace_type>0</trace_2_trace_type>
+        <trace_3_line_width>3</trace_3_line_width>
+        <show_toolbar>true</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <trace_1_y_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR_Y</trace_1_y_pv>
+        <trace_2_concatenate_data>false</trace_2_concatenate_data>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <trace_2_y_pv_value />
+        <trace_2_anti_alias>false</trace_2_anti_alias>
+        <axis_0_maximum>6.0</axis_0_maximum>
+        <trace_1_y_axis_index>1</trace_1_y_axis_index>
+        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
+        <height>451</height>
+        <trace_2_visible>false</trace_2_visible>
+        <trigger_pv_value />
+        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
+        <axis_1_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <trace_2_point_size>4</trace_2_point_size>
+        <trace_4_concatenate_data>false</trace_4_concatenate_data>
+        <axis_2_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_2_axis_color>
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <axis_2_show_grid>false</axis_2_show_grid>
+        <trace_3_y_axis_index>1</trace_3_y_axis_index>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <trace_1_concatenate_data>false</trace_1_concatenate_data>
+        <trace_1_trace_color>
+          <color red="242" green="26" blue="26" />
+        </trace_1_trace_color>
+        <trace_3_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_3_trace_color>
+        <pv_name></pv_name>
+        <axis_2_log_scale>false</axis_2_log_scale>
+        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+        <name>XY Graph</name>
+        <trace_1_trace_type>0</trace_1_trace_type>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-6.0</axis_0_minimum>
+        <trace_2_y_axis_index>1</trace_2_y_axis_index>
+        <trace_1_update_delay>1</trace_1_update_delay>
+        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
+        <axis_1_axis_title>mA</axis_1_axis_title>
+        <trace_2_x_pv_value />
+        <axis_1_auto_scale>false</axis_1_auto_scale>
+        <trace_1_line_width>1</trace_1_line_width>
+        <trace_3_trace_type>1</trace_3_trace_type>
+        <trace_2_y_pv>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR_Y</trace_2_y_pv>
+        <trace_1_plot_mode>0</trace_1_plot_mode>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <axis_2_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_2_title_font>
+        <trace_3_point_style>0</trace_3_point_style>
+        <trace_0_y_pv>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR_Y</trace_0_y_pv>
+        <trace_2_point_style>2</trace_2_point_style>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <trace_4_trace_type>1</trace_4_trace_type>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR_XMS</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <axis_2_time_format>0</axis_2_time_format>
+        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
+        <trace_3_plot_mode>0</trace_3_plot_mode>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <axis_2_maximum>22.0</axis_2_maximum>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>895</width>
+        <trace_1_x_pv_value />
+        <axis_1_minimum>-10.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_4_anti_alias>false</trace_4_anti_alias>
+        <trace_0_y_pv_value />
+        <trace_1_visible>false</trace_1_visible>
+        <plot_area_background_color>
+          <color red="0" green="0" blue="0" />
+        </plot_area_background_color>
+        <trace_4_point_size>4</trace_4_point_size>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <axis_2_axis_title>ms</axis_2_axis_title>
+        <trace_4_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_4_trace_color>
+        <trace_1_buffer_size>520</trace_1_buffer_size>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <axis_2_scale_format></axis_2_scale_format>
+        <trace_4_y_pv_value />
+        <scripts />
+        <trace_0_point_size>3</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="0" green="255" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <trace_4_y_axis_index>1</trace_4_y_axis_index>
+        <trace_2_plot_mode>0</trace_2_plot_mode>
+        <trace_2_x_pv>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR_XMS</trace_2_x_pv>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>97</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Rounded Rectangle_4</name>
+        <y>126</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777d</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>ms</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>40</width>
+        <x>328</x>
+        <name>Label_16</name>
+        <y>178</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777c</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>97</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Rounded Rectangle_5</name>
+        <y>246</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>1</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777b</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="213" y="180" />
+          <point x="156" y="180" />
+          <point x="156" y="180" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>2</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>58</width>
+        <x>156</x>
+        <name>Polyline_1</name>
+        <y>180</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>1</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7779</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="213" y="300" />
+          <point x="156" y="300" />
+          <point x="156" y="300" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>2</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>58</width>
+        <x>156</x>
+        <name>Polyline_2</name>
+        <y>300</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7778</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>ms</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>40</width>
+        <x>328</x>
+        <name>Label_18</name>
+        <y>298</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7777</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>FC Curr</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>870</y>
+        <foreground_color>
+          <color name="TextDynamic" red="0" green="244" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7776</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>870</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7775</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>870</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7774</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>870</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7773</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>22</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>448</width>
+        <x>567</x>
+        <name>Rectangle_1</name>
+        <y>849</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="0" green="0" blue="0" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7772</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Max</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Label_5</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7771</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Min</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Label_22</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7770</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Average</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Label_21</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-776f</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Main GRAPH</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>115</width>
+        <x>840</x>
+        <name>Label_25</name>
+        <y>96</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>-3d4af206:15877d6a498:-7769</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME):CARD0:TRIGGER:PRETRIGGER_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>true</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>54</x>
+        <name>Spinner Template_10</name>
+        <y>168</y>
+        <maximum>10.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7768</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME):CARD0:NSAMPLES_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>0.1</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>214</x>
+        <name>Spinner Template_1</name>
+        <y>168</y>
+        <maximum>10.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>1.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7766</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)V:RCURSOR_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>214</x>
+        <name>Spinner Template_3</name>
+        <y>288</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>-100.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-751a</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>HV1 Volt</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-7519</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-7518</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>893</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-7517</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>893</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-70a0</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>HV2 Volt</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>916</y>
+        <foreground_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-709f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>916</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-709e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>916</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-709d</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>916</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-f67</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Display interval</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Label_15</name>
+        <y>126</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-f5d</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Measure interval</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Label_15</name>
+        <y>246</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-f53</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>FAST ACQUISITION</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>1483</width>
+        <x>0</x>
+        <name>Label_15</name>
+        <y>12</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-6047e935:1589bd389ef:-66ec</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(DTACQ-NAME)V:LCURSOR_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>54</x>
+        <name>Spinner Template_3</name>
+        <y>288</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>-100.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <trace_2_x_axis_index>0</trace_2_x_axis_index>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <trace_4_line_width>3</trace_4_line_width>
+        <border_width>1</border_width>
+        <trace_3_point_size>4</trace_3_point_size>
+        <trace_1_x_axis_index>0</trace_1_x_axis_index>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_0_grid_color>
+        <axis_2_visible>false</axis_2_visible>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <axis_2_minimum>0.0</axis_2_minimum>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <trace_1_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR_XMS</trace_1_x_pv>
+        <wuid>-61dcfd6b:158bac54bbd:-7d05</wuid>
+        <transparent>false</transparent>
+        <trace_1_update_mode>0</trace_1_update_mode>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_title_font>
+        <trace_2_update_mode>0</trace_2_update_mode>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <trace_3_update_mode>0</trace_3_update_mode>
+        <x>408</x>
+        <y>582</y>
+        <trace_4_update_mode>0</trace_4_update_mode>
+        <trace_3_x_axis_index>0</trace_3_x_axis_index>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>3</axis_count>
+        <trace_4_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:RCURSOR_X</trace_4_x_pv>
+        <trace_3_y_pv_value />
+        <trace_1_point_size>4</trace_1_point_size>
+        <trace_1_anti_alias>false</trace_1_anti_alias>
+        <pv_value />
+        <axis_2_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_2_grid_color>
+        <trace_0_buffer_size>520</trace_0_buffer_size>
+        <trace_2_buffer_size>520</trace_2_buffer_size>
+        <axis_1_maximum>8.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <trace_4_update_delay>1</trace_4_update_delay>
+        <widget_type>XY Graph</widget_type>
+        <trace_2_line_width>1</trace_2_line_width>
+        <trace_4_plot_mode>0</trace_4_plot_mode>
+        <trace_3_concatenate_data>false</trace_3_concatenate_data>
+        <trace_4_x_pv_value />
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>false</trace_0_visible>
+        <trace_4_buffer_size>2</trace_4_buffer_size>
+        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
+        <trace_3_anti_alias>false</trace_3_anti_alias>
+        <trace_1_y_pv_value />
+        <axis_2_auto_scale>true</axis_2_auto_scale>
+        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
+        <show_legend>false</show_legend>
+        <trace_3_visible>true</trace_3_visible>
+        <trace_4_x_axis_index>0</trace_4_x_axis_index>
+        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
+        <axis_0_axis_title>ms</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_2_scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </axis_2_scale_font>
+        <trace_3_update_delay>1</trace_3_update_delay>
+        <trace_2_update_delay>1</trace_2_update_delay>
+        <trace_4_point_style>0</trace_4_point_style>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>2</trace_0_point_style>
+        <trace_1_point_style>2</trace_1_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_2_y_axis>false</axis_2_y_axis>
+        <trace_3_x_pv_value />
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>5</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <trace_3_x_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR:LCURSOR_X</trace_3_x_pv>
+        <trace_2_trace_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </trace_2_trace_color>
+        <trace_4_visible>true</trace_4_visible>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <trace_3_buffer_size>2</trace_3_buffer_size>
+        <trace_2_trace_type>0</trace_2_trace_type>
+        <trace_3_line_width>3</trace_3_line_width>
+        <show_toolbar>true</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <trace_1_y_pv>$(DTACQ-NAME)-$(DEVICE_HV1):VoltR_Y</trace_1_y_pv>
+        <trace_2_concatenate_data>false</trace_2_concatenate_data>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <trace_2_y_pv_value />
+        <trace_2_anti_alias>false</trace_2_anti_alias>
+        <axis_0_maximum>6.0</axis_0_maximum>
+        <trace_1_y_axis_index>1</trace_1_y_axis_index>
+        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
+        <height>247</height>
+        <trace_2_visible>true</trace_2_visible>
+        <trigger_pv_value />
+        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
+        <axis_1_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <trace_2_point_size>4</trace_2_point_size>
+        <trace_4_concatenate_data>false</trace_4_concatenate_data>
+        <axis_2_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_2_axis_color>
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <axis_2_show_grid>false</axis_2_show_grid>
+        <trace_3_y_axis_index>1</trace_3_y_axis_index>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <trace_1_concatenate_data>false</trace_1_concatenate_data>
+        <trace_1_trace_color>
+          <color red="242" green="26" blue="26" />
+        </trace_1_trace_color>
+        <trace_3_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_3_trace_color>
+        <pv_name></pv_name>
+        <axis_2_log_scale>false</axis_2_log_scale>
+        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+        <name>XY Graph</name>
+        <trace_1_trace_type>0</trace_1_trace_type>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-6.0</axis_0_minimum>
+        <trace_2_y_axis_index>1</trace_2_y_axis_index>
+        <trace_1_update_delay>1</trace_1_update_delay>
+        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
+        <axis_1_axis_title>mA</axis_1_axis_title>
+        <trace_2_x_pv_value />
+        <axis_1_auto_scale>false</axis_1_auto_scale>
+        <trace_1_line_width>1</trace_1_line_width>
+        <trace_3_trace_type>1</trace_3_trace_type>
+        <trace_2_y_pv>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR_Y</trace_2_y_pv>
+        <trace_1_plot_mode>0</trace_1_plot_mode>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <axis_2_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_2_title_font>
+        <trace_3_point_style>0</trace_3_point_style>
+        <trace_0_y_pv>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR_Y</trace_0_y_pv>
+        <trace_2_point_style>2</trace_2_point_style>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <trace_4_trace_type>1</trace_4_trace_type>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(DTACQ-NAME)V-$(DEVICE_FC):CurrR_XMS</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <axis_2_time_format>0</axis_2_time_format>
+        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
+        <trace_3_plot_mode>0</trace_3_plot_mode>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <axis_2_maximum>22.0</axis_2_maximum>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>895</width>
+        <trace_1_x_pv_value />
+        <axis_1_minimum>-8.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </title_font>
+        <trace_4_anti_alias>false</trace_4_anti_alias>
+        <trace_0_y_pv_value />
+        <trace_1_visible>true</trace_1_visible>
+        <plot_area_background_color>
+          <color red="0" green="0" blue="0" />
+        </plot_area_background_color>
+        <trace_4_point_size>4</trace_4_point_size>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <axis_2_axis_title>ms</axis_2_axis_title>
+        <trace_4_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_4_trace_color>
+        <trace_1_buffer_size>520</trace_1_buffer_size>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <axis_2_scale_format></axis_2_scale_format>
+        <trace_4_y_pv_value />
+        <scripts />
+        <trace_0_point_size>3</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="0" green="255" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <trace_4_y_axis_index>1</trace_4_y_axis_index>
+        <trace_2_plot_mode>0</trace_2_plot_mode>
+        <trace_2_x_pv>$(DTACQ-NAME)-$(DEVICE_HV2):VoltR_XMS</trace_2_x_pv>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-25f0d7e:158d972c59b:-7efc</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1129</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>PLC</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
+        <opi_file></opi_file>
+        <border_style>3</border_style>
+        <tooltip></tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7e2e</wuid>
+        <scripts>
+          <path pathString="/CSS/emu/Scripts/PlcOpi.js" checkConnect="true" sfe="false" seoe="false">
+            <pv trig="true">loc://pagePLC</pv>
+          </path>
+        </scripts>
+        <height>1060</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <resize_behaviour>0</resize_behaviour>
+        <visible>true</visible>
+        <group_name></group_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Linking Container</widget_type>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>2011</width>
+        <x>414</x>
+        <name>Linking Container</name>
+        <y>27</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
+            <exp bool_exp="pv0 == 1 || pv1==1 ||pv2==1">
+              <value>
+                <color name="Major" red="255" green="0" blue="0" />
+              </value>
+            </exp>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d3b</wuid>
+        <pv_value />
+        <text>Fault mode 1, 2 and 3</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button</name>
+        <y>102</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>fm123</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
+            <exp bool_exp="pv0==1 || pv1==1">
+              <value>
+                <color name="Major" red="255" green="0" blue="0" />
+              </value>
+            </exp>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d3a</wuid>
+        <pv_value />
+        <text>Fault mode 4 and 5</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_10</name>
+        <y>177</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>fm45</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d39</wuid>
+        <pv_value />
+        <text>Home</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name>loc://pagePLC("home")</pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_6</name>
+        <y>27</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>home</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d38</wuid>
+        <pv_value />
+        <text>Inputs/outputs value</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_13</name>
+        <y>252</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>InOut</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+    </widget>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>1</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>20cc570d:152c6318c71:-19d6</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>80</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="148" blue="202" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="148" blue="202" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <name>Rectangle Template</name>
+    <y>0</y>
+    <fill_level>100.0</fill_level>
+    <foreground_color>
+      <color red="0" green="148" blue="202" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+    </font>
+    <line_color>
+      <color name="IO Line" red="0" green="32" blue="92" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>false</enabled>
+    <wuid>20cc570d:152c6318c71:-19d2</wuid>
+    <transparent>true</transparent>
+    <auto_size>false</auto_size>
+    <text>EMITTANCE METER</text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="IO Border" red="215" green="215" blue="215" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="IO Background" red="255" green="255" blue="205" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <name>Label Template</name>
+    <y>18</y>
+    <foreground_color>
+      <color red="255" green="255" blue="255" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Titillium" height="28" style="0" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>false</enabled>
+    <wuid>-cae44c:157dd221fed:-6b69</wuid>
+    <transparent>true</transparent>
+    <auto_size>false</auto_size>
+    <text>Status</text>
+    <scripts />
+    <height>20</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="IO Border" red="215" green="215" blue="215" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>false</wrap_words>
+    <background_color>
+      <color name="IO Background" red="255" green="255" blue="205" />
+    </background_color>
+    <width>79</width>
+    <x>2088</x>
+    <name>Label Orientation_7</name>
+    <y>30</y>
+    <foreground_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <fontdata fontName="Sans" height="10" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <show_units>true</show_units>
+    <height>25</height>
+    <multiline_input>false</multiline_input>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>${PREFIX_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>2172</x>
+    <y>27</y>
+    <maximum>1.7976931348623157E308</maximum>
+    <foreground_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </foreground_color>
+    <minimum>-1.7976931348623157E308</minimum>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+    </font>
+  </widget>
+</display>
\ No newline at end of file
diff --git a/opi/Scripts/ExtracData.py b/opi/Scripts/ExtracData.py
index 80d4c4d..4a0416f 100644
--- a/opi/Scripts/ExtracData.py
+++ b/opi/Scripts/ExtracData.py
@@ -64,23 +64,23 @@ except IndexError :
 	
 ## ANGLES
 PlotFile.write("\nvecteur angles (mrad) : ")
-indAngle=NbPos-1
+indAngle=0
 for value in range(0,NbAngle):
     PlotFile.write("%.2f "%tabAng[indAngle]);
     indAngle=indAngle+NbPos
 
 PlotFile.write("\ntype d'ion : PROTON...")      
 PlotFile.write("\ncolonnes de 1 a 4 : indice de temps / indice position / indice angle / I [Volt] :\n")
-
+   
 ## POSITION/ANGLE/INTENSITY
-indCurrent=NbPos-1
-indPos=NbPos
+indCurrent=0
+indPos=0
 for valuePos in range(0,NbPos):
     for valueAngle in range(0,NbAngle):
             PlotFile.write("0\t%i\t%i\t%.4f\n" %(valuePos,valueAngle,tabCurr[indCurrent]));
             indCurrent=indCurrent+NbPos
-    indPos=indPos-1
-    indCurrent=indPos-1
+    indPos=indPos+1
+    indCurrent=indPos
 
 PlotFile.close()
 
@@ -93,16 +93,16 @@ PlotFile.close()
 PlotFile = open(home+'/data/emit/averageDataEmit/'+"avg-"+NameFile, 'w+')
 
 ## POSITION/ANGLE/INTENSITY
-indAngle=NbPos-1
-indCurrent=NbPos-1
-indPos=NbPos
+indAngle=0
+indCurrent=0
+indPos=0
 try:
 	for valuePos in range(0,(NbPos)):	
 			for valueAngle in range(0,NbAngle):
-    				PlotFile.write("\n%.2f\t\t%.2f\t\t%.4f\n " %(tabPos[valuePos],tabAng[indAngle],tabCurr[indCurrent]));
+    				PlotFile.write("\n%.2f\t\t%.2f\t\t%.8f\n " %(tabPos[valuePos],tabAng[indAngle],tabCurr[indCurrent]));
     				indAngle=indAngle+NbPos
     				indCurrent=indCurrent+NbPos		
-			indPos=indPos-1
+			indPos=indPos+1
 			indAngle=indPos
 			indCurrent=indPos
 except IndexError :
diff --git a/src/EMU_CALCULS.c b/src/EMU_CALCULS.c
index e3e0817..e22dc0c 100644
--- a/src/EMU_CALCULS.c
+++ b/src/EMU_CALCULS.c
@@ -116,20 +116,35 @@ static int CREATE_TAB(aSubRecord *precord) {
         ptr_WF_REENT++;
         }
     }
-
+/*******************************************************/
     /***** FILL new DATA ******/
-    if(mtr_cpt>=0)
+/*    if(mtr_cpt>=0)
     {
       cpt_for=nbPosition-mtr_cpt-1;
       ptr_WF_OUT=(float*)(precord->vala);
       ptr_WF_OUT=ptr_WF_OUT+cpt_for;
 
+      ptr_WF = (float *)precord->a;*/
+
+      /*DATA from the COMPRESS waveform */
+/*      for (i = 0 ; i <= nbAngle; ++i)
+        {
+	*ptr_WF_OUT=*ptr_WF;
+        ptr_WF_OUT=ptr_WF_OUT+nbPosition;
+        ptr_WF++;
+        }
+    }*/
+    
+    /***** FILL new DATA ******/
+    if(mtr_cpt>=0)
+    {
+      ptr_WF_OUT=(float*)(precord->vala)+mtr_cpt;
       ptr_WF = (float *)precord->a;
 
       /*DATA from the COMPRESS waveform */
       for (i = 0 ; i <= nbAngle; ++i)
         {
-	*ptr_WF_OUT=*ptr_WF;
+	    *ptr_WF_OUT=*ptr_WF;
         ptr_WF_OUT=ptr_WF_OUT+nbPosition;
         ptr_WF++;
         }
diff --git a/startup/EMU.cmd b/startup/EMU.cmd
index 3eeab4e..631bd02 100644
--- a/startup/EMU.cmd
+++ b/startup/EMU.cmd
@@ -26,7 +26,7 @@ epicsEnvSet("PREC",      "4"    )
 epicsEnvSet("DHLM",      "4"   )
 epicsEnvSet("DLLM",      "-200"  )
 epicsEnvSet("VELO",      "1.5"    )
-epicsEnvSet("HVEL",      "2"    )
+epicsEnvSet("HVEL",      "1.5"    )
 epicsEnvSet("VBAS",      "0.1"  )
 epicsEnvSet("VMAX",      "7"    )
 epicsEnvSet("ACCL",      "10"  )
@@ -66,16 +66,16 @@ epicsEnvSet("EVR_PUL0_WIDTH",   "$(EVR_EV14_OUT0_WIDTH=1000)")
 #DAQ macros
 epicsEnvSet("DAQPREFIX",  "LNS-ISRC-010"  )
 epicsEnvSet("DAQBUFSIZE", "1024"         )
-epicsEnvSet("BUFFERSIZE", "20000"         )
+epicsEnvSet("BUFFERSIZE", "40000"         )
 
 #Scanning macros
 epicsEnvSet("SCANPREFIX", "LNS-ISRC-010:PBI-EMV"     )
 epicsEnvSet("SCAN_SLIT", "MTR"          )
 epicsEnvSet("SCAN_EF", "PS"              )
-epicsEnvSet("SCAN_POINTS_EF", "1000"     )
+epicsEnvSet("SCAN_POINTS_EF", "400"     )
 epicsEnvSet("SCAN_POINTS_SLIT", "100"    )
 
-epicsEnvSet(EPICS_CA_MAX_ARRAY_BYTES, 4000000)
+epicsEnvSet(EPICS_CA_MAX_ARRAY_BYTES, 8000000)
 
 # Connection to PMAC and setup for $(NUM_MOTORS) motors
 pmacAsynIPConfigure($(PMACPORT), "10.10.3.42:1025")
@@ -216,12 +216,12 @@ dbpf $(DAQPREFIX):PBI-EM:CARD0:SAMPLINGRATE 1000000
 # Initialize Motor positioners
 dbpf $(SCANPREFIX):$(SCAN_SLIT).P4SP -110
 dbpf $(SCANPREFIX):$(SCAN_SLIT).P4EP -190
-dbpf $(SCANPREFIX):$(SCAN_SLIT).P2SP 2
-dbpf $(SCANPREFIX):$(SCAN_SLIT).P2EP 2
-dbpf $(SCANPREFIX):$(SCAN_SLIT).P1SP 4
-dbpf $(SCANPREFIX):$(SCAN_SLIT).P1EP 4
+dbpf $(SCANPREFIX):$(SCAN_SLIT).P2SP 1.5
+dbpf $(SCANPREFIX):$(SCAN_SLIT).P2EP 1.5
+dbpf $(SCANPREFIX):$(SCAN_SLIT).P1SP 5
+dbpf $(SCANPREFIX):$(SCAN_SLIT).P1EP 5
 dbpf $(SCANPREFIX):$(SCAN_SLIT).NPTS 11
-dbpf $(SCANPREFIX):$(SCAN_SLIT).PDLY 0.1
+#dbpf $(SCANPREFIX):$(SCAN_SLIT).PDLY 0.1
 
 # Initialize Power supply positioners
 dbpf $(SCANPREFIX):PROC-AngleMax-SP 80
@@ -229,6 +229,7 @@ dbpf $(SCANPREFIX):PROC-AngleMin-SP -80
 dbpf $(SCANPREFIX):$(SCAN_EF).NPTS 200
 dbpf $(SCANPREFIX):$(SCAN_EF).PDLY 0.04
 dbpf $(SCANPREFIX):$(SCAN_EF).DDLY 0.02
+dbpf $(SCANPREFIX):$(SCAN_EF).AAWAIT 1
 
 dbpf $(DAQPREFIX):PBI-EM:CARD0:TriggerEdge 1
 dbpf $(DAQPREFIX):PBI-EM:CARD0:NSAMPLES_ms 7
-- 
GitLab