diff --git a/Makefile b/Makefile index 61b398f02db1158e808eb5091751b8124e5505d0..9f0b4cb23599615801d92b84b2ad4d72a905ffcc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ include $(EPICS_ENV_PATH)/module.Makefile -#STARTUPS = startup/EMU.cmd +STARTUPS += startup/EMU_Motor1.cmd +#STARTUPS += startup/EMU_testMRF.cmd DOC = doc/README.md -#USR_DEPENDENCIES = <module>,<version> + +USR_DEPENDENCIES = FastAcquisition,agaget +USR_DEPENDENCIES += DataAcquisition,agaget diff --git a/db/EMU.subs b/db/EMU.subs deleted file mode 100644 index 43d18be24cb451caa6e1f931c0ea64e3865ac4a4..0000000000000000000000000000000000000000 --- a/db/EMU.subs +++ /dev/null @@ -1,39 +0,0 @@ - -##################### FAST ACQUISITION ####################################### - -file DataAcquisitionChannel.template -{ -pattern - { SECTION, SUBSECTION, DISC, DEVICE, SIGNAL,DESCRIPTION,NELM,SIZE } - {"IFNF","Src","PBI","EM-FC1","CurR","Current FC1 EMU",16000,520} - {"IFNF","Src","PBI","EM-HV1","VolR","Voltage1 plate EMU",16000,520} - {"IFNF","Src","PBI","EM-HV2","VolR","Voltage2 plate EMU",16000,520} -} - - - -file FastAcquisition.template -{ -pattern - { SECTION, SUBSECTION, DISC, DEVICE, SIGNAL,DESCRIPTION,CARD,FMC,CHANNEL,NELM } - {"IFNF","Src","PBI","EM-FC1","CurR","Current FC1 EMU",0,2,0,16000} - {"IFNF","Src","PBI","EM-HV1","VolR","Voltage1 plate EMU",0,2,1,16000} - {"IFNF","Src","PBI","EM-HV2","VolR","Voltage2 plate EMU",0,2,2,16000} -} - - -file FastAcquisitionInformation.template -{ -pattern - { CARD,FMC,NELM} - {0,2,16000} -} - -##################### MOTOR ##################################################### - -file motor.template -{ -pattern - {PREFIX, MOTOR_NAME, MOTOR_PORT, AXIS_NO,SREV,UREV, EGU, PREC,VELO,VMAX,ACCL} - {"MOTIONTRAINING", "MTR4","GEOBRICK_MOTOR",4, 204800, 360, Degrees, 2, 50, 100, 0.1} -} diff --git a/db/EMU.substitutions b/db/EMU.substitutions index fa25fab0dc4d4f9e4b91a4e587b8eed8670c9434..940dce1ec53c27395a1243626114d52c6a7183ac 100644 --- a/db/EMU.substitutions +++ b/db/EMU.substitutions @@ -1,3 +1,388 @@ -file EMU.template + +# File wireScanner.substitutions +# Author: Alexander Soderqvist <alexander.soderqvist@esss.se> +# +# Prototype allison scanner. Compilations of components from scanning module. +# + +# OUTER SCAN: With motor +file "scanBase.db" { + pattern { + DEVICE, + SCAN, + MAX_POINTS, + +# INTERFACE POSITIONERS: 1 and 2. 3 is also available but not used here + POS1_SP_PV, + POS2_SP_PV, + +# INTERFACE MAIN POSITIONER, This positioner 4 on sscan to allow the other positioner to be used for configuration + POS_SP_PV, + POS_SCALAR_RBV_PV, + +# INTERFACE: TIMING RECEIVER + TR_TL1, + TR_TLTSEL, + +# INTERFACE: DETECTOR TRIGGERS, T1PV is take by timing receiver control + T1PV, + +# INTERFACE: DETECTORS, + D01PV, + +# INTERFACE: BEFORE, AFTER and ABORT scan links +# Before, after and abort scan links. Both for Step by step and on the fly. + +# General before and after scan links with data output, for both fly and step by step. + BS_LNK, + BS_DO, + AS_LNK, + AS_DO, + AB_LNK, + AB_DO, + + BF_STEP_LNK1, + BF_STEP_LNK2, + BF_STEP_DO1, + BF_STEP_DO2, + BF_STEP_FLNK, + + AF_STEP_LNK1, + AF_STEP_LNK2, + AF_STEP_DO1, + AF_STEP_DO2, + AF_STEP_FLNK, + + AB_STEP_LNK1, + AB_STEP_LNK2, + AB_STEP_DO1, + AB_STEP_DO2, + AB_STEP_FLNK + } + { + "$(DEVICE)", + "$(SCAN_SLIT)", + "$(MAX_POINTS_SLIT)", + +# INTERFACE POSITIONER: Motor record for a wirescanner + "$(MTRREC).ACCL", + "$(MTRREC).VELO", + +# INTERFACE MAIN POSITIONER: + "$(MTRREC).VAL", + "$(MTRREC).RBV", + +# INTERFACE: Timing receiver Action in ESS timing + "", + "$(DEVICE):$(SCAN_EF)-TS_START.TIME", + +# INTERFACE: Detector Trigger + "$(DEVICE):$(SCAN_EF).EXSC", + +# INTERFACE: Detectors. No detectors on Outer scan + "", + +# INTERFACE: BEFORE, AFTER and ABORT scan links + +# General links before scan + "$(MTRREC).SPMG", + "3", + +# General links after scan + "$(MTRREC).SPMG", + "1", + +# General links abort scan + "$(MTRREC).STOP PP", + "1", + + +# Before scan step by step links + "", + "", + "", + "", + "", + +# After scan step by step links + "", + "", + "", + "", + "", + +# Abort scan step by step links + "", + "", + "", + "", + "$(DEVICE):$(SCAN_EF)-ABORT" + + } + } + + +# INNER SCAN: Electrical field +file "scanBase.db" +{ + pattern { + DEVICE, + SCAN, + MAX_POINTS, + +# MAIN POSITIONER INTERFACE: Positioner 4 on sscan. + POS_SP_PV, + POS_SCALAR_RBV_PV, + +# INTERFACE: TIMING RECEIVER + TR_TL1, + TR_TLTSEL, + +# INTERFACE: DETECTOR TRIGGERS, T1PV is take by timing receiver control + T1PV, + +# INTERFACE: DETECTORS, + D01PV, + D02PV, + D03PV, + +# INTERFACE: BEFORE, AFTER and ABORT scan links +# Before, after and abort scan links. Both for Step by step and on the fly. + +# General before and after scan links with data output, for both fly and step by step. + BS_LNK, + BS_LNK_DO, + AS_LNK, + AS_LNK_DO, + AB_LNK, + AB_DO, + + BF_STEP_LNK1, + BF_STEP_LNK2, + BF_STEP_LNK1_DO, + BF_STEP_LNK2_DO, + BF_STEP_FLNK, + + AF_STEP_LNK1, + AF_STEP_LNK2, + AF_STEP_LNK1_DO, + AF_STEP_LNK2_DO, + AF_STEP_FLNK, + + AB_STEP_LNK1, + AB_STEP_LNK2, + AB_STEP_LNK1_DO, + AB_STEP_LNK2_DO, + AB_STEP_FLNK + } + { + "$(DEVICE)", + "$(SCAN_EF)", + "$(MAX_POINTS_EF)", + +# INTERFACE POSITIONER: External interface to Power Supply + "$(PSU_SP)", + "$(PSU_RBV)", + +# INTERFACE: Timing receiver Action in ESS timing + "$(TR_TL) PP", + "$(TR_TLTSEL)", + +# INTERFACE: Detector Trigger + "$(DEVICE):DAQTRG-TRG", + +# INTERFACE: Detectors + "$(DEVICE):DET1-COMP", + "$(DEVICE):DET2-COMP", + "$(DEVICE):DET3-COMP", + +# INTERFACE: BEFORE, AFTER and ABORT scan links + +# General links after scan + "", + "", + +# General links before scan + "", + "", + +# General links abort scan + "", + "", + +# Before scan step by step links + "", + "", + "", + "", + "", + +# After scan step by step links + "", + "", + "", + "", + "$(DEVICE):$(SCAN_SLIT)-SAVE_TS", + +# Abort scan step by step links + "$(DEVICE):DAQTRG-RST.PROC PP", + "", + "1", + "", + "" + + } + +} + +# +# Detector trigger control +# + +file "scanDAQDetTrig.template" +{ + pattern { + DEVICE, + DETTRG, + + SCAN, + POS_NUM, + RSTEVENT, + + NDET, + + ACQ_STOP_LNK, + ACQ_STOP_STR, + + ACQ_START_LNK, + ACQ_START_STR, + + DAQ_DATA_RDY_FLNK, + + DAQ_STATE_PV, + DAQ_STATE_OKVALUE + } + { + "$(DEVICE)", + "DAQTRG" + + "$(SCAN_EF)", + "4", + "55", + + "3", + + "$(DAQNDSPREFIX):CARD0-STAT", + "ON", + + "$(DAQNDSPREFIX):CARD0-STAT", + "RUNNING", + + "$(DEVICE):$(SCAN_EF)-SAVE_TS", + + "$(DAQNDSPREFIX):CARD0-STAT-RB", + "4" + } +} + +# +# Detector 1 +# + +file "scanDAQDetWithAverage.db" +{ + + pattern { + DEVICE, + DET, + + DETTRG, + RSTEVENT, + + NELM, + TRGRRBVREC, + WFSRCREC, + WFNORD + } + { + "$(DEVICE)", + "DET1", + + "DAQTRG", + "55" + + "$(DAQBUFSIZE)", + "$(DAQNDSPREFIX):CARD0:TriggerRepeat-RB", + "$(DAQNDSPREFIX):$(DET1WF)", + "$(DAQNDSPREFIX):$(DET1WF).NORD" + } +} + +# +# Detector 2 +# + +file "scanDAQDetWithAverage.db" +{ + + pattern { + DEVICE, + DET, + + DETTRG, + RSTEVENT, + + NELM, + TRGRRBVREC, + WFSRCREC, + WFNORD + } + { + "$(DEVICE)", + "DET2", + + "DAQTRG", + "55" + + "$(DAQBUFSIZE)", + "$(DAQNDSPREFIX):CARD0:TriggerRepeat-RB", + "$(DAQNDSPREFIX):$(DET2WF)", + "$(DAQNDSPREFIX):$(DET2WF).NORD" + } +} + +# +# Detector 3 +# + +file "scanDAQDetWithAverage.db" +{ + + pattern { + DEVICE, + DET, + + DETTRG, + RSTEVENT, + + NELM, + TRGRRBVREC, + WFSRCREC, + WFNORD + } + { + "$(DEVICE)", + "DET3", + + "DAQTRG", + "55" + + "$(DAQBUFSIZE)", + "$(DAQNDSPREFIX):CARD0:TriggerRepeat-RB", + "$(DAQNDSPREFIX):$(DET3WF)", + "$(DAQNDSPREFIX):$(DET3WF).NORD" + } +} + diff --git a/db/EMU.template b/db/EMU.template deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/opi/EMU.opi b/opi/EMU.opi index 0aa969187fd77d7efc659410d994c9bf4ec5c205..448b62407487bd9bd650e288c7a1123a4522bfd3 100644 --- a/opi/EMU.opi +++ b/opi/EMU.opi @@ -6,13 +6,18 @@ <show_grid>true</show_grid> <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all> <scripts /> - <height>1000</height> + <height>1200</height> <macros> <include_parent_macros>true</include_parent_macros> - <DTACQ-NAME>CARD0:FMC2</DTACQ-NAME> - <SIGNAL1>IFNF-Src:PBI-EM-FC1:CurR</SIGNAL1> - <PREFIX>MOTIONTRAINING</PREFIX> - <MTR>MTR4</MTR> + <DTACQ-NAME>INFN-Src:CARD0</DTACQ-NAME> + <SIGNAL_FC>CurR</SIGNAL_FC> + <PREFIX_SIG>INFN-Src:PBI-EM-FC1</PREFIX_SIG> + <PREFIX_MTR>PMAC</PREFIX_MTR> + <NAME_MTR>MTR</NAME_MTR> + <NAME_PS>PS</NAME_PS> + <PREFIX_PS>INFN-Src:PBI-EM:HV</PREFIX_PS> + <PREFIX_SCAN>INFN-Src:PBI-EM-SCAN</PREFIX_SCAN> + <SCAN>MOTOR</SCAN> </macros> <boy_version>4.0.103.201506251634</boy_version> <show_edit_range>true</show_edit_range> @@ -25,7 +30,7 @@ <background_color> <color red="240" green="240" blue="240" /> </background_color> - <width>1100</width> + <width>2000</width> <x>-1</x> <name></name> <grid_space>6</grid_space> @@ -36,109 +41,11 @@ <color red="192" green="192" blue="192" /> </foreground_color> <actions hook="false" hook_all="false" /> - <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0"> - <border_style>0</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <line_width>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>1100</width> - <x>0</x> - <name>Rectangle Template</name> - <y>0</y> - <fill_level>100.0</fill_level> - <foreground_color> - <color red="0" green="148" blue="202" /> - </foreground_color> - <actions hook="false" hook_all="false" /> - <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> - </font> - <line_color> - <color name="IO Line" red="0" green="32" blue="92" /> - </line_color> - </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>1</horizontal_alignment> - <rules /> - <enabled>false</enabled> - <wuid>20cc570d:152c6318c71:-19d2</wuid> - <transparent>true</transparent> - <auto_size>true</auto_size> - <text>EMU</text> - <scripts /> - <height>39</height> - <border_width>2</border_width> - <scale_options> - <width_scalable>true</width_scalable> - <height_scalable>true</height_scalable> - <keep_wh_ratio>false</keep_wh_ratio> - </scale_options> - <visible>true</visible> - <vertical_alignment>1</vertical_alignment> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> - <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> - </background_color> - <width>73</width> - <x>475</x> - <name>Label Template</name> - <y>20</y> - <foreground_color> - <color red="255" green="255" blue="255" /> - </foreground_color> - <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> - <font> - <fontdata fontName="Titillium" height="25" style="0" /> - </font> - </widget> <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0"> <active_tab>0</active_tab> <tooltip></tooltip> - <height>876</height> + <tab_3_icon_path></tab_3_icon_path> + <height>997</height> <tab_2_icon_path></tab_2_icon_path> <border_width>1</border_width> <border_color> @@ -160,17 +67,21 @@ $(pv_value)</tooltip> <color red="0" green="0" blue="0" /> </tab_2_foreground_color> <tab_1_font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </tab_1_font> + <tab_3_title>SCANNING</tab_3_title> <tab_2_enabled>true</tab_2_enabled> <background_color> <color red="240" green="240" blue="240" /> </background_color> - <width>1063</width> - <x>24</x> + <width>1945</width> + <x>18</x> <horizontal_tabs>true</horizontal_tabs> <y>102</y> <rules /> + <tab_3_font> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> + </tab_3_font> <macros> <include_parent_macros>true</include_parent_macros> </macros> @@ -178,15 +89,22 @@ $(pv_value)</tooltip> <tab_0_background_color> <color red="255" green="255" blue="255" /> </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="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </tab_2_font> - <name>Tabbed Container</name> + <tab_3_background_color> + <color red="255" green="255" blue="255" /> + </tab_3_background_color> + <tab_3_enabled>true</tab_3_enabled> + <name></name> <minimum_tab_height>10</minimum_tab_height> <tab_2_title>TREK6096E</tab_2_title> <tab_0_font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </tab_0_font> <tab_2_background_color> <color red="255" green="255" blue="255" /> @@ -197,7 +115,7 @@ $(pv_value)</tooltip> </tab_1_foreground_color> <tab_1_title>MOTOR</tab_1_title> <scripts /> - <tab_count>3</tab_count> + <tab_count>4</tab_count> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -217,7 +135,7 @@ $(pv_value)</tooltip> <transparent>true</transparent> <lock_children>false</lock_children> <scripts /> - <height>841</height> + <height>965</height> <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> @@ -235,7 +153,7 @@ $(pv_value)</tooltip> <background_color> <color red="240" green="240" blue="240" /> </background_color> - <width>1061</width> + <width>1943</width> <x>1</x> <name>DTACQ</name> <y>1</y> @@ -246,29 +164,29 @@ $(pv_value)</tooltip> <fc>false</fc> <show_scrollbar>true</show_scrollbar> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" 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>1</line_width> + <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>7dc235d7:152ef8c7123:-75f6</wuid> + <wuid>-3f6498d2:15645d229d4:-663a</wuid> <transparent>false</transparent> <pv_value /> <alpha>255</alpha> <bg_gradient_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="255" blue="255" /> </bg_gradient_color> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> - <height>457</height> - <border_width>2</border_width> + <height>20</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -278,73 +196,82 @@ $(pv_value)</tooltip> <pv_name></pv_name> <gradient>false</gradient> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <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" /> + <color red="255" green="255" blue="255" /> </fg_gradient_color> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color red="186" green="189" blue="182" /> </background_color> - <width>300</width> - <x>42</x> - <name>Rectangle Template_3</name> - <y>210</y> - <fill_level>100.0</fill_level> + <width>160</width> + <x>450</x> + <name>Rectangle_2</name> + <y>690</y> + <fill_level>0.0</fill_level> <foreground_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> <line_color> - <color name="IO Line" red="0" green="32" blue="92" /> + <color red="128" green="0" blue="255" /> </line_color> </widget> <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0"> <axis_1_scale_format></axis_1_scale_format> + <trace_2_x_axis_index>0</trace_2_x_axis_index> <alarm_pulsing>false</alarm_pulsing> <tooltip>$(trace_0_y_pv) $(trace_0_y_pv_value)</tooltip> <trace_0_concatenate_data>false</trace_0_concatenate_data> <trace_0_trace_type>0</trace_0_trace_type> <border_width>1</border_width> + <trace_1_x_axis_index>0</trace_1_x_axis_index> <border_style>0</border_style> <axis_0_grid_color> - <color red="200" green="200" blue="200" /> + <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> - <wuid>3f06f9b8:152877ca726:-7d16</wuid> + <trace_1_x_pv>$(PREFIX_SIG):$(SIGNAL_FC):RCURSOR_X</trace_1_x_pv> + <wuid>-3f6498d2:15645d229d4:-6639</wuid> <transparent>false</transparent> + <trace_1_update_mode>0</trace_1_update_mode> <axis_0_title_font> - <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </axis_0_title_font> + <trace_2_update_mode>0</trace_2_update_mode> <background_color> - <color red="240" green="240" blue="240" /> + <color red="186" green="189" blue="182" /> </background_color> - <x>408</x> - <y>60</y> + <x>450</x> + <y>84</y> <trace_0_x_axis_index>0</trace_0_x_axis_index> <axis_count>3</axis_count> + <trace_1_point_size>4</trace_1_point_size> + <trace_1_anti_alias>true</trace_1_anti_alias> <pv_value /> <axis_2_grid_color> <color red="200" green="200" blue="200" /> </axis_2_grid_color> - <trace_0_buffer_size>16384</trace_0_buffer_size> - <axis_1_maximum>1.0</axis_1_maximum> + <trace_0_buffer_size>520</trace_0_buffer_size> + <trace_2_buffer_size>2</trace_2_buffer_size> + <axis_1_maximum>20.0</axis_1_maximum> <axis_0_scale_font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </axis_0_scale_font> <trigger_pv></trigger_pv> <widget_type>XY Graph</widget_type> + <trace_2_line_width>2</trace_2_line_width> <axis_1_axis_color> <color red="0" green="0" blue="0" /> </axis_1_axis_color> @@ -352,23 +279,31 @@ $(trace_0_y_pv_value)</tooltip> <axis_1_log_scale>false</axis_1_log_scale> <title></title> <trace_0_visible>true</trace_0_visible> + <trace_1_name>$(trace_1_y_pv)</trace_1_name> + <trace_1_y_pv_value /> <axis_2_auto_scale>true</axis_2_auto_scale> <show_legend>false</show_legend> - <axis_0_axis_title></axis_0_axis_title> + <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> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </axis_2_scale_font> + <trace_2_update_delay>100</trace_2_update_delay> <axis_0_dash_grid_line>false</axis_0_dash_grid_line> - <trace_0_point_style>0</trace_0_point_style> + <trace_0_point_style>2</trace_0_point_style> + <trace_1_point_style>0</trace_1_point_style> <trace_0_line_width>1</trace_0_line_width> <axis_2_y_axis>false</axis_2_y_axis> <axis_0_time_format>0</axis_0_time_format> - <trace_count>1</trace_count> + <trace_count>3</trace_count> <axis_1_show_grid>true</axis_1_show_grid> + <trace_2_trace_color> + <color name="Major" red="255" green="0" blue="0" /> + </trace_2_trace_color> <axis_1_dash_grid_line>true</axis_1_dash_grid_line> + <trace_2_trace_type>0</trace_2_trace_type> <show_toolbar>false</show_toolbar> <axis_0_visible>true</axis_0_visible> <axis_0_show_grid>true</axis_0_show_grid> @@ -378,14 +313,22 @@ $(trace_0_y_pv_value)</tooltip> <height_scalable>true</height_scalable> <keep_wh_ratio>true</keep_wh_ratio> </scale_options> + <trace_1_y_pv>loc://val(-100,100)</trace_1_y_pv> + <trace_2_concatenate_data>false</trace_2_concatenate_data> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <axis_0_maximum>16384.0</axis_0_maximum> - <height>603</height> + <trace_2_y_pv_value /> + <trace_2_anti_alias>true</trace_2_anti_alias> + <axis_0_maximum>100.0</axis_0_maximum> + <trace_1_y_axis_index>1</trace_1_y_axis_index> + <trace_2_name>$(trace_2_y_pv)</trace_2_name> + <height>607</height> + <trace_2_visible>true</trace_2_visible> <trigger_pv_value /> <axis_1_grid_color> - <color red="200" green="200" blue="200" /> + <color red="78" green="154" blue="6" /> </axis_1_grid_color> <actions hook="false" hook_all="false" /> + <trace_2_point_size>4</trace_2_point_size> <axis_2_axis_color> <color red="0" green="0" blue="0" /> </axis_2_axis_color> @@ -396,27 +339,39 @@ $(trace_0_y_pv_value)</tooltip> <axis_1_visible>true</axis_1_visible> <axis_2_show_grid>false</axis_2_show_grid> <trace_0_update_delay>1</trace_0_update_delay> + <trace_1_concatenate_data>false</trace_1_concatenate_data> + <trace_1_trace_color> + <color red="242" green="26" blue="26" /> + </trace_1_trace_color> <pv_name></pv_name> <axis_2_log_scale>false</axis_2_log_scale> <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold> <name>XY Graph</name> + <trace_1_trace_type>0</trace_1_trace_type> <axis_0_auto_scale>true</axis_0_auto_scale> <axis_0_minimum>0.0</axis_0_minimum> + <trace_2_y_axis_index>1</trace_2_y_axis_index> + <trace_1_update_delay>10</trace_1_update_delay> <axis_2_dash_grid_line>false</axis_2_dash_grid_line> - <axis_1_axis_title></axis_1_axis_title> + <axis_1_axis_title>mA</axis_1_axis_title> + <trace_2_x_pv_value /> <axis_1_auto_scale>false</axis_1_auto_scale> + <trace_1_line_width>2</trace_1_line_width> + <trace_2_y_pv>loc://val(-100,100)</trace_2_y_pv> + <trace_1_plot_mode>0</trace_1_plot_mode> <border_color> <color red="0" green="128" blue="255" /> </border_color> <axis_2_title_font> - <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </axis_2_title_font> - <trace_0_y_pv>${SIGNAL1}_Y</trace_0_y_pv> + <trace_0_y_pv>$(PREFIX_SIG):$(SIGNAL_FC)</trace_0_y_pv> + <trace_2_point_style>0</trace_2_point_style> <trace_0_plot_mode>0</trace_0_plot_mode> <enabled>true</enabled> - <trace_0_x_pv>${SIGNAL1}_X</trace_0_x_pv> + <trace_0_x_pv>$(PREFIX_SIG):$(SIGNAL_FC)_XMS</trace_0_x_pv> <axis_1_scale_font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </axis_1_scale_font> <axis_1_time_format>0</axis_1_time_format> <axis_2_time_format>0</axis_2_time_format> @@ -424,54 +379,60 @@ $(trace_0_y_pv_value)</tooltip> <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>607</width> + <width>853</width> + <trace_1_x_pv_value /> <axis_1_minimum>-1.0</axis_1_minimum> <title_font> - <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </title_font> <trace_0_y_pv_value /> + <trace_1_visible>true</trace_1_visible> <plot_area_background_color> - <color red="255" green="255" blue="255" /> + <color red="0" green="0" blue="0" /> </plot_area_background_color> <axis_1_title_font> - <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </axis_1_title_font> <visible>true</visible> <axis_2_axis_title>ms</axis_2_axis_title> + <trace_1_buffer_size>2</trace_1_buffer_size> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <axis_2_scale_format></axis_2_scale_format> <scripts /> - <trace_0_point_size>4</trace_0_point_size> + <trace_0_point_size>3</trace_0_point_size> <trace_0_trace_color> - <color red="0" green="21" blue="196" /> + <color red="0" green="255" blue="0" /> </trace_0_trace_color> <trace_0_anti_alias>true</trace_0_anti_alias> <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold> + <trace_2_plot_mode>0</trace_2_plot_mode> + <trace_2_x_pv>$(PREFIX_SIG):$(SIGNAL_FC):LCURSOR_X</trace_2_x_pv> <foreground_color> <color red="0" green="0" blue="255" /> </foreground_color> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0"> + <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>1</line_width> + <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>20cc570d:152c6318c71:-19d5</wuid> + <wuid>-3f6498d2:15645d229d4:-6638</wuid> <transparent>false</transparent> <pv_value /> <alpha>255</alpha> + <corner_height>16</corner_height> <bg_gradient_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="255" blue="255" /> </bg_gradient_color> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> - <height>135</height> - <border_width>2</border_width> + <height>97</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -481,32 +442,33 @@ $(pv_value)</tooltip> <pv_name></pv_name> <gradient>false</gradient> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <anti_alias>true</anti_alias> + <corner_width>16</corner_width> <line_style>0</line_style> - <widget_type>Rectangle</widget_type> + <widget_type>Rounded Rectangle</widget_type> <fg_gradient_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="255" blue="255" /> </fg_gradient_color> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color red="186" green="189" blue="182" /> </background_color> - <width>300</width> - <x>42</x> - <name>Rectangle Template_1</name> - <y>60</y> - <fill_level>100.0</fill_level> + <width>349</width> + <x>48</x> + <name>Rounded Rectangle_4</name> + <y>90</y> + <fill_level>0.0</fill_level> <foreground_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> <line_color> - <color name="IO Line" red="0" green="32" blue="92" /> + <color red="128" green="0" blue="255" /> </line_color> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> @@ -514,18 +476,18 @@ $(pv_value)</tooltip> <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>0</horizontal_alignment> + <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>25</height> + <show_units>false</show_units> + <height>31</height> <multiline_input>false</multiline_input> <border_width>1</border_width> <visible>true</visible> - <pv_name>$(DTACQ-NAME):NSAMPLES</pv_name> + <pv_name>$(DTACQ-NAME):TRIGGER:PRETRIGGER_ms</pv_name> <selector_type>0</selector_type> <border_color> <color red="0" green="128" blue="255" /> @@ -533,13 +495,13 @@ $(pv_value)</tooltip> <precision_from_pv>true</precision_from_pv> <widget_type>Text Input</widget_type> <confirm_message></confirm_message> - <name>Text Input_5</name> + <name>Text Input</name> <style>0</style> <actions hook="false" hook_all="false" /> <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <enabled>true</enabled> - <wuid>20cc570d:152c6318c71:-2761</wuid> + <enabled>false</enabled> + <wuid>-3f6498d2:15645d229d4:-6637</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -552,58 +514,18 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color red="255" green="255" blue="255" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>100</width> - <x>201</x> - <y>81</y> + <width>85</width> + <x>66</x> + <y>136</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="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>2aa0ed24:152d5fd30b8:-7e46</wuid> - <transparent>true</transparent> - <auto_size>false</auto_size> - <text>Sampling rate</text> - <scripts /> - <height>22</height> - <border_width>1</border_width> - <scale_options> - <width_scalable>true</width_scalable> - <height_scalable>true</height_scalable> - <keep_wh_ratio>false</keep_wh_ratio> - </scale_options> - <visible>true</visible> - <vertical_alignment>1</vertical_alignment> - <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>96</x> - <name>Label_2</name> - <y>146</y> - <foreground_color> - <color red="0" green="0" blue="0" /> - </foreground_color> - <actions hook="false" hook_all="false" /> - <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> @@ -612,12 +534,12 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>2aa0ed24:152d5fd30b8:-7e50</wuid> - <transparent>true</transparent> + <wuid>-3f6498d2:15645d229d4:-6636</wuid> + <transparent>false</transparent> <auto_size>false</auto_size> - <text>Pre-Trigger</text> + <text>Display interval</text> <scripts /> - <height>22</height> + <height>32</height> <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> @@ -630,53 +552,54 @@ $(pv_value)</tooltip> <color red="0" green="128" blue="255" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>false</wrap_words> + <wrap_words>true</wrap_words> <background_color> - <color red="255" green="255" blue="255" /> + <color name="SubPanel" red="176" green="218" blue="249" /> </background_color> - <width>93</width> - <x>105</x> - <name>Label_1</name> - <y>116</y> + <width>349</width> + <x>48</x> + <name>Label_15</name> + <y>85</y> <foreground_color> <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <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> + <precision>2</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>0</horizontal_alignment> + <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>25</height> + <show_units>false</show_units> + <height>31</height> <multiline_input>false</multiline_input> <border_width>1</border_width> <visible>true</visible> - <pv_name>$(DTACQ-NAME):TRIGGER:PRETRIGGER</pv_name> + <pv_name>$(DTACQ-NAME):NSAMPLES_ms</pv_name> <selector_type>0</selector_type> <border_color> <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> + <precision_from_pv>false</precision_from_pv> <widget_type>Text Input</widget_type> <confirm_message></confirm_message> - <name>Text Input_6</name> + <name>Text Input_15</name> <style>0</style> <actions hook="false" hook_all="false" /> <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <enabled>true</enabled> - <wuid>20cc570d:152c6318c71:-2712</wuid> + <wuid>-3f6498d2:15645d229d4:-6635</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -689,18 +612,75 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color red="255" green="255" blue="255" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>100</width> - <x>201</x> - <y>114</y> + <width>85</width> + <x>216</x> + <y>136</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0"> + <border_style>0</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <line_width>2</line_width> + <horizontal_fill>true</horizontal_fill> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <arrows>1</arrows> + <rules /> + <enabled>true</enabled> + <wuid>-3f6498d2:15645d229d4:-6634</wuid> + <transparent>false</transparent> + <points> + <point x="214" y="144" /> + <point x="157" y="144" /> + <point x="157" y="144" /> + </points> + <fill_arrow>true</fill_arrow> + <pv_value /> + <alpha>255</alpha> + <rotation_angle>0.0</rotation_angle> + <scripts /> + <border_alarm_sensitive>false</border_alarm_sensitive> + <height>1</height> + <border_width>1</border_width> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>true</height_scalable> + <keep_wh_ratio>true</keep_wh_ratio> + </scale_options> + <visible>true</visible> + <pv_name></pv_name> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <anti_alias>true</anti_alias> + <line_style>2</line_style> + <arrow_length>20</arrow_length> + <widget_type>Polyline</widget_type> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <background_color> + <color red="0" green="0" blue="0" /> + </background_color> + <width>58</width> + <x>157</x> + <name>Polyline_1</name> + <y>144</y> + <fill_level>0.0</fill_level> + <foreground_color> + <color red="255" green="0" blue="0" /> + </foreground_color> + <actions hook="false" hook_all="false" /> + <font> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> @@ -709,10 +689,10 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>2aa0ed24:152d5fd30b8:-7e58</wuid> + <wuid>-3f6498d2:15645d229d4:-6633</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Number of Samples</text> + <text>ms</text> <scripts /> <height>20</height> <border_width>1</border_width> @@ -731,106 +711,109 @@ $(pv_value)</tooltip> <background_color> <color red="255" green="255" blue="255" /> </background_color> - <width>139</width> - <x>57</x> - <name>Label</name> - <y>84</y> + <width>40</width> + <x>324</x> + <name>Label_16</name> + <y>142</y> <foreground_color> <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.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> - <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>$(DTACQ-NAME):SAMPLINGRATE</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_8</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>20cc570d:152c6318c71:-13e4</wuid> + <wuid>-3f6498d2:15645d229d4:-6632</wuid> <transparent>false</transparent> + <pv_value /> + <alpha>255</alpha> + <corner_height>16</corner_height> + <bg_gradient_color> + <color red="255" green="255" blue="255" /> + </bg_gradient_color> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> + <height>97</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> + <visible>true</visible> + <pv_name></pv_name> + <gradient>false</gradient> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <anti_alias>true</anti_alias> + <corner_width>16</corner_width> + <line_style>0</line_style> + <widget_type>Rounded Rectangle</widget_type> + <fg_gradient_color> + <color red="255" green="255" blue="255" /> + </fg_gradient_color> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <format_type>0</format_type> - <limits_from_pv>false</limits_from_pv> <background_color> - <color red="255" green="255" blue="255" /> + <color red="186" green="189" blue="182" /> </background_color> - <width>100</width> - <x>201</x> - <y>144</y> - <maximum>1.7976931348623157E308</maximum> + <width>349</width> + <x>48</x> + <name>Rounded Rectangle_5</name> + <y>228</y> + <fill_level>0.0</fill_level> <foreground_color> - <color red="0" green="0" blue="0" /> + <color red="255" green="0" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> + <line_color> + <color red="128" green="0" blue="255" /> + </line_color> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> + <precision>2</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>0</horizontal_alignment> + <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>25</height> + <height>31</height> <multiline_input>false</multiline_input> <border_width>1</border_width> <visible>true</visible> - <pv_name>$(SIGNAL1):RCURSOR</pv_name> + <pv_name>$(PREFIX_SIG):$(SIGNAL_FC):LCURSOR_ms</pv_name> <selector_type>0</selector_type> <border_color> <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> + <precision_from_pv>false</precision_from_pv> <widget_type>Text Input</widget_type> <confirm_message></confirm_message> - <name>Text Input_9</name> + <name>Text Input_16</name> <style>0</style> <actions hook="false" hook_all="false" /> <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <enabled>true</enabled> - <wuid>7dc235d7:152ef8c7123:-760f</wuid> + <wuid>-3f6498d2:15645d229d4:-6631</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -843,51 +826,92 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color red="255" green="255" blue="255" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>46</width> - <x>285</x> - <y>400</y> + <width>85</width> + <x>66</x> + <y>274</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> + <horizontal_alignment>1</horizontal_alignment> + <rules /> + <enabled>true</enabled> + <wuid>-3f6498d2:15645d229d4:-6630</wuid> + <transparent>false</transparent> + <auto_size>false</auto_size> + <text>Measure interval</text> + <scripts /> + <height>32</height> + <border_width>1</border_width> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>true</height_scalable> + <keep_wh_ratio>false</keep_wh_ratio> + </scale_options> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> + <background_color> + <color name="SubPanel" red="176" green="218" blue="249" /> + </background_color> + <width>349</width> + <x>48</x> + <name>Label_17</name> + <y>223</y> + <foreground_color> + <color red="0" green="0" blue="0" /> + </foreground_color> + <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> + <font> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> + <precision>2</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>0</horizontal_alignment> + <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>25</height> + <height>31</height> <multiline_input>false</multiline_input> <border_width>1</border_width> <visible>true</visible> - <pv_name>${SIGNAL1}:MAX</pv_name> + <pv_name>$(PREFIX_SIG):$(SIGNAL_FC):RCURSOR_ms</pv_name> <selector_type>0</selector_type> <border_color> <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> + <precision_from_pv>false</precision_from_pv> <widget_type>Text Input</widget_type> <confirm_message></confirm_message> - <name>Text Input_2</name> + <name>Text Input_17</name> <style>0</style> <actions hook="false" hook_all="false" /> <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <enabled>true</enabled> - <wuid>2fea3147:153609206ed:-7920</wuid> + <wuid>-3f6498d2:15645d229d4:-662f</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -900,75 +924,75 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color red="255" green="255" blue="255" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>59</width> - <x>122</x> - <y>575</y> + <width>85</width> + <x>216</x> + <y>274</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0"> + <border_style>0</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <line_width>2</line_width> + <horizontal_fill>true</horizontal_fill> <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>0</horizontal_alignment> + <arrows>1</arrows> <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>${SIGNAL1}:AVG</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_11</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>2fea3147:153609206ed:-7922</wuid> + <wuid>-3f6498d2:15645d229d4:-662e</wuid> <transparent>false</transparent> + <points> + <point x="214" y="282" /> + <point x="157" y="282" /> + <point x="157" y="282" /> + </points> + <fill_arrow>true</fill_arrow> + <pv_value /> + <alpha>255</alpha> + <rotation_angle>0.0</rotation_angle> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> + <height>1</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> - <keep_wh_ratio>false</keep_wh_ratio> + <keep_wh_ratio>true</keep_wh_ratio> </scale_options> + <visible>true</visible> + <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> - <format_type>0</format_type> - <limits_from_pv>false</limits_from_pv> <background_color> - <color red="255" green="255" blue="255" /> + <color red="0" green="0" blue="0" /> </background_color> - <width>59</width> - <x>122</x> - <y>528</y> - <maximum>1.7976931348623157E308</maximum> + <width>58</width> + <x>157</x> + <name>Polyline_2</name> + <y>282</y> + <fill_level>0.0</fill_level> <foreground_color> - <color red="0" green="0" blue="0" /> + <color red="255" green="0" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> @@ -977,10 +1001,10 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>2fea3147:153609206ed:-791f</wuid> + <wuid>-3f6498d2:15645d229d4:-662d</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Max</text> + <text>ms</text> <scripts /> <height>20</height> <border_width>1</border_width> @@ -999,16 +1023,16 @@ $(pv_value)</tooltip> <background_color> <color red="255" green="255" blue="255" /> </background_color> - <width>55</width> - <x>123</x> - <name>Label_4</name> - <y>556</y> + <width>40</width> + <x>324</x> + <name>Label_18</name> + <y>280</y> <foreground_color> <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> @@ -1017,12 +1041,12 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>2aa0ed24:152d5fd30b8:-6ba2</wuid> - <transparent>true</transparent> + <wuid>-3f6498d2:15645d229d4:-662c</wuid> + <transparent>false</transparent> <auto_size>false</auto_size> - <text>ms</text> + <text>FC Curr</text> <scripts /> - <height>20</height> + <height>24</height> <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> @@ -1037,177 +1061,196 @@ $(pv_value)</tooltip> <widget_type>Label</widget_type> <wrap_words>false</wrap_words> <background_color> - <color red="255" green="255" blue="255" /> + <color red="0" green="0" blue="0" /> </background_color> - <width>29</width> - <x>186</x> - <name>Label_6</name> - <y>352</y> + <width>160</width> + <x>450</x> + <name>Label_11</name> + <y>710</y> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="TextDynamic" red="0" green="244" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.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> + <precision>3</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>0</horizontal_alignment> + <horizontal_alignment>1</horizontal_alignment> <rules /> + <enabled>true</enabled> + <wuid>-3f6498d2:15645d229d4:-662b</wuid> + <transparent>false</transparent> <pv_value /> <auto_size>false</auto_size> - <text></text> + <text>######</text> <rotation_angle>0.0</rotation_angle> + <scripts /> + <border_alarm_sensitive>true</border_alarm_sensitive> <show_units>true</show_units> - <height>25</height> - <multiline_input>false</multiline_input> + <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>$(SIGNAL1):LCURSOR</pv_name> - <selector_type>0</selector_type> + <pv_name>$(PREFIX_SIG):$(SIGNAL_FC):AVG</pv_name> + <vertical_alignment>1</vertical_alignment> <border_color> <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Input</widget_type> - <confirm_message></confirm_message> - <name>Text Input_1</name> - <style>0</style> + <precision_from_pv>false</precision_from_pv> + <widget_type>Text Update</widget_type> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <wrap_words>false</wrap_words> + <format_type>0</format_type> + <background_color> + <color name="TextBackground" red="70" green="70" blue="70" /> + </background_color> + <width>150</width> + <x>609</x> + <name>Text Update_3</name> + <y>710</y> + <foreground_color> + <color name="TextDynamic" red="0" green="244" blue="0" /> + </foreground_color> <actions hook="false" hook_all="false" /> - <border_style>3</border_style> + <font> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> + <border_style>0</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <alarm_pulsing>false</alarm_pulsing> + <precision>3</precision> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <horizontal_alignment>1</horizontal_alignment> + <rules /> <enabled>true</enabled> - <wuid>3f06f9b8:152877ca726:-68fa</wuid> + <wuid>-3f6498d2:15645d229d4:-662a</wuid> <transparent>false</transparent> + <pv_value /> + <auto_size>false</auto_size> + <text>######</text> + <rotation_angle>0.0</rotation_angle> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> + <border_alarm_sensitive>true</border_alarm_sensitive> + <show_units>true</show_units> + <height>24</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> + <visible>true</visible> + <pv_name>$(PREFIX_SIG):$(SIGNAL_FC):MAX</pv_name> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <precision_from_pv>false</precision_from_pv> + <widget_type>Text Update</widget_type> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <wrap_words>false</wrap_words> <format_type>0</format_type> - <limits_from_pv>false</limits_from_pv> <background_color> - <color red="255" green="255" blue="255" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>46</width> - <x>285</x> - <y>281</y> - <maximum>1.7976931348623157E308</maximum> + <width>150</width> + <x>758</x> + <name>Text Update_1</name> + <y>710</y> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="TextDynamic" red="0" green="244" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.scaledslider" version="1.0.0"> + <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 /> - <effect_3d>true</effect_3d> - <scale_font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> - </scale_font> - <horizontal>true</horizontal> + <enabled>true</enabled> + <wuid>-3f6498d2:15645d229d4:-6629</wuid> + <transparent>false</transparent> <pv_value /> - <show_scale>true</show_scale> - <scale_format></scale_format> - <height>84</height> - <fill_color> - <color red="0" green="0" blue="255" /> - </fill_color> + <auto_size>false</auto_size> + <text>######</text> + <rotation_angle>0.0</rotation_angle> + <scripts /> + <border_alarm_sensitive>true</border_alarm_sensitive> + <show_units>true</show_units> + <height>24</height> <border_width>1</border_width> - <value_label_format></value_label_format> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>true</height_scalable> + <keep_wh_ratio>false</keep_wh_ratio> + </scale_options> <visible>true</visible> - <pv_name>$(SIGNAL1):RCURSOR</pv_name> + <pv_name>$(PREFIX_SIG):$(SIGNAL_FC):MIN</pv_name> + <vertical_alignment>1</vertical_alignment> <border_color> <color red="0" green="128" blue="255" /> </border_color> - <widget_type>Scaled Slider</widget_type> - <step_increment>1.0</step_increment> - <name>Scaled Slider_1</name> - <show_hi>false</show_hi> - <actions hook="false" hook_all="false" /> - <show_lo>false</show_lo> - <thumb_color> - <color red="172" green="172" blue="172" /> - </thumb_color> - <border_style>0</border_style> - <show_lolo>false</show_lolo> - <show_minor_ticks>true</show_minor_ticks> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <show_markers>true</show_markers> - <color_hihi> - <color red="255" green="0" blue="0" /> - </color_hihi> - <show_hihi>false</show_hihi> - <log_scale>false</log_scale> - <enabled>true</enabled> - <wuid>7dc235d7:152ef8c7123:-760d</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>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> - <color_fillbackground> - <color red="200" green="200" blue="200" /> - </color_fillbackground> - <major_tick_step_hint>50</major_tick_step_hint> - <level_hi>80.0</level_hi> - <transparent_background>true</transparent_background> - <level_lo>20.0</level_lo> + <precision_from_pv>false</precision_from_pv> + <widget_type>Text Update</widget_type> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <limits_from_pv>false</limits_from_pv> + <wrap_words>false</wrap_words> + <format_type>0</format_type> <background_color> - <color red="240" green="240" blue="240" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <level_lolo>10.0</level_lolo> - <page_increment>10.0</page_increment> - <width>247</width> - <x>42</x> - <y>371</y> - <maximum>10000.0</maximum> - <color_lolo> - <color red="255" green="0" blue="0" /> - </color_lolo> + <width>150</width> + <x>907</x> + <name>Text Update_2</name> + <y>710</y> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="TextDynamic" red="0" green="244" blue="0" /> </foreground_color> - <minimum>0.0</minimum> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0"> <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>1</horizontal_alignment> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <line_width>1</line_width> + <horizontal_fill>true</horizontal_fill> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> <rules /> <enabled>true</enabled> - <wuid>7dc235d7:152ef8c7123:-760e</wuid> - <transparent>true</transparent> - <auto_size>false</auto_size> - <text>Righ Cursor</text> + <wuid>-3f6498d2:15645d229d4:-6628</wuid> + <transparent>false</transparent> + <pv_value /> + <alpha>255</alpha> + <bg_gradient_color> + <color red="255" green="255" blue="255" /> + </bg_gradient_color> <scripts /> - <height>20</height> + <border_alarm_sensitive>false</border_alarm_sensitive> + <height>22</height> <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> @@ -1215,26 +1258,36 @@ $(pv_value)</tooltip> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <vertical_alignment>1</vertical_alignment> + <pv_name></pv_name> + <gradient>false</gradient> <border_color> <color red="0" green="128" blue="255" /> </border_color> - <widget_type>Label</widget_type> - <wrap_words>false</wrap_words> - <background_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>80</width> - <x>57</x> - <name>Label_7</name> - <y>377</y> + <width>448</width> + <x>609</x> + <name>Rectangle_1</name> + <y>689</y> + <fill_level>0.0</fill_level> <foreground_color> - <color red="0" green="0" blue="0" /> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" 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> @@ -1242,10 +1295,10 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>2fea3147:153609206ed:-791d</wuid> + <wuid>-3f6498d2:15645d229d4:-6627</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Min</text> + <text>Max</text> <scripts /> <height>20</height> <border_width>1</border_width> @@ -1264,37 +1317,29 @@ $(pv_value)</tooltip> <background_color> <color red="255" green="255" blue="255" /> </background_color> - <width>55</width> - <x>123</x> - <name>Label_10</name> - <y>604</y> + <width>150</width> + <x>758</x> + <name>Label_5</name> + <y>690</y> <foreground_color> <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <alarm_pulsing>false</alarm_pulsing> - <precision>2</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> - <horizontal_alignment>0</horizontal_alignment> + <tooltip></tooltip> + <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>2aa0ed24:152d5fd30b8:-6f1e</wuid> - <transparent>false</transparent> - <pv_value /> + <wuid>-3f6498d2:15645d229d4:-6626</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> + <text>Min</text> <scripts /> - <border_alarm_sensitive>true</border_alarm_sensitive> - <show_units>true</show_units> <height>20</height> <border_width>1</border_width> <scale_options> @@ -1303,29 +1348,25 @@ $(pv_value)</tooltip> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <pv_name>${SIGNAL1}:DELTA</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> + <widget_type>Label</widget_type> <wrap_words>false</wrap_words> - <format_type>0</format_type> <background_color> <color red="255" green="255" blue="255" /> </background_color> - <width>70</width> - <x>117</x> - <name>Text Update_3</name> - <y>352</y> + <width>150</width> + <x>907</x> + <name>Label_22</name> + <y>690</y> <foreground_color> <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> @@ -1334,7 +1375,7 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>2fea3147:153609206ed:-7921</wuid> + <wuid>-3f6498d2:15645d229d4:-6625</wuid> <transparent>true</transparent> <auto_size>false</auto_size> <text>Average</text> @@ -1356,104 +1397,133 @@ $(pv_value)</tooltip> <background_color> <color red="255" green="255" blue="255" /> </background_color> - <width>55</width> - <x>123</x> - <name>Label_8</name> - <y>509</y> + <width>150</width> + <x>609</x> + <name>Label_21</name> + <y>690</y> <foreground_color> <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.scaledslider" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.BoolButton" version="1.0.0"> + <toggle_button>true</toggle_button> + <border_style>0</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <alarm_pulsing>false</alarm_pulsing> <tooltip>$(pv_name) $(pv_value)</tooltip> + <push_action_index>1</push_action_index> <rules /> <effect_3d>true</effect_3d> - <scale_font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> - </scale_font> - <horizontal>true</horizontal> + <bit>-1</bit> + <enabled>true</enabled> + <wuid>-3f6498d2:15645d229d4:-3a0d</wuid> + <on_color> + <color red="0" green="255" blue="0" /> + </on_color> + <show_confirm_dialog>0</show_confirm_dialog> + <password></password> <pv_value /> - <show_scale>true</show_scale> - <scale_format></scale_format> - <height>84</height> - <fill_color> - <color red="0" green="0" blue="255" /> - </fill_color> + <released_action_index>0</released_action_index> + <square_button>true</square_button> + <show_led>true</show_led> + <scripts /> + <border_alarm_sensitive>true</border_alarm_sensitive> + <height>35</height> + <on_label>ON</on_label> <border_width>1</border_width> - <value_label_format></value_label_format> + <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>$(SIGNAL1):LCURSOR</pv_name> + <pv_name>SYS0-EVR0:FrontOut0-Ena-SP</pv_name> <border_color> <color red="0" green="128" blue="255" /> </border_color> - <widget_type>Scaled Slider</widget_type> - <step_increment>1.0</step_increment> - <name>Scaled Slider</name> - <show_hi>false</show_hi> - <actions hook="false" hook_all="false" /> - <show_lo>false</show_lo> - <thumb_color> - <color red="172" green="172" blue="172" /> - </thumb_color> + <widget_type>Boolean Button</widget_type> + <off_color> + <color red="0" green="100" blue="0" /> + </off_color> + <confirm_message>Are your sure you want to do this?</confirm_message> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <background_color> + <color red="240" green="240" blue="240" /> + </background_color> + <width>109</width> + <x>289</x> + <name>Boolean Button</name> + <data_type>0</data_type> + <y>370</y> + <foreground_color> + <color red="0" green="0" blue="0" /> + </foreground_color> + <actions hook="false" hook_all="false"> + <action type="WRITE_PV"> + <pv_name>$(pv_name)</pv_name> + <value>0</value> + <timeout>10</timeout> + <confirm_message></confirm_message> + <description></description> + </action> + <action type="WRITE_PV"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <timeout>10</timeout> + <confirm_message></confirm_message> + <description></description> + </action> + </actions> + <show_boolean_label>true</show_boolean_label> + <font> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> + </font> + <off_label>OFF</off_label> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> - <show_lolo>false</show_lolo> - <show_minor_ticks>true</show_minor_ticks> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <show_markers>true</show_markers> - <color_hihi> - <color red="255" green="0" blue="0" /> - </color_hihi> - <show_hihi>false</show_hihi> - <log_scale>false</log_scale> + <tooltip></tooltip> + <horizontal_alignment>1</horizontal_alignment> + <rules /> <enabled>true</enabled> - <wuid>7dc235d7:152ef8c7123:-7984</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> + <wuid>-3f6498d2:15645d229d4:-38f7</wuid> + <transparent>false</transparent> + <auto_size>false</auto_size> + <text>Fast Acquisition</text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> + <height>43</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> - <color_fillbackground> - <color red="200" green="200" blue="200" /> - </color_fillbackground> - <major_tick_step_hint>50</major_tick_step_hint> - <level_hi>80.0</level_hi> - <transparent_background>true</transparent_background> - <level_lo>20.0</level_lo> - <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <limits_from_pv>false</limits_from_pv> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color red="0" green="0" blue="0" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> <background_color> - <color red="240" green="240" blue="240" /> + <color name="IO Shape Fill" red="188" green="188" blue="188" /> </background_color> - <level_lolo>10.0</level_lolo> - <page_increment>10.0</page_increment> - <width>247</width> - <x>42</x> - <y>252</y> - <maximum>100.0</maximum> - <color_lolo> - <color red="255" green="0" blue="0" /> - </color_lolo> + <width>1357</width> + <x>0</x> + <name>Label_124</name> + <y>12</y> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="IO Label" red="0" green="0" blue="0" /> </foreground_color> - <minimum>0.0</minimum> + <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="12" style="1">Header 3</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> @@ -1462,10 +1532,10 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>2aa0ed24:152d5fd30b8:-6ec8</wuid> + <wuid>-3f6498d2:15645d229d4:-348a</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Delta</text> + <text>Activate timing System</text> <scripts /> <height>20</height> <border_width>1</border_width> @@ -1484,113 +1554,68 @@ $(pv_value)</tooltip> <background_color> <color red="255" green="255" blue="255" /> </background_color> - <width>44</width> - <x>57</x> - <name>Label_5</name> - <y>352</y> + <width>199</width> + <x>54</x> + <name>Label_18</name> + <y>378</y> <foreground_color> <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.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> + <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>${SIGNAL1}:MIN</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>2fea3147:153609206ed:-791e</wuid> - <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> + <show_units>true</show_units> + <height>20</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> + <visible>true</visible> + <pv_name>$(DTACQ-NAME)-STAT-RB</pv_name> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <precision_from_pv>true</precision_from_pv> + <widget_type>Text Update</widget_type> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <wrap_words>false</wrap_words> <format_type>0</format_type> - <limits_from_pv>false</limits_from_pv> <background_color> - <color red="255" green="255" blue="255" /> + <color red="0" green="0" blue="0" /> </background_color> - <width>59</width> - <x>122</x> - <y>623</y> - <maximum>1.7976931348623157E308</maximum> + <width>148</width> + <x>1188</x> + <name>Text Update</name> + <y>24</y> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="TextDynamic" red="0" green="244" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <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>2aa0ed24:152d5fd30b8:-7064</wuid> - <transparent>true</transparent> - <auto_size>false</auto_size> - <text>Left Cursor</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>57</x> - <name>Label_3</name> - <y>258</y> - <foreground_color> - <color red="0" green="0" blue="0" /> - </foreground_color> - <actions hook="false" hook_all="false" /> - <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> </widget> </widget> @@ -1603,7 +1628,7 @@ $(pv_value)</tooltip> <transparent>true</transparent> <lock_children>false</lock_children> <scripts /> - <height>841</height> + <height>965</height> <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> @@ -1621,7 +1646,7 @@ $(pv_value)</tooltip> <background_color> <color red="240" green="240" blue="240" /> </background_color> - <width>1061</width> + <width>1943</width> <x>1</x> <name>MOTOR</name> <y>1</y> @@ -1632,28 +1657,30 @@ $(pv_value)</tooltip> <fc>false</fc> <show_scrollbar>true</show_scrollbar> <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> - <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0"> + <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></tooltip> + <tooltip>$(pv_name) +$(pv_value)</tooltip> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-759c</wuid> + <wuid>1e771979:1565068c2e3:-7000</wuid> <transparent>false</transparent> <pv_value /> <alpha>255</alpha> + <corner_height>16</corner_height> <bg_gradient_color> <color red="255" green="255" blue="255" /> </bg_gradient_color> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> - <height>750</height> - <border_width>0</border_width> + <height>243</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -1663,171 +1690,57 @@ $(pv_value)</tooltip> <pv_name></pv_name> <gradient>false</gradient> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <anti_alias>true</anti_alias> + <corner_width>16</corner_width> <line_style>0</line_style> - <widget_type>Rectangle</widget_type> + <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="IO Shape Fill" red="188" green="188" blue="188" /> - </background_color> - <width>801</width> - <x>36</x> - <name>Base</name> - <y>48</y> - <fill_level>0.0</fill_level> - <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> - </foreground_color> - <actions hook="false" hook_all="false" /> - <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> - </font> - <line_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> - </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>1</line_width> - <horizontal_fill>true</horizontal_fill> - <alarm_pulsing>false</alarm_pulsing> - <tooltip>$(pv_name) -$(pv_value)</tooltip> - <rules /> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-759b</wuid> - <transparent>true</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>79</height> - <border_width>2</border_width> - <scale_options> - <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="IO Border" red="215" green="215" blue="215" /> - </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 name="IO Background" red="255" green="255" blue="205" /> - </background_color> - <width>270</width> - <x>52</x> - <name>Rectangle Template_9</name> - <y>306</y> - <fill_level>0.0</fill_level> - <foreground_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> - </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 OutputPV Bg" red="121" green="123" blue="126" /> - </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>1</line_width> - <horizontal_fill>true</horizontal_fill> - <alarm_pulsing>false</alarm_pulsing> - <tooltip>$(pv_name) -$(pv_value)</tooltip> - <rules /> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7599</wuid> - <transparent>true</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>88</height> - <border_width>2</border_width> - <scale_options> - <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="IO Border" red="215" green="215" blue="215" /> - </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 name="IO Background" red="255" green="255" blue="205" /> + <color red="186" green="189" blue="182" /> </background_color> - <width>270</width> - <x>50</x> - <name>Rectangle Template_3</name> - <y>199</y> + <width>493</width> + <x>392</x> + <name>Rounded Rectangle_4</name> + <y>96</y> <fill_level>0.0</fill_level> <foreground_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> <line_color> - <color name="IO OutputPV Bg" red="121" green="123" blue="126" /> + <color red="128" green="0" blue="255" /> </line_color> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0"> + <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>1</line_width> + <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>-5b5af26c:15364c41bca:-7598</wuid> - <transparent>true</transparent> + <wuid>-3f6498d2:15645d229d4:-268a</wuid> + <transparent>false</transparent> <pv_value /> <alpha>255</alpha> + <corner_height>16</corner_height> <bg_gradient_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="255" blue="255" /> </bg_gradient_color> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> - <height>82</height> - <border_width>2</border_width> + <height>106</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -1837,75 +1750,35 @@ $(pv_value)</tooltip> <pv_name></pv_name> <gradient>false</gradient> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <anti_alias>true</anti_alias> + <corner_width>16</corner_width> <line_style>0</line_style> - <widget_type>Rectangle</widget_type> + <widget_type>Rounded Rectangle</widget_type> <fg_gradient_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="255" blue="255" /> </fg_gradient_color> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color red="186" green="189" blue="182" /> </background_color> - <width>270</width> - <x>46</x> - <name>Rectangle Template_12</name> - <y>93</y> + <width>337</width> + <x>38</x> + <name>Rounded Rectangle_4</name> + <y>95</y> <fill_level>0.0</fill_level> <foreground_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> <line_color> - <color name="IO OutputPV Bg" red="121" green="123" blue="126" /> + <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>-5b5af26c:15364c41bca:-7597</wuid> - <transparent>false</transparent> - <auto_size>false</auto_size> - <text>Command</text> - <scripts /> - <height>20</height> - <border_width>2</border_width> - <scale_options> - <width_scalable>true</width_scalable> - <height_scalable>true</height_scalable> - <keep_wh_ratio>false</keep_wh_ratio> - </scale_options> - <visible>true</visible> - <vertical_alignment>1</vertical_alignment> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> - <background_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> - </background_color> - <width>100</width> - <x>133</x> - <name>Label Template_1</name> - <y>83</y> - <foreground_color> - <color red="0" green="0" blue="0" /> - </foreground_color> - <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> - <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> - </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> @@ -1933,7 +1806,7 @@ $(pv_value)</tooltip> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).RBV</pv_name> + <pv_name>$(PREFIX_MTR):$(NAME_MTR).RBV</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> <color name="IO Border" red="215" green="215" blue="215" /> @@ -1944,14 +1817,14 @@ $(pv_value)</tooltip> <wrap_words>false</wrap_words> <format_type>0</format_type> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> <width>140</width> - <x>162</x> + <x>584</x> <name>Text Update Template_16</name> - <y>218</y> + <y>200</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="TextDynamic" red="0" green="244" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> @@ -1969,7 +1842,7 @@ $(pv_value)</tooltip> <height>20</height> <border_width>0</border_width> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).MOVN</pv_name> + <pv_name>$(PREFIX_MTR):$(NAME_MTR).MOVN</pv_name> <border_color> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> @@ -1982,7 +1855,7 @@ $(pv_value)</tooltip> <enabled>true</enabled> <wuid>-5b5af26c:15364c41bca:-758f</wuid> <on_color> - <color name="IO OK" red="0" green="255" blue="0" /> + <color name="Major" red="255" green="0" blue="0" /> </on_color> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -2001,9 +1874,9 @@ $(pv_value)</tooltip> </background_color> <square_led>true</square_led> <width>20</width> - <x>264</x> + <x>841</x> <data_type>0</data_type> - <y>351</y> + <y>165</y> <foreground_color> <color name="IO InputPV Fg" red="0" green="32" blue="92" /> </foreground_color> @@ -2023,7 +1896,7 @@ $(pv_value)</tooltip> <height>20</height> <border_width>2</border_width> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).DMOV</pv_name> + <pv_name>$(PREFIX_MTR):$(NAME_MTR).DMOV</pv_name> <border_color> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> @@ -2055,9 +1928,9 @@ $(pv_value)</tooltip> </background_color> <square_led>true</square_led> <width>20</width> - <x>264</x> + <x>841</x> <data_type>0</data_type> - <y>321</y> + <y>135</y> <foreground_color> <color name="IO InputPV Fg" red="0" green="32" blue="92" /> </foreground_color> @@ -2066,182 +1939,42 @@ $(pv_value)</tooltip> </font> <off_label></off_label> </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> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> + <horizontal_alignment>0</horizontal_alignment> <rules /> - <pv_value /> + <enabled>false</enabled> + <wuid>-5b5af26c:15364c41bca:-7587</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> - <show_units>true</show_units> - <height>20</height> - <multiline_input>false</multiline_input> - <border_width>0</border_width> - <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).VAL</pv_name> - <selector_type>0</selector_type> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Input</widget_type> - <confirm_message></confirm_message> - <name>Text Input Template_1</name> - <style>0</style> - <actions hook="false" hook_all="false" /> - <border_style>4</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-758d</wuid> - <transparent>false</transparent> + <text>Done moving</text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> + <height>20</height> + <border_width>2</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> - <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <format_type>0</format_type> - <limits_from_pv>false</limits_from_pv> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color name="IO Border" red="215" green="215" blue="215" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>false</wrap_words> <background_color> - <color red="215" green="215" blue="215" /> + <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>140</width> - <x>156</x> - <y>108</y> - <maximum>1.7976931348623157E308</maximum> - <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> - </foreground_color> - <minimum>-1.7976931348623157E308</minimum> - <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> - </font> - </widget> - <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <rules /> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-758c</wuid> - <transparent>false</transparent> - <lock_children>false</lock_children> - <scripts /> - <height>1</height> - <border_width>1</border_width> - <scale_options> - <width_scalable>true</width_scalable> - <height_scalable>true</height_scalable> - <keep_wh_ratio>false</keep_wh_ratio> - </scale_options> - <macros> - <include_parent_macros>true</include_parent_macros> - </macros> - <visible>true</visible> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <widget_type>Grouping Container</widget_type> - <background_color> - <color name="IO OutputPV Bg" red="121" green="123" blue="126" /> - </background_color> - <width>780</width> - <x>46</x> - <name>Controls Grouping Container_1</name> - <y>68</y> + <width>80</width> + <x>746</x> + <name>Label Orientation_1</name> + <y>135</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <fc>false</fc> - <show_scrollbar>false</show_scrollbar> - <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> - </font> - </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>1</horizontal_alignment> - <rules /> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-758b</wuid> - <transparent>false</transparent> - <auto_size>false</auto_size> - <text>Motor Record</text> - <scripts /> - <height>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="0" blue="0" /> - </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> - <background_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> - </background_color> - <width>155</width> - <x>356</x> - <name>Label_124</name> - <y>56</y> - <foreground_color> - <color name="IO Label" red="0" green="0" blue="0" /> - </foreground_color> - <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> - <font> - <opifont.name fontName="arial" height="12" style="1">IO SubTitle</opifont.name> - </font> - </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>1</horizontal_alignment> - <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7589</wuid> - <transparent>false</transparent> - <auto_size>false</auto_size> - <text>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>true</wrap_words> - <background_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> - </background_color> - <width>100</width> - <x>135</x> - <name>Label Template_11</name> - <y>190</y> - <foreground_color> - <color red="0" green="0" blue="0" /> - </foreground_color> - <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> @@ -2252,10 +1985,10 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7587</wuid> + <wuid>-5b5af26c:15364c41bca:-7586</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Done moving</text> + <text>Moving</text> <scripts /> <height>20</height> <border_width>2</border_width> @@ -2274,10 +2007,10 @@ $(pv_value)</tooltip> <background_color> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>80</width> - <x>60</x> - <name>Label Orientation_1</name> - <y>321</y> + <width>86</width> + <x>746</x> + <name>Label Orientation_2</name> + <y>165</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -2292,10 +2025,10 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7586</wuid> + <wuid>-5b5af26c:15364c41bca:-7580</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Moving</text> + <text> Command</text> <scripts /> <height>20</height> <border_width>2</border_width> @@ -2314,68 +2047,57 @@ $(pv_value)</tooltip> <background_color> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>80</width> - <x>60</x> - <name>Label Orientation_2</name> - <y>351</y> + <width>87</width> + <x>48</x> + <name>Label Orientation_7</name> + <y>146</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="11" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> + <tooltip></tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7582</wuid> + <wuid>-5b5af26c:15364c41bca:-758b</wuid> <transparent>false</transparent> - <pv_value /> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> + <text>Motor Record</text> <scripts /> - <border_alarm_sensitive>true</border_alarm_sensitive> - <show_units>false</show_units> - <height>20</height> - <border_width>0</border_width> + <height>43</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).RMP</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="0" blue="0" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <wrap_words>false</wrap_words> - <format_type>0</format_type> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color name="IO Shape Fill" red="188" green="188" blue="188" /> </background_color> - <width>140</width> - <x>162</x> - <name>Text Update Template_1</name> - <y>253</y> + <width>1357</width> + <x>0</x> + <name>Label_124</name> + <y>12</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="IO Label" red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="Sans" height="12" style="1">Header 3</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> @@ -2387,28 +2109,28 @@ $(pv_value)</tooltip> <rules /> <pv_value /> <auto_size>false</auto_size> - <text>######</text> + <text></text> <rotation_angle>0.0</rotation_angle> <show_units>true</show_units> - <height>20</height> + <height>31</height> <multiline_input>false</multiline_input> - <border_width>0</border_width> + <border_width>1</border_width> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).RLV</pv_name> + <pv_name>$(PREFIX_MTR):$(NAME_MTR).VAL</pv_name> <selector_type>0</selector_type> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <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 Template_2</name> + <name>Text Input</name> <style>0</style> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> + <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7581</wuid> + <wuid>-3f6498d2:15645d229d4:-2689</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -2421,33 +2143,33 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color red="215" green="215" blue="215" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> <width>140</width> - <x>156</x> - <y>143</y> + <x>166</x> + <y>140</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7580</wuid> - <transparent>true</transparent> + <enabled>true</enabled> + <wuid>-3f6498d2:15645d229d4:-2688</wuid> + <transparent>false</transparent> <auto_size>false</auto_size> - <text>Absolute EGU</text> + <text>Position</text> <scripts /> - <height>20</height> - <border_width>2</border_width> + <height>32</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -2456,64 +2178,173 @@ $(pv_value)</tooltip> <visible>true</visible> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>false</wrap_words> + <wrap_words>true</wrap_words> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color name="SubPanel" red="176" green="218" blue="249" /> </background_color> - <width>100</width> - <x>56</x> - <name>Label Orientation_7</name> - <y>108</y> + <width>337</width> + <x>38</x> + <name>Label_15</name> + <y>90</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0"> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-757f</wuid> - <transparent>true</transparent> - <auto_size>false</auto_size> - <text>Relative EGU</text> + <effect_3d>true</effect_3d> + <scale_font> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> + </scale_font> + <horizontal>true</horizontal> + <pv_value /> + <show_scale>true</show_scale> + <scale_format></scale_format> + <show_label>false</show_label> + <height>109</height> + <fill_color> + <color red="0" green="0" blue="255" /> + </fill_color> + <border_width>1</border_width> + <value_label_format></value_label_format> + <visible>true</visible> + <pv_name>$(PREFIX_MTR):$(NAME_MTR).RBV</pv_name> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <widget_type>Progress Bar</widget_type> + <name>Progress Bar</name> + <show_hi>false</show_hi> + <actions hook="false" hook_all="false" /> + <show_lo>false</show_lo> + <border_style>0</border_style> + <show_lolo>false</show_lolo> + <show_minor_ticks>true</show_minor_ticks> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <show_markers>true</show_markers> + <color_hihi> + <color red="255" green="0" blue="0" /> + </color_hihi> + <origin>0.0</origin> + <show_hihi>false</show_hihi> + <log_scale>false</log_scale> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-7c9c</wuid> + <indicator_mode>false</indicator_mode> + <level_hihi>90.0</level_hihi> + <origin_ignored>true</origin_ignored> + <color_hi> + <color red="255" green="128" blue="0" /> + </color_hi> + <color_lo> + <color red="255" green="128" blue="0" /> + </color_lo> <scripts /> - <height>20</height> - <border_width>2</border_width> + <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> - <visible>true</visible> - <vertical_alignment>1</vertical_alignment> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <widget_type>Label</widget_type> - <wrap_words>false</wrap_words> + <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive> + <color_fillbackground> + <color red="200" green="200" blue="200" /> + </color_fillbackground> + <major_tick_step_hint>50</major_tick_step_hint> + <level_hi>80.0</level_hi> + <transparent_background>true</transparent_background> + <level_lo>20.0</level_lo> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color red="240" green="240" blue="240" /> </background_color> - <width>100</width> - <x>56</x> - <name>Label Orientation_8</name> - <y>143</y> - <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <level_lolo>10.0</level_lolo> + <width>464</width> + <x>409</x> + <y>200</y> + <maximum>200.0</maximum> + <color_lolo> + <color red="255" green="0" blue="0" /> + </color_lolo> + <foreground_color> + <color red="0" green="0" blue="0" /> + </foreground_color> + <minimum>0.0</minimum> + <font> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0"> + <border_style>0</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <line_width>0</line_width> + <horizontal_fill>true</horizontal_fill> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <rules /> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-78c5</wuid> + <transparent>false</transparent> + <pv_value /> + <alpha>255</alpha> + <corner_height>16</corner_height> + <bg_gradient_color> + <color red="255" green="255" blue="255" /> + </bg_gradient_color> + <scripts /> + <border_alarm_sensitive>false</border_alarm_sensitive> + <height>103</height> + <border_width>1</border_width> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>true</height_scalable> + <keep_wh_ratio>false</keep_wh_ratio> + </scale_options> + <visible>true</visible> + <pv_name></pv_name> + <gradient>false</gradient> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <anti_alias>true</anti_alias> + <corner_width>16</corner_width> + <line_style>0</line_style> + <widget_type>Rounded Rectangle</widget_type> + <fg_gradient_color> + <color red="255" green="255" blue="255" /> + </fg_gradient_color> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <background_color> + <color red="186" green="189" blue="182" /> + </background_color> + <width>337</width> + <x>38</x> + <name>Rounded Rectangle_4</name> + <y>230</y> + <fill_level>0.0</fill_level> + <foreground_color> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" 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> @@ -2521,10 +2352,10 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-757c</wuid> + <wuid>1e771979:1565068c2e3:-78c4</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>EGU</text> + <text>Velocity</text> <scripts /> <height>20</height> <border_width>2</border_width> @@ -2543,31 +2374,31 @@ $(pv_value)</tooltip> <background_color> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>100</width> - <x>62</x> - <name>Label Orientation_9</name> - <y>218</y> + <width>111</width> + <x>48</x> + <name>Label Orientation_7</name> + <y>281</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="11" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-757b</wuid> - <transparent>true</transparent> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-78c2</wuid> + <transparent>false</transparent> <auto_size>false</auto_size> - <text>Raw</text> + <text>Motor settings</text> <scripts /> - <height>20</height> - <border_width>2</border_width> + <height>32</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -2576,46 +2407,146 @@ $(pv_value)</tooltip> <visible>true</visible> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>false</wrap_words> + <wrap_words>true</wrap_words> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color name="SubPanel" red="176" green="218" blue="249" /> </background_color> - <width>100</width> - <x>62</x> - <name>Label Orientation_10</name> - <y>253</y> + <width>337</width> + <x>38</x> + <name>Label_15</name> + <y>225</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <alarm_pulsing>false</alarm_pulsing> + <precision>0</precision> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <horizontal_alignment>1</horizontal_alignment> + <rules /> + <pv_value /> + <auto_size>false</auto_size> + <text></text> + <rotation_angle>0.0</rotation_angle> + <show_units>true</show_units> + <height>31</height> + <multiline_input>false</multiline_input> + <border_width>1</border_width> + <visible>true</visible> + <pv_name>$(PREFIX_MTR):$(NAME_MTR).VELO</pv_name> + <selector_type>0</selector_type> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <precision_from_pv>true</precision_from_pv> + <widget_type>Text Input</widget_type> + <confirm_message></confirm_message> + <name>Text Input</name> + <style>0</style> + <actions hook="false" hook_all="false" /> + <border_style>3</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-7099</wuid> + <transparent>false</transparent> + <scripts /> + <border_alarm_sensitive>false</border_alarm_sensitive> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>true</height_scalable> + <keep_wh_ratio>false</keep_wh_ratio> + </scale_options> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <format_type>0</format_type> + <limits_from_pv>false</limits_from_pv> + <background_color> + <color name="TextBackground" red="70" green="70" blue="70" /> + </background_color> + <width>140</width> + <x>166</x> + <y>275</y> + <maximum>1.7976931348623157E308</maximum> + <foreground_color> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> + </foreground_color> + <minimum>-1.7976931348623157E308</minimum> + <font> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> + <horizontal_alignment>1</horizontal_alignment> + <rules /> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-6fff</wuid> + <transparent>false</transparent> + <auto_size>false</auto_size> + <text>Motion</text> + <scripts /> + <height>32</height> + <border_width>1</border_width> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>true</height_scalable> + <keep_wh_ratio>false</keep_wh_ratio> + </scale_options> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> + <background_color> + <color name="SubPanel" red="176" green="218" blue="249" /> + </background_color> + <width>493</width> + <x>392</x> + <name>Label_15</name> + <y>91</y> + <foreground_color> + <color red="0" green="0" blue="0" /> + </foreground_color> + <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> + <font> + <fontdata fontName="Sans" height="10" style="1" /> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0"> <border_style>0</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <line_width>1</line_width> + <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>-5b5af26c:15364c41bca:-757a</wuid> - <transparent>true</transparent> + <wuid>1e771979:1565068c2e3:-6f55</wuid> + <transparent>false</transparent> <pv_value /> <alpha>255</alpha> + <corner_height>16</corner_height> <bg_gradient_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="255" blue="255" /> </bg_gradient_color> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> - <height>335</height> - <border_width>2</border_width> + <height>363</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -2625,34 +2556,76 @@ $(pv_value)</tooltip> <pv_name></pv_name> <gradient>false</gradient> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <anti_alias>true</anti_alias> + <corner_width>16</corner_width> <line_style>0</line_style> - <widget_type>Rectangle</widget_type> + <widget_type>Rounded Rectangle</widget_type> <fg_gradient_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="255" blue="255" /> </fg_gradient_color> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color red="186" green="189" blue="182" /> </background_color> - <width>480</width> - <x>346</x> - <name>Rectangle Template_2</name> - <y>459</y> + <width>440</width> + <x>900</x> + <name>Rounded Rectangle_4</name> + <y>96</y> <fill_level>0.0</fill_level> <foreground_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> <line_color> - <color name="IO OutputPV Bg" red="121" green="123" blue="126" /> + <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>1e771979:1565068c2e3:-6f54</wuid> + <transparent>false</transparent> + <auto_size>false</auto_size> + <text>Motion</text> + <scripts /> + <height>32</height> + <border_width>1</border_width> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>true</height_scalable> + <keep_wh_ratio>false</keep_wh_ratio> + </scale_options> + <visible>true</visible> + <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>440</width> + <x>900</x> + <name>Label_15</name> + <y>90</y> + <foreground_color> + <color red="0" green="0" blue="0" /> + </foreground_color> + <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> + <font> + <fontdata fontName="Sans" height="10" style="1" /> + </font> + </widget> <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0"> <border_style>0</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> @@ -2662,7 +2635,7 @@ $(pv_value)</tooltip> <rules /> <effect_3d>true</effect_3d> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7579</wuid> + <wuid>1e771979:1565068c2e3:-6b0b</wuid> <on_color> <color name="IO OK" red="0" green="255" blue="0" /> </on_color> @@ -2679,7 +2652,7 @@ $(pv_value)</tooltip> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).MSTA</pv_name> + <pv_name>$(PREFIX_MTR):$(NAME_MTR).MSTA</pv_name> <border_color> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> @@ -2696,9 +2669,9 @@ $(pv_value)</tooltip> <square_led>true</square_led> <startBit>0</startBit> <width>25</width> - <x>356</x> + <x>932</x> <name>Byte Monitor Template</name> - <y>466</y> + <y>131</y> <foreground_color> <color name="IO InputPV Fg" red="0" green="32" blue="92" /> </foreground_color> @@ -2713,7 +2686,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7578</wuid> + <wuid>1e771979:1565068c2e3:-6a44</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>DONE: Motion is complete.</text> @@ -2736,9 +2709,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>159</width> - <x>386</x> + <x>968</x> <name>Label Template_4</name> - <y>489</y> + <y>156</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -2754,7 +2727,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7577</wuid> + <wuid>1e771979:1565068c2e3:-6a43</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>PLUS_LS: Plus limit switch has been hit.</text> @@ -2777,9 +2750,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>239</width> - <x>386</x> + <x>968</x> <name>Label Template_5</name> - <y>510</y> + <y>177</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -2795,7 +2768,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7576</wuid> + <wuid>1e771979:1565068c2e3:-6a42</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>HOMELS: Sate of the home limit switch.</text> @@ -2818,9 +2791,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>235</width> - <x>386</x> + <x>968</x> <name>Label Template_6</name> - <y>531</y> + <y>198</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -2836,7 +2809,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7575</wuid> + <wuid>1e771979:1565068c2e3:-6a41</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>Unused.</text> @@ -2859,9 +2832,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>48</width> - <x>386</x> + <x>968</x> <name>Label Template_7</name> - <y>552</y> + <y>219</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -2877,7 +2850,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7574</wuid> + <wuid>1e771979:1565068c2e3:-6a40</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>POSITION: Closed-loop position control is enabled.</text> @@ -2900,9 +2873,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>295</width> - <x>386</x> + <x>968</x> <name>Label Template_8</name> - <y>573</y> + <y>240</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -2918,7 +2891,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7573</wuid> + <wuid>1e771979:1565068c2e3:-6a3f</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>SLIP_STALL: Slip/Stall detected (eg. fatal following error).</text> @@ -2941,9 +2914,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>332</width> - <x>386</x> + <x>968</x> <name>Label Template_9</name> - <y>594</y> + <y>261</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -2959,7 +2932,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7572</wuid> + <wuid>1e771979:1565068c2e3:-6a3e</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>HOME: If at home position.</text> @@ -2982,9 +2955,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>157</width> - <x>386</x> + <x>968</x> <name>Label Template_10</name> - <y>615</y> + <y>282</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -3000,7 +2973,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7571</wuid> + <wuid>1e771979:1565068c2e3:-6a3d</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>PRESENT: Encoder is present.</text> @@ -3023,9 +2996,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>181</width> - <x>386</x> + <x>968</x> <name>Label Template_22</name> - <y>636</y> + <y>303</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -3041,7 +3014,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7570</wuid> + <wuid>1e771979:1565068c2e3:-6a3c</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>PROBLEM: Driver stopped polling, or hardware problem.</text> @@ -3064,9 +3037,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>324</width> - <x>386</x> + <x>968</x> <name>Label Template_23</name> - <y>657</y> + <y>324</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -3082,7 +3055,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-756f</wuid> + <wuid>1e771979:1565068c2e3:-6a3b</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>MOVING: Non-zero velocity present.</text> @@ -3105,9 +3078,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>210</width> - <x>386</x> + <x>968</x> <name>Label Template_13</name> - <y>678</y> + <y>345</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -3123,7 +3096,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-756e</wuid> + <wuid>1e771979:1565068c2e3:-6a3a</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>GAIN_SUPPORT: Motor supports closed-loop pos. control.</text> @@ -3146,9 +3119,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>340</width> - <x>386</x> + <x>968</x> <name>Label Template_14</name> - <y>699</y> + <y>366</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -3164,7 +3137,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-756d</wuid> + <wuid>1e771979:1565068c2e3:-6a39</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>COMM_ERR: Controller communication error.</text> @@ -3187,9 +3160,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>263</width> - <x>386</x> + <x>968</x> <name>Label Template_15</name> - <y>720</y> + <y>387</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -3205,7 +3178,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-756c</wuid> + <wuid>1e771979:1565068c2e3:-6a38</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>MINUS_LS: Minus limit switch has been hit.</text> @@ -3228,9 +3201,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>255</width> - <x>386</x> + <x>968</x> <name>Label Template_16</name> - <y>741</y> + <y>408</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -3246,7 +3219,7 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-756b</wuid> + <wuid>1e771979:1565068c2e3:-6a37</wuid> <transparent>true</transparent> <auto_size>true</auto_size> <text>HOMED: The motor has been homed.</text> @@ -3269,9 +3242,9 @@ $(pv_value)</tooltip> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> <width>218</width> - <x>386</x> + <x>968</x> <name>Label Template_17</name> - <y>762</y> + <y>429</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> @@ -3281,26 +3254,18 @@ $(pv_value)</tooltip> <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"> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <line_width>1</line_width> - <horizontal_fill>true</horizontal_fill> - <alarm_pulsing>false</alarm_pulsing> - <tooltip>$(pv_name) -$(pv_value)</tooltip> + <tooltip></tooltip> + <horizontal_alignment>0</horizontal_alignment> <rules /> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-756a</wuid> - <transparent>true</transparent> - <pv_value /> - <alpha>255</alpha> - <bg_gradient_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> - </bg_gradient_color> + <enabled>false</enabled> + <wuid>1e771979:1565068c2e3:-6a36</wuid> + <transparent>false</transparent> + <auto_size>false</auto_size> + <text>DIRECTION: Last raw direction; (Grey: Neg., Green: Pos.)</text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> - <height>355</height> + <height>20</height> <border_width>2</border_width> <scale_options> <width_scalable>true</width_scalable> @@ -3308,118 +3273,175 @@ $(pv_value)</tooltip> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <pv_name></pv_name> - <gradient>false</gradient> + <vertical_alignment>1</vertical_alignment> <border_color> <color name="IO Border" red="215" green="215" blue="215" /> </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> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color name="IO Shape Fill" red="188" green="188" blue="188" /> </background_color> - <width>480</width> - <x>346</x> - <name>Rectangle Template_14</name> - <y>93</y> - <fill_level>0.0</fill_level> + <width>350</width> + <x>968</x> + <name>Label Template_45</name> + <y>135</y> <foreground_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> - <line_color> - <color name="IO OutputPV Bg" red="121" green="123" blue="126" /> - </line_color> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0"> + <toggle_button>true</toggle_button> + <border_style>6</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <push_action_index>1</push_action_index> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7569</wuid> - <transparent>true</transparent> - <auto_size>false</auto_size> - <text>Low soft limit:</text> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-597a</wuid> + <release_action_index>0</release_action_index> + <pv_value /> + <text>STOP</text> <scripts /> - <height>20</height> + <border_alarm_sensitive>true</border_alarm_sensitive> + <height>64</height> <border_width>2</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> + <image></image> <visible>true</visible> - <vertical_alignment>1</vertical_alignment> + <pv_name></pv_name> <border_color> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <widget_type>Action Button</widget_type> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color name="Major" red="255" green="0" blue="0" /> </background_color> - <width>140</width> - <x>356</x> - <name>Label Template_29</name> - <y>114</y> + <width>181</width> + <x>576</x> + <name>Action Button Template_1</name> + <y>380</y> + <style>0</style> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> + <rules /> + <enabled>true</enabled> + <wuid>-5b5af26c:15364c41bca:-6d20</wuid> + <transparent>true</transparent> + <lock_children>false</lock_children> + <scripts /> + <height>965</height> + <border_width>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>1943</width> + <x>1</x> + <name>TREK6096E</name> + <y>1</y> + <foreground_color> + <color red="192" green="192" blue="192" /> + </foreground_color> + <actions hook="false" hook_all="false" /> + <fc>false</fc> + <show_scrollbar>true</show_scrollbar> + <font> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> + </font> + <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0"> <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <line_width>0</line_width> + <horizontal_fill>true</horizontal_fill> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7568</wuid> - <transparent>true</transparent> - <auto_size>false</auto_size> - <text>High soft limit:</text> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-5856</wuid> + <transparent>false</transparent> + <pv_value /> + <alpha>255</alpha> + <corner_height>16</corner_height> + <bg_gradient_color> + <color red="255" green="255" blue="255" /> + </bg_gradient_color> <scripts /> - <height>20</height> - <border_width>2</border_width> + <border_alarm_sensitive>false</border_alarm_sensitive> + <height>106</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <vertical_alignment>1</vertical_alignment> + <pv_name></pv_name> + <gradient>false</gradient> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <anti_alias>true</anti_alias> + <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="IO Background" red="255" green="255" blue="205" /> + <color red="186" green="189" blue="182" /> </background_color> - <width>140</width> - <x>356</x> - <name>Label Template_30</name> - <y>144</y> + <width>568</width> + <x>72</x> + <name>Rounded Rectangle_4</name> + <y>72</y> + <fill_level>0.0</fill_level> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" 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> @@ -3427,10 +3449,10 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7567</wuid> + <wuid>1e771979:1565068c2e3:-5860</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Velocity:</text> + <text>Voltage</text> <scripts /> <height>20</height> <border_width>2</border_width> @@ -3445,77 +3467,92 @@ $(pv_value)</tooltip> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <wrap_words>false</wrap_words> <background_color> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>140</width> - <x>356</x> - <name>Label Template_31</name> - <y>174</y> + <width>87</width> + <x>93</x> + <name>Label Orientation_7</name> + <y>122</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="11" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <alarm_pulsing>false</alarm_pulsing> + <precision>0</precision> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7566</wuid> - <transparent>true</transparent> + <pv_value /> <auto_size>false</auto_size> - <text>Maximum velocity:</text> + <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>1e771979:1565068c2e3:-585f</wuid> + <transparent>false</transparent> <scripts /> - <height>20</height> - <border_width>2</border_width> + <border_alarm_sensitive>false</border_alarm_sensitive> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> - <visible>true</visible> - <vertical_alignment>1</vertical_alignment> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <format_type>0</format_type> + <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> <width>140</width> - <x>356</x> - <name>Label Template_32</name> - <y>234</y> + <x>189</x> + <y>116</y> + <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> - <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> + <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7565</wuid> - <transparent>true</transparent> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-585e</wuid> + <transparent>false</transparent> <auto_size>false</auto_size> - <text>Minimum velocity:</text> + <text>HORIZONTAL Power Supply</text> <scripts /> - <height>20</height> - <border_width>2</border_width> + <height>32</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -3524,107 +3561,137 @@ $(pv_value)</tooltip> <visible>true</visible> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <widget_type>Label</widget_type> <wrap_words>true</wrap_words> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color name="SubPanel" red="176" green="218" blue="249" /> </background_color> - <width>140</width> - <x>356</x> - <name>Label Template_33</name> - <y>204</y> + <width>568</width> + <x>72</x> + <name>Label_15</name> + <y>66</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <alarm_pulsing>false</alarm_pulsing> + <precision>3</precision> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7564</wuid> - <transparent>true</transparent> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-5848</wuid> + <transparent>false</transparent> + <pv_value /> <auto_size>false</auto_size> - <text>Acc. time:</text> + <text>######</text> + <rotation_angle>0.0</rotation_angle> <scripts /> - <height>20</height> - <border_width>2</border_width> + <border_alarm_sensitive>false</border_alarm_sensitive> + <show_units>true</show_units> + <height>31</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> + <pv_name>$(PREFIX_PS)hor-RBV</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <precision_from_pv>false</precision_from_pv> + <widget_type>Text Update</widget_type> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <wrap_words>false</wrap_words> + <format_type>0</format_type> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>140</width> - <x>356</x> - <name>Label Template_34</name> - <y>264</y> + <width>150</width> + <x>411</x> + <name>Text Update_3</name> + <y>116</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="TextDynamic" red="0" green="244" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0"> <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <line_width>0</line_width> + <horizontal_fill>true</horizontal_fill> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7563</wuid> - <transparent>true</transparent> - <auto_size>false</auto_size> - <text>Homing velocity:</text> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-5732</wuid> + <transparent>false</transparent> + <pv_value /> + <alpha>255</alpha> + <corner_height>16</corner_height> + <bg_gradient_color> + <color red="255" green="255" blue="255" /> + </bg_gradient_color> <scripts /> - <height>20</height> - <border_width>2</border_width> + <border_alarm_sensitive>false</border_alarm_sensitive> + <height>106</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <vertical_alignment>1</vertical_alignment> + <pv_name></pv_name> + <gradient>false</gradient> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <anti_alias>true</anti_alias> + <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="IO Background" red="255" green="255" blue="205" /> + <color red="186" green="189" blue="182" /> </background_color> - <width>140</width> - <x>356</x> - <name>Label Template_35</name> - <y>294</y> + <width>568</width> + <x>72</x> + <name>Rounded Rectangle_4</name> + <y>246</y> + <fill_level>0.0</fill_level> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" 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> @@ -3632,10 +3699,10 @@ $(pv_value)</tooltip> <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7562</wuid> + <wuid>1e771979:1565068c2e3:-5731</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Resolution:</text> + <text>Voltage</text> <scripts /> <height>20</height> <border_width>2</border_width> @@ -3650,118 +3717,92 @@ $(pv_value)</tooltip> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <wrap_words>false</wrap_words> <background_color> <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>140</width> - <x>356</x> - <name>Label Template_18</name> - <y>324</y> + <width>87</width> + <x>93</x> + <name>Label Orientation_7</name> + <y>296</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="11" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <alarm_pulsing>false</alarm_pulsing> + <precision>0</precision> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7561</wuid> - <transparent>true</transparent> + <pv_value /> <auto_size>false</auto_size> - <text>Backlash:</text> - <scripts /> - <height>20</height> - <border_width>2</border_width> - <scale_options> - <width_scalable>true</width_scalable> - <height_scalable>true</height_scalable> - <keep_wh_ratio>false</keep_wh_ratio> - </scale_options> + <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> - <vertical_alignment>1</vertical_alignment> + <pv_name>$(PREFIX_PS)ver-SP</pv_name> + <selector_type>0</selector_type> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> - <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> - </background_color> - <width>140</width> - <x>356</x> - <name>Label Template_19</name> - <y>354</y> - <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> - </foreground_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" /> - <show_scrollbar>false</show_scrollbar> - <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> - </font> - </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> - <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7560</wuid> - <transparent>true</transparent> - <auto_size>false</auto_size> - <text>Offset:</text> + <border_style>3</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-5730</wuid> + <transparent>false</transparent> <scripts /> - <height>20</height> - <border_width>2</border_width> + <border_alarm_sensitive>false</border_alarm_sensitive> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> - <visible>true</visible> - <vertical_alignment>1</vertical_alignment> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <format_type>0</format_type> + <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> <width>140</width> - <x>356</x> - <name>Label Template_20</name> - <y>384</y> + <x>189</x> + <y>290</y> + <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> - <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> + <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" height="11" style="1">Default Bold</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-755f</wuid> - <transparent>true</transparent> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-572f</wuid> + <transparent>false</transparent> <auto_size>false</auto_size> - <text>Direction:</text> + <text>VERTICAL Power Supply</text> <scripts /> - <height>20</height> - <border_width>2</border_width> + <height>32</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -3770,37 +3811,37 @@ $(pv_value)</tooltip> <visible>true</visible> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <widget_type>Label</widget_type> <wrap_words>true</wrap_words> <background_color> - <color name="IO Background" red="255" green="255" blue="205" /> + <color name="SubPanel" red="176" green="218" blue="249" /> </background_color> - <width>140</width> - <x>356</x> - <name>Label Template_21</name> - <y>414</y> + <width>568</width> + <x>72</x> + <name>Label_15</name> + <y>240</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.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> + <precision>3</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-755e</wuid> + <wuid>1e771979:1565068c2e3:-572e</wuid> <transparent>false</transparent> <pv_value /> <auto_size>false</auto_size> @@ -3809,297 +3850,328 @@ $(pv_value)</tooltip> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> <show_units>true</show_units> - <height>20</height> - <border_width>0</border_width> + <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):$(MTR).LLM</pv_name> + <pv_name>$(PREFIX_PS)ver-RBV</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> + <precision_from_pv>false</precision_from_pv> <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <wrap_words>false</wrap_words> <format_type>0</format_type> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_2</name> - <y>111</y> + <width>150</width> + <x>411</x> + <name>Text Update_3</name> + <y>290</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="TextDynamic" red="0" green="244" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> + </widget> + <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>965</height> + <border_width>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>1943</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="Sans" 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> - <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-755d</wuid> + <wuid>1e771979:1565068c2e3:-4ace</wuid> <transparent>false</transparent> <pv_value /> - <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> + <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> - <show_units>true</show_units> - <height>20</height> - <border_width>0</border_width> + <height>856</height> + <border_width>1</border_width> <scale_options> <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).HLM</pv_name> - <vertical_alignment>1</vertical_alignment> + <pv_name></pv_name> + <gradient>false</gradient> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> - <wrap_words>false</wrap_words> - <format_type>0</format_type> + <anti_alias>true</anti_alias> + <corner_width>16</corner_width> + <line_style>0</line_style> + <widget_type>Rounded Rectangle</widget_type> + <fg_gradient_color> + <color red="255" green="255" blue="255" /> + </fg_gradient_color> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="186" green="189" blue="182" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_3</name> - <y>141</y> + <width>349</width> + <x>30</x> + <name>Rounded Rectangle_5</name> + <y>39</y> + <fill_level>0.0</fill_level> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="255" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="Sans" 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> + <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0"> <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-755c</wuid> - <transparent>false</transparent> + <effect_3d>true</effect_3d> + <bit>-1</bit> <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>0</border_width> - <scale_options> - <width_scalable>true</width_scalable> - <height_scalable>true</height_scalable> - <keep_wh_ratio>false</keep_wh_ratio> - </scale_options> + <height>18</height> + <border_width>1</border_width> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).VELO</pv_name> - <vertical_alignment>1</vertical_alignment> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR).BUSY</pv_name> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <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>true</backcolor_alarm_sensitive> - <wrap_words>false</wrap_words> - <format_type>0</format_type> - <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> - </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_4</name> - <y>171</y> - <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> - </foreground_color> + <widget_type>LED</widget_type> + <name>LED</name> <actions hook="false" hook_all="false" /> - <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> - </font> - </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> + <show_boolean_label>false</show_boolean_label> <border_style>0</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> - <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-755b</wuid> - <transparent>false</transparent> - <pv_value /> - <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> + <wuid>1e771979:1565068c2e3:-4cec</wuid> + <on_color> + <color red="0" green="255" blue="0" /> + </on_color> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> - <show_units>true</show_units> - <height>20</height> - <border_width>0</border_width> + <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>false</keep_wh_ratio> + <keep_wh_ratio>true</keep_wh_ratio> </scale_options> - <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).VMAX</pv_name> - <vertical_alignment>1</vertical_alignment> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> - <wrap_words>false</wrap_words> - <format_type>0</format_type> + <off_color> + <color red="0" green="100" blue="0" /> + </off_color> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="240" green="240" blue="240" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_5</name> - <y>231</y> + <square_led>true</square_led> + <width>20</width> + <x>870</x> + <data_type>0</data_type> + <y>142</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="192" green="192" blue="192" /> </foreground_color> - <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> </font> + <off_label>OFF</off_label> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> + <tooltip></tooltip> + <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-755a</wuid> - <transparent>false</transparent> - <pv_value /> + <wuid>1e771979:1565068c2e3:-4ceb</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> + <text>Scan Busy</text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> - <show_units>true</show_units> - <height>20</height> - <border_width>0</border_width> + <height>18</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).VBAS</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> - <wrap_words>false</wrap_words> - <format_type>0</format_type> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_6</name> - <y>201</y> + <width>115</width> + <x>726</x> + <name>Label_2</name> + <y>142</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> - <border_style>0</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0"> <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7559</wuid> - <transparent>false</transparent> + <effect_3d>true</effect_3d> + <bit>-1</bit> <pv_value /> + <height>18</height> + <border_width>1</border_width> + <visible>true</visible> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR).DATA</pv_name> + <border_color> + <color 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>1e771979:1565068c2e3:-4cea</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>20</width> + <x>870</x> + <data_type>0</data_type> + <y>165</y> + <foreground_color> + <color red="192" green="192" blue="192" /> + </foreground_color> + <font> + <opifont.name fontName="Sans" height="11" style="0">Default</opifont.name> + </font> + <off_label>OFF</off_label> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> + <horizontal_alignment>0</horizontal_alignment> + <rules /> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-4ce9</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> + <text>Data Ready </text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> - <show_units>true</show_units> - <height>20</height> - <border_width>0</border_width> + <height>18</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).ACCL</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> - <wrap_words>false</wrap_words> - <format_type>0</format_type> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_7</name> - <y>261</y> + <width>80</width> + <x>726</x> + <name>Label_3</name> + <y>165</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> @@ -4109,10 +4181,10 @@ $(pv_value)</tooltip> <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> + <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7558</wuid> + <wuid>1e771979:1565068c2e3:-4ce3</wuid> <transparent>false</transparent> <pv_value /> <auto_size>false</auto_size> @@ -4122,88 +4194,77 @@ $(pv_value)</tooltip> <border_alarm_sensitive>false</border_alarm_sensitive> <show_units>true</show_units> <height>20</height> - <border_width>0</border_width> + <border_width>1</border_width> <scale_options> <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).HVEL</pv_name> + <pv_name>${PREFIX_SCAN}:$(NAME_PS).CPT</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <precision_from_pv>true</precision_from_pv> <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <wrap_words>false</wrap_words> <format_type>0</format_type> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_8</name> - <y>291</y> + <width>80</width> + <x>600</x> + <name>Text Update_2</name> + <y>489</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <alarm_pulsing>false</alarm_pulsing> - <precision>5</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> + <tooltip></tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7557</wuid> - <transparent>false</transparent> - <pv_value /> + <wuid>1e771979:1565068c2e3:-4ce2</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> + <text>DAQ</text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> - <show_units>true</show_units> <height>20</height> - <border_width>0</border_width> + <border_width>1</border_width> <scale_options> <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).MRES</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>false</precision_from_pv> - <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> - <wrap_words>false</wrap_words> - <format_type>0</format_type> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_9</name> - <y>321</y> + <width>80</width> + <x>420</x> + <name>Label_7</name> + <y>489</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> @@ -4213,10 +4274,10 @@ $(pv_value)</tooltip> <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> + <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7556</wuid> + <wuid>1e771979:1565068c2e3:-4cd8</wuid> <transparent>false</transparent> <pv_value /> <auto_size>false</auto_size> @@ -4226,88 +4287,77 @@ $(pv_value)</tooltip> <border_alarm_sensitive>false</border_alarm_sensitive> <show_units>true</show_units> <height>20</height> - <border_width>0</border_width> + <border_width>1</border_width> <scale_options> <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).BDST</pv_name> + <pv_name>${PREFIX_SCAN}:$(NAME_PS).FAZE</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <precision_from_pv>true</precision_from_pv> <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <wrap_words>false</wrap_words> <format_type>0</format_type> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_10</name> - <y>351</y> + <width>161</width> + <x>576</x> + <name>Text Update_4</name> + <y>421</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> + <tooltip></tooltip> + <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7555</wuid> - <transparent>false</transparent> - <pv_value /> + <wuid>1e771979:1565068c2e3:-4cd7</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> + <text> Faze </text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> - <show_units>true</show_units> <height>20</height> - <border_width>0</border_width> + <border_width>1</border_width> <scale_options> <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).OFF</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> - <wrap_words>false</wrap_words> - <format_type>0</format_type> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_11</name> - <y>381</y> + <width>100</width> + <x>439</x> + <name>Label_131</name> + <y>421</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> @@ -4317,10 +4367,10 @@ $(pv_value)</tooltip> <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> + <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7554</wuid> + <wuid>1e771979:1565068c2e3:-4ccf</wuid> <transparent>false</transparent> <pv_value /> <auto_size>false</auto_size> @@ -4330,150 +4380,257 @@ $(pv_value)</tooltip> <border_alarm_sensitive>false</border_alarm_sensitive> <show_units>true</show_units> <height>20</height> - <border_width>0</border_width> + <border_width>1</border_width> <scale_options> <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).DIR</pv_name> + <pv_name>${PREFIX_SCAN}:$(NAME_PS)-NORD_POS</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <precision_from_pv>true</precision_from_pv> <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <wrap_words>false</wrap_words> <format_type>0</format_type> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>140</width> - <x>666</x> - <name>Text Update Template_12</name> - <y>411</y> + <width>80</width> + <x>570</x> + <name>Text Update_10</name> + <y>457</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> - <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> - <pv_value /> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-4cce</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> - <show_units>true</show_units> + <text>Positions </text> + <scripts /> <height>20</height> - <multiline_input>false</multiline_input> - <border_width>2</border_width> + <border_width>1</border_width> + <scale_options> + <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).LLM</pv_name> - <selector_type>0</selector_type> + <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Input</widget_type> - <confirm_message></confirm_message> - <name>Text Input Template_3</name> - <style>0</style> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> + <background_color> + <color red="255" green="255" blue="255" /> + </background_color> + <width>80</width> + <x>432</x> + <name>Label_142</name> + <y>455</y> + <foreground_color> + <color red="0" green="0" blue="0" /> + </foreground_color> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <show_scrollbar>false</show_scrollbar> + <font> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> + <horizontal_alignment>1</horizontal_alignment> + <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7553</wuid> + <wuid>1e771979:1565068c2e3:-4ac6</wuid> <transparent>false</transparent> + <auto_size>false</auto_size> + <text>CONTROL</text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> + <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> - <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <format_type>0</format_type> - <limits_from_pv>false</limits_from_pv> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="SubPanel" red="176" green="218" blue="249" /> </background_color> - <width>140</width> - <x>484</x> - <y>111</y> - <maximum>1.7976931348623157E308</maximum> + <width>349</width> + <x>30</x> + <name>Label_15</name> + <y>54</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0"> + <border_style>0</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <line_width>1</line_width> + <horizontal_fill>true</horizontal_fill> <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> + <arrows>0</arrows> <rules /> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-4a2d</wuid> + <transparent>false</transparent> + <points> + <point x="30" y="119" /> + <point x="378" y="119" /> + <point x="378" y="119" /> + <point x="378" y="119" /> + <point x="378" y="119" /> + </points> + <fill_arrow>true</fill_arrow> <pv_value /> - <auto_size>false</auto_size> - <text>######</text> + <alpha>255</alpha> <rotation_angle>0.0</rotation_angle> - <show_units>true</show_units> - <height>20</height> - <multiline_input>false</multiline_input> - <border_width>2</border_width> + <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>$(PREFIX):$(MTR).HLM</pv_name> - <selector_type>0</selector_type> + <pv_name></pv_name> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color name="Black" red="0" green="0" blue="0" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Input</widget_type> - <confirm_message></confirm_message> - <name>Text Input Template_4</name> - <style>0</style> + <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>119</y> + <fill_level>0.0</fill_level> + <foreground_color> + <color red="255" green="0" blue="0" /> + </foreground_color> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <font> + <opifont.name fontName="Sans" 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>-5b5af26c:15364c41bca:-7552</wuid> + <wuid>1e771979:1565068c2e3:-4ab2</wuid> <transparent>false</transparent> + <auto_size>false</auto_size> + <text>Motor</text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> + <height>20</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> - <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <format_type>0</format_type> - <limits_from_pv>false</limits_from_pv> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>false</wrap_words> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="panelArea" red="240" green="240" blue="240" /> </background_color> - <width>140</width> - <x>484</x> - <y>141</y> - <maximum>1.7976931348623157E308</maximum> + <width>229</width> + <x>96</x> + <name>Label_156</name> + <y>110</y> + <foreground_color> + <color red="0" green="0" blue="0" /> + </foreground_color> + <actions hook="false" hook_all="false" /> + <font> + <opifont.name fontName="Sans" 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>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>149</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> @@ -4485,28 +4642,28 @@ $(pv_value)</tooltip> <rules /> <pv_value /> <auto_size>false</auto_size> - <text>######</text> + <text></text> <rotation_angle>0.0</rotation_angle> <show_units>true</show_units> - <height>20</height> + <height>31</height> <multiline_input>false</multiline_input> - <border_width>2</border_width> + <border_width>1</border_width> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).VELO</pv_name> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR).P4SP</pv_name> <selector_type>0</selector_type> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <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 Template_5</name> + <name>Text Input</name> <style>0</style> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> + <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7551</wuid> + <wuid>1e771979:1565068c2e3:-3e43</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -4519,75 +4676,58 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>140</width> - <x>484</x> - <y>171</y> + <width>100</width> + <x>228</x> + <y>143</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> - <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> - <pv_value /> + <enabled>false</enabled> + <wuid>1e771979:1565068c2e3:-3d91</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> - <show_units>true</show_units> + <text>End position</text> + <scripts /> <height>20</height> - <multiline_input>false</multiline_input> <border_width>2</border_width> - <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).VMAX</pv_name> - <selector_type>0</selector_type> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Input</widget_type> - <confirm_message></confirm_message> - <name>Text Input Template_6</name> - <style>0</style> - <actions hook="false" hook_all="false" /> - <border_style>4</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7550</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> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color name="IO Border" red="215" green="215" blue="215" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>false</wrap_words> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>140</width> - <x>484</x> - <y>231</y> - <maximum>1.7976931348623157E308</maximum> + <width>93</width> + <x>71</x> + <name>Label Orientation_7</name> + <y>191</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> @@ -4599,28 +4739,28 @@ $(pv_value)</tooltip> <rules /> <pv_value /> <auto_size>false</auto_size> - <text>######</text> + <text></text> <rotation_angle>0.0</rotation_angle> <show_units>true</show_units> - <height>20</height> + <height>31</height> <multiline_input>false</multiline_input> - <border_width>2</border_width> + <border_width>1</border_width> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).VBAS</pv_name> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR).P4EP</pv_name> <selector_type>0</selector_type> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <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 Template_7</name> + <name>Text Input</name> <style>0</style> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> + <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-754f</wuid> + <wuid>1e771979:1565068c2e3:-3d90</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -4633,189 +4773,239 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>140</width> - <x>484</x> - <y>201</y> + <width>100</width> + <x>228</x> + <y>185</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> - <minimum>0.0</minimum> + <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> - <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> - <pv_value /> + <enabled>false</enabled> + <wuid>1e771979:1565068c2e3:-359e</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> - <show_units>true</show_units> + <text>After SCAN Position</text> + <scripts /> <height>20</height> - <multiline_input>false</multiline_input> <border_width>2</border_width> + <scale_options> + <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).ACCL</pv_name> - <selector_type>0</selector_type> + <vertical_alignment>1</vertical_alignment> <border_color> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Input</widget_type> - <confirm_message></confirm_message> - <name>Text Input Template_8</name> - <style>0</style> + <widget_type>Label</widget_type> + <wrap_words>false</wrap_words> + <background_color> + <color name="IO Background" red="255" green="255" blue="205" /> + </background_color> + <width>199</width> + <x>34</x> + <name>Label Orientation_7</name> + <y>318</y> + <foreground_color> + <color name="IO Foreground" red="0" green="0" blue="0" /> + </foreground_color> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> + <font> + <fontdata fontName="Sans" height="10" style="1" /> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.combo" version="1.0.0"> + <border_style>0</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <rules /> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-754e</wuid> - <transparent>false</transparent> + <wuid>1e771979:1565068c2e3:-3589</wuid> + <pv_value /> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> + <height>20</height> + <border_width>0</border_width> <scale_options> <width_scalable>true</width_scalable> - <height_scalable>true</height_scalable> + <height_scalable>false</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> + <items_from_pv>true</items_from_pv> + <visible>true</visible> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR).PASM</pv_name> + <border_color> + <color name="IO Border" red="215" green="215" blue="215" /> + </border_color> + <widget_type>Combo Box</widget_type> <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <format_type>0</format_type> - <limits_from_pv>false</limits_from_pv> <background_color> <color name="IO Grid" red="215" green="215" blue="215" /> </background_color> - <width>140</width> - <x>484</x> - <y>261</y> - <maximum>1.7976931348623157E308</maximum> + <width>100</width> + <x>228</x> + <name>channel_name</name> + <y>318</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="0" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0"> + <border_style>0</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <line_width>1</line_width> + <horizontal_fill>true</horizontal_fill> <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> + <arrows>0</arrows> <rules /> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-33bf</wuid> + <transparent>false</transparent> + <points> + <point x="30" y="378" /> + <point x="378" y="378" /> + <point x="378" y="378" /> + <point x="378" y="378" /> + <point x="378" y="378" /> + </points> + <fill_arrow>true</fill_arrow> <pv_value /> - <auto_size>false</auto_size> - <text>######</text> + <alpha>255</alpha> <rotation_angle>0.0</rotation_angle> - <show_units>true</show_units> - <height>20</height> - <multiline_input>false</multiline_input> - <border_width>2</border_width> + <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>$(PREFIX):$(MTR).HVEL</pv_name> - <selector_type>0</selector_type> + <pv_name></pv_name> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color name="Black" red="0" green="0" blue="0" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Input</widget_type> - <confirm_message></confirm_message> - <name>Text Input Template_9</name> - <style>0</style> + <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>378</y> + <fill_level>0.0</fill_level> + <foreground_color> + <color red="255" green="0" blue="0" /> + </foreground_color> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <font> + <opifont.name fontName="Sans" 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>-5b5af26c:15364c41bca:-754d</wuid> + <wuid>1e771979:1565068c2e3:-33be</wuid> <transparent>false</transparent> + <auto_size>false</auto_size> + <text>Plates Power Supply</text> <scripts /> - <border_alarm_sensitive>false</border_alarm_sensitive> + <height>20</height> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> - <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> - <format_type>0</format_type> - <limits_from_pv>false</limits_from_pv> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color red="0" green="128" blue="255" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>false</wrap_words> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="panelArea" red="240" green="240" blue="240" /> </background_color> - <width>140</width> - <x>484</x> - <y>291</y> - <maximum>1.7976931348623157E308</maximum> + <width>229</width> + <x>84</x> + <name>Label_156</name> + <y>369</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <opifont.name fontName="Sans" 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>5</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> - <pv_value /> + <enabled>false</enabled> + <wuid>1e771979:1565068c2e3:-33b3</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> - <show_units>true</show_units> + <text>Number of points</text> + <scripts /> <height>20</height> - <multiline_input>false</multiline_input> <border_width>2</border_width> - <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).MRES</pv_name> - <selector_type>0</selector_type> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <precision_from_pv>false</precision_from_pv> - <widget_type>Text Input</widget_type> - <confirm_message></confirm_message> - <name>Text Input Template_10</name> - <style>0</style> - <actions hook="false" hook_all="false" /> - <border_style>4</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-754c</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> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color name="IO Border" red="215" green="215" blue="215" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>false</wrap_words> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>140</width> - <x>484</x> - <y>321</y> - <maximum>1.7976931348623157E308</maximum> + <width>199</width> + <x>30</x> + <name>Label Orientation_7</name> + <y>231</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> - <minimum>-1.7976931348623157E308</minimum> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> @@ -4827,28 +5017,28 @@ $(pv_value)</tooltip> <rules /> <pv_value /> <auto_size>false</auto_size> - <text>######</text> + <text></text> <rotation_angle>0.0</rotation_angle> <show_units>true</show_units> - <height>20</height> + <height>31</height> <multiline_input>false</multiline_input> - <border_width>2</border_width> + <border_width>1</border_width> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).BDST</pv_name> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR).NPTS</pv_name> <selector_type>0</selector_type> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <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 Template_11</name> + <name>Text Input</name> <style>0</style> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> + <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-754b</wuid> + <wuid>1e771979:1565068c2e3:-33a9</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -4861,18 +5051,58 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>140</width> - <x>484</x> - <y>351</y> + <width>100</width> + <x>228</x> + <y>225</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> + <horizontal_alignment>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>276</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"> @@ -4884,28 +5114,28 @@ $(pv_value)</tooltip> <rules /> <pv_value /> <auto_size>false</auto_size> - <text>######</text> + <text></text> <rotation_angle>0.0</rotation_angle> <show_units>true</show_units> - <height>20</height> + <height>31</height> <multiline_input>false</multiline_input> - <border_width>2</border_width> + <border_width>1</border_width> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).OFF</pv_name> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR).P4SI</pv_name> <selector_type>0</selector_type> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <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 Template_12</name> + <name>Text Input</name> <style>0</style> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> + <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-754a</wuid> + <wuid>1e771979:1565068c2e3:-335b</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -4918,34 +5148,31 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>140</width> - <x>484</x> - <y>381</y> + <width>100</width> + <x>228</x> + <y>270</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.MenuButton" version="1.0.0"> - <border_style>4</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <actions_from_pv>true</actions_from_pv> - <alarm_pulsing>false</alarm_pulsing> - <tooltip>$(pv_name) -$(pv_value)</tooltip> - <rules /> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-7549</wuid> - <transparent>false</transparent> - <pv_value /> + <widget typeId="org.csstudio.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>Start Voltage</text> <scripts /> - <border_alarm_sensitive>true</border_alarm_sensitive> <height>20</height> <border_width>2</border_width> <scale_options> @@ -4954,66 +5181,82 @@ $(pv_value)</tooltip> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> <visible>true</visible> - <pv_name>$(PREFIX):$(MTR).DIR</pv_name> + <vertical_alignment>1</vertical_alignment> <border_color> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> - <label>Direction</label> - <widget_type>Menu Button</widget_type> - <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <widget_type>Label</widget_type> + <wrap_words>false</wrap_words> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>140</width> - <x>484</x> - <name>Menu Button Template</name> - <y>411</y> + <width>151</width> + <x>42</x> + <name>Label Orientation_7</name> + <y>413</y> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> + <actions hook="false" hook_all="false" /> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <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> + <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <alarm_pulsing>false</alarm_pulsing> + <precision>0</precision> + <tooltip>$(pv_name) +$(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7548</wuid> - <transparent>false</transparent> + <pv_value /> <auto_size>false</auto_size> - <text>Motor status bits</text> + <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).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:-31f3</wuid> + <transparent>false</transparent> <scripts /> - <height>20</height> - <border_width>2</border_width> + <border_alarm_sensitive>false</border_alarm_sensitive> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> - <visible>true</visible> - <vertical_alignment>1</vertical_alignment> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <format_type>0</format_type> + <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>120</width> - <x>526</x> - <name>Label Template_40</name> - <y>449</y> + <width>100</width> + <x>228</x> + <y>407</y> + <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> - <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> + <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> @@ -5022,10 +5265,10 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7547</wuid> - <transparent>false</transparent> + <wuid>1e771979:1565068c2e3:-31f2</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>Motor settings</text> + <text>End Voltage</text> <scripts /> <height>20</height> <border_width>2</border_width> @@ -5040,74 +5283,89 @@ $(pv_value)</tooltip> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <wrap_words>false</wrap_words> <background_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>100</width> - <x>536</x> - <name>Label Template_41</name> - <y>83</y> + <width>93</width> + <x>71</x> + <name>Label Orientation_1</name> + <y>455</y> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> + <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> + <alarm_pulsing>false</alarm_pulsing> + <precision>0</precision> + <tooltip>$(pv_name) +$(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7545</wuid> - <transparent>false</transparent> + <pv_value /> <auto_size>false</auto_size> - <text>Motion</text> + <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).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_1</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:-31f1</wuid> + <transparent>false</transparent> <scripts /> - <height>20</height> - <border_width>2</border_width> + <border_alarm_sensitive>false</border_alarm_sensitive> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> <keep_wh_ratio>false</keep_wh_ratio> </scale_options> - <visible>true</visible> - <vertical_alignment>1</vertical_alignment> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <format_type>0</format_type> + <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> <width>100</width> - <x>137</x> - <name>Label Template_44</name> - <y>294</y> + <x>228</x> + <y>449</y> + <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> - <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> + <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> <border_style>0</border_style> <tooltip></tooltip> - <horizontal_alignment>0</horizontal_alignment> + <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-5b5af26c:15364c41bca:-7544</wuid> - <transparent>false</transparent> + <wuid>1e771979:1565068c2e3:-31f0</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>DIRECTION: Last raw direction; (Grey: Neg., Green: Pos.)</text> + <text>Number of points</text> <scripts /> <height>20</height> <border_width>2</border_width> @@ -5122,132 +5380,141 @@ $(pv_value)</tooltip> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <wrap_words>false</wrap_words> <background_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color name="IO Background" red="255" green="255" blue="205" /> </background_color> - <width>350</width> - <x>386</x> - <name>Label Template_45</name> - <y>468</y> + <width>199</width> + <x>30</x> + <name>Label Orientation_2</name> + <y>495</y> <foreground_color> - <color red="0" green="0" blue="0" /> + <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> - </widget> - <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0"> - <border_style>0</border_style> - <tooltip></tooltip> - <rules /> - <enabled>true</enabled> - <wuid>-5b5af26c:15364c41bca:-6d20</wuid> - <transparent>true</transparent> - <lock_children>false</lock_children> - <scripts /> - <height>841</height> - <border_width>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>1061</width> - <x>1</x> - <name>TREK6096E</name> - <y>1</y> - <foreground_color> - <color red="192" green="192" blue="192" /> - </foreground_color> - <actions hook="false" hook_all="false" /> - <fc>false</fc> - <show_scrollbar>true</show_scrollbar> - <font> - <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name> - </font> - <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0"> + <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).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>100</width> + <x>228</x> + <y>489</y> + <maximum>1.7976931348623157E308</maximum> + <foreground_color> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> + </foreground_color> + <minimum>-1.7976931348623157E308</minimum> + <font> + <fontdata fontName="Sans" height="10" style="1" /> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" 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> + <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> + <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-657956b3:153665165c4:-7f19</wuid> + <wuid>1e771979:1565068c2e3:-2c60</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> + <auto_size>false</auto_size> + <text>######</text> + <rotation_angle>0.0</rotation_angle> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> - <height>85</height> - <border_width>2</border_width> + <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></pv_name> - <gradient>false</gradient> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR).FAZE</pv_name> + <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <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> + <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="IO Background" red="255" green="255" blue="205" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>457</width> - <x>91</x> - <name>Rectangle Template_1</name> - <y>72</y> - <fill_level>100.0</fill_level> + <width>133</width> + <x>576</x> + <name>Text Update_4</name> + <y>141</y> <foreground_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> - <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> + <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-657956b3:153665165c4:-7f17</wuid> + <wuid>1e771979:1565068c2e3:-2c5f</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Volt</text> + <text> Faze </text> <scripts /> <height>20</height> <border_width>1</border_width> @@ -5262,20 +5529,21 @@ $(pv_value)</tooltip> <color red="0" green="128" blue="255" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>false</wrap_words> + <wrap_words>true</wrap_words> <background_color> <color red="255" green="255" blue="255" /> </background_color> - <width>91</width> - <x>93</x> - <name>Label</name> - <y>107</y> + <width>100</width> + <x>439</x> + <name>Label_131</name> + <y>141</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="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> @@ -5285,10 +5553,10 @@ $(pv_value)</tooltip> <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> + <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-657956b3:153665165c4:-7d1d</wuid> + <wuid>1e771979:1565068c2e3:-2c4e</wuid> <transparent>false</transparent> <pv_value /> <auto_size>false</auto_size> @@ -5298,91 +5566,34 @@ $(pv_value)</tooltip> <border_alarm_sensitive>false</border_alarm_sensitive> <show_units>true</show_units> <height>20</height> - <border_width>0</border_width> + <border_width>1</border_width> <scale_options> <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:PBI-EM:HVhor-RB</pv_name> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR).CPT</pv_name> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <precision_from_pv>true</precision_from_pv> <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <wrap_words>false</wrap_words> <format_type>0</format_type> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>140</width> - <x>369</x> - <name>Text Update Template_2</name> - <y>107</y> + <width>80</width> + <x>606</x> + <name>Text Update_2</name> + <y>214</y> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <font> - <opifont.name fontName="arial" height="10" style="1">IO Input 1</opifont.name> - </font> - </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> - <alarm_pulsing>false</alarm_pulsing> - <precision>0</precision> - <tooltip>$(pv_name) -$(pv_value)</tooltip> - <horizontal_alignment>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>20</height> - <multiline_input>false</multiline_input> - <border_width>2</border_width> - <visible>true</visible> - <pv_name>INFN:-Src:PBI-EM:HVhor</pv_name> - <selector_type>0</selector_type> - <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> - </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Input</widget_type> - <confirm_message></confirm_message> - <name>Text Input Template_3</name> - <style>0</style> - <actions hook="false" hook_all="false" /> - <border_style>4</border_style> - <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> - <enabled>true</enabled> - <wuid>-657956b3:153665165c4:-7d1c</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="IO Grid" red="215" green="215" blue="215" /> - </background_color> - <width>140</width> - <x>187</x> - <y>107</y> - <maximum>1.7976931348623157E308</maximum> - <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> - </foreground_color> - <minimum>-1.7976931348623157E308</minimum> <font> <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> @@ -5392,14 +5603,14 @@ $(pv_value)</tooltip> <tooltip></tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> - <enabled>false</enabled> - <wuid>-657956b3:153665165c4:-7c8a</wuid> - <transparent>false</transparent> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-2c4d</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>HORIZONTAL PS</text> + <text>DAQ</text> <scripts /> <height>20</height> - <border_width>2</border_width> + <border_width>1</border_width> <scale_options> <width_scalable>true</width_scalable> <height_scalable>true</height_scalable> @@ -5408,17 +5619,17 @@ $(pv_value)</tooltip> <visible>true</visible> <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> <widget_type>Label</widget_type> <wrap_words>true</wrap_words> <background_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>136</width> - <x>252</x> - <name>Label Template_11</name> - <y>66</y> + <width>80</width> + <x>426</x> + <name>Label_7</name> + <y>214</y> <foreground_color> <color red="0" green="0" blue="0" /> </foreground_color> @@ -5428,63 +5639,57 @@ $(pv_value)</tooltip> <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"> + <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" 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> + <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> + <horizontal_alignment>0</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-657956b3:153665165c4:-7c74</wuid> + <wuid>1e771979:1565068c2e3:-2c4c</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> + <auto_size>false</auto_size> + <text>######</text> + <rotation_angle>0.0</rotation_angle> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> - <height>85</height> - <border_width>2</border_width> + <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></pv_name> - <gradient>false</gradient> + <pv_name>${PREFIX_SCAN}:$(NAME_MTR)-NORD_POS</pv_name> + <vertical_alignment>1</vertical_alignment> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <color red="0" green="128" blue="255" /> </border_color> - <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> + <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="IO Background" red="255" green="255" blue="205" /> + <color red="255" green="255" blue="255" /> </background_color> - <width>457</width> - <x>91</x> - <name>Rectangle Template_1</name> - <y>216</y> - <fill_level>100.0</fill_level> + <width>80</width> + <x>576</x> + <name>Text Update_10</name> + <y>182</y> <foreground_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> <font> <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> - <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> @@ -5492,10 +5697,10 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>true</enabled> - <wuid>-657956b3:153665165c4:-7c73</wuid> + <wuid>1e771979:1565068c2e3:-2c4b</wuid> <transparent>true</transparent> <auto_size>false</auto_size> - <text>Volt</text> + <text>Positions </text> <scripts /> <height>20</height> <border_width>1</border_width> @@ -5510,72 +5715,129 @@ $(pv_value)</tooltip> <color red="0" green="128" blue="255" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>false</wrap_words> + <wrap_words>true</wrap_words> <background_color> <color red="255" green="255" blue="255" /> </background_color> - <width>91</width> - <x>93</x> - <name>Label</name> - <y>251</y> + <width>80</width> + <x>438</x> + <name>Label_142</name> + <y>180</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="Cantarell" height="11" style="0">Default</opifont.name> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> </font> </widget> - <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0"> - <border_style>0</border_style> + <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> - <precision>0</precision> <tooltip>$(pv_name) $(pv_value)</tooltip> - <horizontal_alignment>1</horizontal_alignment> + <push_action_index>0</push_action_index> <rules /> <enabled>true</enabled> - <wuid>-657956b3:153665165c4:-7c72</wuid> - <transparent>false</transparent> + <wuid>1e771979:1565068c2e3:-2a00</wuid> <pv_value /> - <auto_size>false</auto_size> - <text>######</text> - <rotation_angle>0.0</rotation_angle> + <text>Abort</text> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> - <show_units>true</show_units> - <height>20</height> - <border_width>0</border_width> + <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:PBI-EM:HVver-RB</pv_name> - <vertical_alignment>1</vertical_alignment> + <pv_name></pv_name> <border_color> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> - <precision_from_pv>true</precision_from_pv> - <widget_type>Text Update</widget_type> - <backcolor_alarm_sensitive>true</backcolor_alarm_sensitive> - <wrap_words>false</wrap_words> - <format_type>0</format_type> + <widget_type>Action Button</widget_type> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> <background_color> - <color name="IO InputPV Bg" red="255" green="255" blue="255" /> + <color name="IO Button" red="178" green="178" blue="178" /> </background_color> - <width>140</width> - <x>369</x> - <name>Text Update Template_2</name> - <y>251</y> + <width>139</width> + <x>129</x> + <name>Abort Scan</name> + <y>756</y> + <style>0</style> <foreground_color> <color name="IO Foreground" red="0" green="0" blue="0" /> </foreground_color> - <actions hook="false" hook_all="false" /> + <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="arial" height="10" style="1">IO Input 1</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0"> + <toggle_button>false</toggle_button> + <border_style>6</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <push_action_index>0</push_action_index> + <rules /> + <enabled>true</enabled> + <wuid>1e771979:1565068c2e3:-2a01</wuid> + <pv_value /> + <text>Start scan</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>139</width> + <x>129</x> + <name>Start Scan</name> + <y>666</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> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0"> @@ -5587,28 +5849,28 @@ $(pv_value)</tooltip> <rules /> <pv_value /> <auto_size>false</auto_size> - <text>######</text> + <text></text> <rotation_angle>0.0</rotation_angle> <show_units>true</show_units> - <height>20</height> + <height>31</height> <multiline_input>false</multiline_input> - <border_width>2</border_width> + <border_width>1</border_width> <visible>true</visible> - <pv_name>INFN:-Src:PBI-EM:HVver</pv_name> + <pv_name>${PREFIX_SCAN}:$(NAME_PS).PDLY</pv_name> <selector_type>0</selector_type> <border_color> - <color name="IO Border" red="215" green="215" blue="215" /> + <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 Template_3</name> + <name>Text Input</name> <style>0</style> <actions hook="false" hook_all="false" /> - <border_style>4</border_style> + <border_style>3</border_style> <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> <enabled>true</enabled> - <wuid>-657956b3:153665165c4:-7c71</wuid> + <wuid>-6b2ac396:15659b62087:-789d</wuid> <transparent>false</transparent> <scripts /> <border_alarm_sensitive>false</border_alarm_sensitive> @@ -5621,18 +5883,18 @@ $(pv_value)</tooltip> <format_type>0</format_type> <limits_from_pv>false</limits_from_pv> <background_color> - <color name="IO Grid" red="215" green="215" blue="215" /> + <color name="TextBackground" red="70" green="70" blue="70" /> </background_color> - <width>140</width> - <x>187</x> - <y>251</y> + <width>100</width> + <x>228</x> + <y>528</y> <maximum>1.7976931348623157E308</maximum> <foreground_color> - <color name="IO Foreground" red="0" green="0" blue="0" /> + <color name="KeyboardEntry" red="0" green="255" blue="255" /> </foreground_color> <minimum>-1.7976931348623157E308</minimum> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="1" /> </font> </widget> <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> @@ -5641,10 +5903,10 @@ $(pv_value)</tooltip> <horizontal_alignment>1</horizontal_alignment> <rules /> <enabled>false</enabled> - <wuid>-657956b3:153665165c4:-7c70</wuid> - <transparent>false</transparent> + <wuid>-6b2ac396:15659b62087:-5a56</wuid> + <transparent>true</transparent> <auto_size>false</auto_size> - <text>VERTICAL PS</text> + <text>Delay</text> <scripts /> <height>20</height> <border_width>2</border_width> @@ -5659,23 +5921,203 @@ $(pv_value)</tooltip> <color name="IO Border" red="215" green="215" blue="215" /> </border_color> <widget_type>Label</widget_type> - <wrap_words>true</wrap_words> + <wrap_words>false</wrap_words> <background_color> - <color name="IO Shape Fill" red="188" green="188" blue="188" /> + <color name="IO Background" red="255" green="255" blue="205" /> + </background_color> + <width>183</width> + <x>34</x> + <name>Label Orientation_2</name> + <y>534</y> + <foreground_color> + <color name="IO Foreground" red="0" green="0" blue="0" /> + </foreground_color> + <actions hook="false" hook_all="false" /> + <font> + <fontdata fontName="Sans" height="10" style="1" /> + </font> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> + <horizontal_alignment>1</horizontal_alignment> + <rules /> + <enabled>false</enabled> + <wuid>-6b2ac396:15659b62087:-5a49</wuid> + <transparent>true</transparent> + <auto_size>false</auto_size> + <text>After SCAN Position</text> + <scripts /> + <height>20</height> + <border_width>2</border_width> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>true</height_scalable> + <keep_wh_ratio>false</keep_wh_ratio> + </scale_options> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color name="IO Border" red="215" green="215" blue="215" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>false</wrap_words> + <background_color> + <color name="IO Background" red="255" green="255" blue="205" /> + </background_color> + <width>199</width> + <x>34</x> + <name>Label Orientation_7</name> + <y>576</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.combo" version="1.0.0"> + <border_style>0</border_style> + <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive> + <alarm_pulsing>false</alarm_pulsing> + <tooltip>$(pv_name) +$(pv_value)</tooltip> + <rules /> + <enabled>true</enabled> + <wuid>-6b2ac396:15659b62087:-5a48</wuid> + <pv_value /> + <scripts /> + <border_alarm_sensitive>false</border_alarm_sensitive> + <height>20</height> + <border_width>0</border_width> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>false</height_scalable> + <keep_wh_ratio>false</keep_wh_ratio> + </scale_options> + <items_from_pv>true</items_from_pv> + <visible>true</visible> + <pv_name>${PREFIX_SCAN}:$(NAME_PS).PASM</pv_name> + <border_color> + <color name="IO Border" red="215" green="215" blue="215" /> + </border_color> + <widget_type>Combo Box</widget_type> + <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive> + <background_color> + <color name="IO Grid" red="215" green="215" blue="215" /> </background_color> - <width>136</width> - <x>252</x> - <name>Label Template_11</name> - <y>210</y> + <width>100</width> + <x>228</x> + <name>channel_name</name> + <y>576</y> <foreground_color> <color red="0" green="0" blue="0" /> </foreground_color> <actions hook="false" hook_all="false" /> - <show_scrollbar>false</show_scrollbar> <font> - <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + <fontdata fontName="Sans" height="10" style="0" /> </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>1963</width> + <x>0</x> + <name>Rectangle Template</name> + <y>0</y> + <fill_level>100.0</fill_level> + <foreground_color> + <color red="0" green="148" blue="202" /> + </foreground_color> + <actions hook="false" hook_all="false" /> + <font> + <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name> + </font> + <line_color> + <color name="IO Line" red="0" green="32" blue="92" /> + </line_color> + </widget> + <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0"> + <border_style>0</border_style> + <tooltip></tooltip> + <horizontal_alignment>1</horizontal_alignment> + <rules /> + <enabled>false</enabled> + <wuid>20cc570d:152c6318c71:-19d2</wuid> + <transparent>true</transparent> + <auto_size>true</auto_size> + <text>EMU</text> + <scripts /> + <height>39</height> + <border_width>2</border_width> + <scale_options> + <width_scalable>true</width_scalable> + <height_scalable>true</height_scalable> + <keep_wh_ratio>false</keep_wh_ratio> + </scale_options> + <visible>true</visible> + <vertical_alignment>1</vertical_alignment> + <border_color> + <color name="IO Border" red="215" green="215" blue="215" /> + </border_color> + <widget_type>Label</widget_type> + <wrap_words>true</wrap_words> + <background_color> + <color name="IO Background" red="255" green="255" blue="205" /> + </background_color> + <width>73</width> + <x>475</x> + <name>Label Template</name> + <y>20</y> + <foreground_color> + <color red="255" green="255" blue="255" /> + </foreground_color> + <actions hook="false" hook_all="false" /> + <show_scrollbar>false</show_scrollbar> + <font> + <fontdata fontName="Titillium" height="25" style="0" /> + </font> + </widget> </display> \ No newline at end of file diff --git a/startup/EMU.cmd b/startup/EMU.cmd deleted file mode 100644 index 23341d21ff171409e3b25aa49617427b1d782077..0000000000000000000000000000000000000000 --- a/startup/EMU.cmd +++ /dev/null @@ -1,105 +0,0 @@ -require ifc1210scope -require FastAcquisition,agaget -require DataAcquisition,agaget -require singlemotion -require mrfioc2 -require pev -require mrfTraining,agaget - -############################################################ -############### configuration carte DTACQ ################## -############################################################ - -# It is required to increase the channel access maximum size since large waveforms will be transferred. -epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 40000000 - -# IFC1210Scope debug level 0..99 (0-disabled) -# Enabling debug will limit the acquisition frequency to 1 Hz. -IFC1210ScopeDebugLevel(0) - -# Initialize the driver (Crate slot 1, FMC slot 2) -IFC1210ScopeConfig(0, 1, 2, "", "", 0,0) - -############################################################ -############### configuration Moteur ####################### -############################################################ - -# Set environmental variables -epicsEnvSet("PREFIX", "MOTIONTRAINING") -epicsEnvSet("ASYN_PORT", "GEOBRICK_ASYN") -epicsEnvSet("MOTOR_PORT", "GEOBRICK_MOTOR") -epicsEnvSet("MOTOR_NAME", "MTR4") - -# Connection to GEOBRICK, create a asyn port -pmacAsynIPConfigure($(ASYN_PORT), "192.6.94.2:1025") - -# Create pmac controller: Motor port, Asyn Port, asyn address, Number of axes, Moving pollperiod (ms), idle pollperiod (ms) -pmacCreateController($(MOTOR_PORT), $(ASYN_PORT), 0, 4, 50, 300) - -# Create axis: motor port, axis index -pmacCreateAxis($(MOTOR_PORT), 4) -# Set scale factor to resolution of floating point value on PMAC. -pmacSetAxisScale(GEOBRICK_MOTOR, 4, 32) - -############################################################ -############### Initialisation EVG & EVR ################### -############################################################ - -epicsEnvSet("SYS" "SYS0") -epicsEnvSet("EVG" "EVG0") -epicsEnvSet("EVR" "EVR0") -epicsEnvSet("EVG_VMESLOT" "6") -epicsEnvSet("EVR_PCIDOMAIN" "0x0") -epicsEnvSet("EVR_PCIBUS" "0x05") -epicsEnvSet("EVR_PCIDEVICE" "0x0") -epicsEnvSet("EVR_PCIFUNCTION" "0x0") - -mrmEvgSetupVME($(EVG), $(EVG_VMESLOT), 0x100000, 1, 0x01) -mrmEvrSetupPCI($(EVR), $(EVR_PCIDOMAIN), $(EVR_PCIBUS), $(EVR_PCIDEVICE), $(EVR_PCIFUNCTION)) - -dbLoadRecords("evg-vme-ess230.db", "EVG=$(EVG), SYS=$(SYS)") - -dbLoadRecords("evr-pmc-230.db", "EVR=$(EVR), EVG=$(EVR), SYS=$(SYS)") -dbLoadRecords("evgSoftSeq.template", "EVG=$(EVG), SYS=$(SYS), SEQNUM=1, NELM=10") - -dbLoadRecords("evr-softEvent.template", "EVR=$(EVR), SYS=$(SYS), EVT=1, CODE=1") - -dbLoadRecords("evr-pulserMap.template", "EVR=$(EVR), SYS=$(SYS), EVT=1, PID=0, F=Trig, ID=0") -dbLoadRecords("evr-pulserMap.template", "EVR=$(EVR), SYS=$(SYS), EVT=1, PID=1, F=Trig, ID=0") -dbLoadRecords("evr-pulserMap.template", "EVR=$(EVR), SYS=$(SYS), EVT=1, PID=2, F=Trig, ID=0") - -############################################################ -################### Chargement records #################### -############################################################ - -dbLoadTemplate(EMU.subs) - -#**********************************************************# -#*********************** INIT ****************************# -#**********************************************************# - -iocInit - -############################################################ -################### Configuration acquisition ############## -############################################################ - -dbpf CARD0:FMC2:TRIGGERSOURCE "EXT-GPIO" -dbpf CARD0:FMC2:LEVEL 1 -dbpf CARD0:FMC2:AUTOREARM 1 -dbpf CARD0:FMC2:TRIGGER:MODE "Soft" - -############################################################ -################### Configuration Timing ################### -############################################################ -dbpf $(SYS)-$(EVR):Time-I.TSE 0 - -dbpf $(SYS)-$(EVG):FrontInp0-TrigSrc0-SP 1 - -dbpf SYS0-EVR0:Pul0-Evt-Trig0-SP 1 -dbpf SYS0-EVR0:Pul1-Evt-Trig0-SP 1 -dbpf SYS0-EVR0:Pul2-Evt-Trig0-SP 1 - -dbpf $(SYS)-$(EVR):FrontOut0-Src-SP 0 -dbpf $(SYS)-$(EVR):FrontOut1-Src-SP 1 -dbpf $(SYS)-$(EVR):FrontOut2-Src-SP 2 diff --git a/startup/EMU_Motor1.cmd b/startup/EMU_Motor1.cmd new file mode 100644 index 0000000000000000000000000000000000000000..42f3f808c5f06a2317a7c53f644f96ceed0c70f2 --- /dev/null +++ b/startup/EMU_Motor1.cmd @@ -0,0 +1,218 @@ +# Required modules ### +require ifcdaq +require singlemotion +require mrfsample +require pev +require FastAcquisition,RC +require DataAcquisition,RC +require EMU,jfdenis + + +### MACROS ### +# PMAC common macros3 ) +epicsEnvSet("PMACPREFIX", "PMAC" ) +epicsEnvSet("PMACPORT", "pmacLV") +epicsEnvSet("MOTOR_PORT", "pmac1" ) +epicsEnvSet("NB_AXES", "1" ) + +# Motor Macros +epicsEnvSet("EGU", "mm" ) +epicsEnvSet("DIR", "Neg" ) +epicsEnvSet("MRES", "0.0002495") +epicsEnvSet("PREC", "2" ) +epicsEnvSet("DHLM", "250" ) +epicsEnvSet("DLLM", "-250" ) +epicsEnvSet("VELO", "2" ) +epicsEnvSet("VBAS", "0.1" ) +epicsEnvSet("VMAX", "2" ) +epicsEnvSet("ACCL", "0.1" ) +epicsEnvSet("BDST", "0" ) +epicsEnvSet("INIT", "" ) +epicsEnvSet("OFF", "0" ) +epicsEnvSet("MOTOR_NAME1", "MTR") +epicsEnvSet("AXIS_NO1", "1") + +# Motor Status macros +epicsEnvSet("SCAN", "1 second") +epicsEnvSet("OVERHEAT1", "MAJOR" ) +epicsEnvSet("SWITCH_OFF1", "MINOR" ) +epicsEnvSet("OVERHEAT2", "0" ) +epicsEnvSet("SWITCH_OFF2", "0" ) +epicsEnvSet("MOTOR_ERROR1", "0" ) +epicsEnvSet("MOTOR_ERROR2", "0" ) +epicsEnvSet("MOTOR_ERROR3", "0" ) +epicsEnvSet("MOTOR_ERROR4", "0" ) + +# EVG Macros +epicsEnvSet("SYS" "SYS0") +epicsEnvSet("EVG" "EVG0") +epicsEnvSet("EVG_VMESLOT" "7") + +# EVR Macros +epicsEnvSet("EVR_PCIDOMAIN", "0000") +epicsEnvSet("EVR_PCIBUS", "05") +epicsEnvSet("EVR_PCIDEVICE", "00") +epicsEnvSet("EVR_PCIFUNCTION", "0") +epicsEnvSet("EVR", "EVR0") +epicsEnvSet("EVR_PUL0_EVENT", "1") +epicsEnvSet("EVR_PUL0_DELAY", "$(EVR_EV14_OUT0_DELAY=0)") +epicsEnvSet("EVR_PUL0_WIDTH", "$(EVR_EV14_OUT0_WIDTH=1000)") + +#DAQ macros +epicsEnvSet("DAQPREFIX", "INFN-Src" ) +epicsEnvSet("DAQBUFSIZE", "10000") +epicsEnvSet("DAQBUFSIZE_REDUC", "1000") + +#Scanning macros +epicsEnvSet("SCANPREFIX", "INFN-Src:PBI-EM-SCAN" ) +epicsEnvSet("SCAN_MTR", "MTR" ) +epicsEnvSet("SCAN_PS", "PS" ) +epicsEnvSet("SCAN_POINTS_EF", "100" ) +epicsEnvSet("SCAN_POINTS_SLIT", "100" ) + +epicsEnvSet(EPICS_CA_MAX_ARRAY_BYTES, 400000000) + +# Connection to PMAC and setup for $(NUM_MOTORS) motors +pmacAsynIPConfigure($(PMACPORT), "192.6.94.2:1025") +pmacCreateController($(MOTOR_PORT), $(PMACPORT), 0, $(NB_AXES), 50, 300) +pmacCreateAxis($(MOTOR_PORT), $(AXIS_NO1)) + +# Initialize EVG +mrmEvgSetupVME($(EVG), $(EVG_VMESLOT), 0x100000, 1, 0x01) + +# Initialize EVR +mrmEvrSetupPCI($(EVR), $(EVR_PCIDOMAIN), $(EVR_PCIBUS), $(EVR_PCIDEVICE), $(EVR_PCIFUNCTION)) + +# Initialize daq +ndsCreateDevice(ifcdaq, CARD0, card=0, fmc=2) + + +### LOAD RECORDS ### + +#Load EVG records +dbLoadRecords("evg-vme-230.db", "DEVICE=$(EVG), SYS=$(SYS)") + +#Load EVR records +dbLoadRecords("evr-pmc-230.db", "EVR=$(EVR), DEVICE=$(EVR), SYS=$(SYS)") +dbLoadRecords("evr-softEvent.template", "EVR=$(EVR), SYS=$(SYS), EVT=$(EVR_PUL0_EVENT), CODE=$(EVR_PUL0_EVENT)") +dbLoadRecords("evr-pulserMap.template", "EVR=$(EVR), SYS=$(SYS), EVT=$(EVR_PUL0_EVENT), PID=0, F=Trig, ID=0") + +## Load ifcdaq instance +dbLoadRecords(DataAcquisitionChannel.template,"SECTION=INFN,SUBSECTION=Src,DISC=PBI,DEVICE=EM-FC1,SIGNAL=CurR,EVENT_IN=100,DESCRIPTION=Current FC,NELM=$(DAQBUFSIZE),SIZE=$(DAQBUFSIZE_REDUC),SAMPLING_RATE_PV=INFN-Src:CARD0:SAMPLINGRATE,Unit=mA") +dbLoadRecords(DataAcquisitionChannel.template,"SECTION=INFN,SUBSECTION=Src,DISC=PBI,DEVICE=EM-PS1,SIGNAL=VoltR,EVENT_IN=101,DESCRIPTION=Voltage plate 1,NELM=$(DAQBUFSIZE),SIZE=$(DAQBUFSIZE_REDUC),SAMPLING_RATE_PV=INFN-Src:CARD0:SAMPLINGRATE,Unit=kV") +dbLoadRecords(DataAcquisitionChannel.template,"SECTION=INFN,SUBSECTION=Src,DISC=PBI,DEVICE=EM-PS2,SIGNAL=VoltR,EVENT_IN=102,DESCRIPTION=Voltage plate 2,NELM=$(DAQBUFSIZE),SIZE=$(DAQBUFSIZE_REDUC),SAMPLING_RATE_PV=INFN-Src:CARD0:SAMPLINGRATE,Unit=kV") + +dbLoadRecords(FastAcquisition.template,"SECTION=INFN,SUBSECTION=Src,DISC=PBI,DEVICE=EM-FC1,EVENT_OUT=100,SIGNAL=CurR,NICKNAME=CFC,CARD=0,FMC=3,CHANNEL=0,NELM=$(DAQBUFSIZE)") +dbLoadRecords(FastAcquisition.template,"SECTION=INFN,SUBSECTION=Src,DISC=PBI,DEVICE=EM-PS1,EVENT_OUT=101,SIGNAL=VoltR,NICKNAME=VP1,CARD=0,FMC=3,CHANNEL=1,NELM=$(DAQBUFSIZE)") +dbLoadRecords(FastAcquisition.template,"SECTION=INFN,SUBSECTION=Src,DISC=PBI,DEVICE=EM-PS2,EVENT_OUT=102,SIGNAL=VoltR,NICKNAME=VP2,CARD=0,FMC=3,CHANNEL=2,NELM=$(DAQBUFSIZE)") + +dbLoadRecords(FastAcquisitionInformation.template,"PREFIX=${DAQPREFIX},CARD=0,FMC=2,NELM=$(DAQBUFSIZE)") + +# +# Load Single motions records +# + +# +# Motors +# + +dbLoadRecords("motor.template", "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1),MOTOR_PORT=$(MOTOR_PORT),AXIS_NO=$(AXIS_NO1),EGU=$(EGU),DIR=$(DIR),MRES=$(MRES),PREC=$(PREC),DHLM=$(DHLM),DLLM=$(DLLM),VELO=$(VELO),VBAS=$(VBAS),VMAX=$(VMAX),ACCL=$(ACCL),BDST=$(BDST),INIT=$(INIT),OFF=$(OFF)") + +# +# Motor status +# + +dbLoadRecords("motorStatus.template", "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1),ASYN_PORT=$(PMACPORT),AXIS_NO=$(AXIS_NO1),SCAN=$(SCAN),EGU=$(EGU),PREC=$(PREC),OVERHEAT1=$(OVERHEAT1),SWITCH_OFF1=$(SWITCH_OFF1),OVERHEAT2=$(OVERHEAT2),SWITCH_OFF2=$(SWITCH_OFF2),MOTOR_ERROR1=$(MOTOR_ERROR1),MOTOR_ERROR2=$(MOTOR_ERROR2),MOTOR_ERROR3=$(MOTOR_ERROR3),MOTOR_ERROR4=$(MOTOR_ERROR4)") + +# +# Homing procedure records +# + +dbLoadRecords("motorHoming.template", "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1),ASYN_PORT=$(PMACPORT),AXIS_NO=$(AXIS_NO1),PREC=$(PREC),EGU=$(EGU)") + +#dbLoadRecords("EMU.db", "DEVICE=$(SCANPREFIX), SCAN_SLIT=$(SCAN_MTR), SCAN_EF=$(SCAN_PS), MTRREC=$(PMACPREFIX):$(MOTOR_NAME1), MAX_POINTS_EF=$(SCAN_POINTS_EF), MAX_POINTS_SLIT=$(SCAN_POINTS_SLIT), DAQNDSPREFIX=$(DAQPREFIX), DAQBUFSIZE=$(DAQBUFSIZE), DET1WF=AI-CH0-DATA, DET2WF=AI-CH1-DATA, DET3WF=AI-CH2-DATA, TR_TL=$(SYS)-$(EVR):Pul0-Ena-Sel, TR_TLTSEL=$(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME, PSU_SP=INFN-Src:PBI-EM:HVhor-SP, PSU_RBV=INFN-Src:PBI-EM:HVhor-RBV") + +dbLoadRecords("EMU.db","DEVICE=$(SCANPREFIX), SCAN_SLIT=$(SCAN_MTR), SCAN_EF=$(SCAN_PS), MTRREC=$(PMACPREFIX):$(MOTOR_NAME1), MAX_POINTS_EF=$(SCAN_POINTS_EF), MAX_POINTS_SLIT=$(SCAN_POINTS_SLIT), DAQNDSPREFIX=$(DAQPREFIX), DAQBUFSIZE=$(DAQBUFSIZE), DET1WF=PBI-EM-FC1:CurR, DET2WF=PBI-EM-PS1:VoltR, DET3WF=PBI-EM-PS2:VoltR, TR_TL=$(SYS)-$(EVR):Pul0-Ena-Sel, TR_TLTSEL=$(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME, PSU_SP=INFN-Src:PBI-EM:HVhor-SP, PSU_RBV=INFN-Src:PBI-EM:HVhor-RBV") + +# +# Simulated PSU +# + +dbLoadRecords (EMU_PS-SIM.template, "PREFIX=INFN-Src:PBI-EM, SIGNAL=HVhor") +#dbLoadRecords (EMU_PS-SIM.template, "PREFIX=INFN-Src:PBI-EM, SIGNAL=HVver") + +iocInit + +seq motorHoming "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1)" + +# SET INTERFACE FROM IFCDAQ TO Allison scanner +# Forward link wf record to Detector guard +dbpf $(DAQPREFIX):PBI-EM-FC1:CurR_Y.FLNK $(SCANPREFIX):DET1-GUARD +dbpf $(DAQPREFIX):PBI-EM-PS1:VoltR_Y.FLNK $(SCANPREFIX):DET2-GUARD +dbpf $(DAQPREFIX):PBI-EM-PS2:VoltR_Y.FLNK $(SCANPREFIX):DET3-GUARD + +# Forward link from state record to Detector trigger +dbpf $(DAQPREFIX):CARD0-STAT-RB.FLNK $(SCANPREFIX):DAQTRG-DAQSTGUARD + +# Forward link number of samples rbv to compress N record, so that detetor know number of elements to average over. +dbpf $(DAQPREFIX):CARD0:NSAMPLES-RB.FLNK "$(SCANPREFIX):DET1-COMPRESSN" + +############################################################ +################### DTAQ Configuration #################### +############################################################ + +dbpf INFN-Src:CARD0:NSAMPLES $(DAQBUFSIZE) +dbpf INFN-Src:CARD0:SAMPLINGRATE 250000 + +# Set trigger repeat to 1 +dbpf $(DAQPREFIX):CARD0:TriggerRepeat 1 +dbpf $(DAQPREFIX):CARD0:TRIGGERSOURCE "EXT-GPIO" +sleep(1) +dbpf INFN-Src:CARD0-STAT ON + +# Set tsel on WF record to event record in EVR +dbpf $(DAQPREFIX):PBI-EM-FC1:CurR.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME +dbpf $(DAQPREFIX):PBI-EM-PS1:VoltR.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME +dbpf $(DAQPREFIX):PBI-EM-PS2:VoltR.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME + +####################################################################################### +########## TIMING GENERATOR: setup softEvent to trigg acquisistion on the DTAcQ ###### +####################################################################################### + +## Internal trigger from Mxc1 - TrgSrc0 +dbpf $(SYS)-$(EVG):TrigEvt0-EvtCode-SP $(EVR_PUL0_EVENT) +dbpf $(SYS)-$(EVG):Mxc1-Frequency-SP 14 +dbpf $(SYS)-$(EVG):Mxc1-TrigSrc0-SP "Set" + +dbpf $(SYS)-$(EVG):ResetMxc-Cmd 1 +dbpf $(SYS)-$(EVG):SoftEvt-Enable-Sel 1 + +### Setup EVR +# setup OUT 0 +# set the pulser 0 to trigger on output 0 +# and map the pulser to trigger on event $(EVR_PUL0_EVENT) +dbpf $(SYS)-$(EVR):FrontOut0-Src-SP 0 +dbpf $(SYS)-$(EVR):Pul0-Evt-Trig0-SP $(EVR_PUL0_EVENT) +dbpf $(SYS)-$(EVR):Pul0-Width-SP 20000 +dbpf $(SYS)-$(EVR):Pul0-Delay-SP 0 +dbpf $(SYS)-$(EVR):FrontOut0-Ena-SP 1 + +#dbpf $(SYS)-$(EVR):Time-I.TSE -2 + +################################################ +### Setup reasonable values for sscan record ### +################################################ + +# Initialize slit positioners +dbpf $(SCANPREFIX):$(SCAN_MTR).P4SP 0 +dbpf $(SCANPREFIX):$(SCAN_MTR).P4EP 10 +dbpf $(SCANPREFIX):$(SCAN_MTR).P2SP 1 +dbpf $(SCANPREFIX):$(SCAN_MTR).P2EP 1 +dbpf $(SCANPREFIX):$(SCAN_MTR).NPTS 11 + +# Initialize ef positioners +dbpf $(SCANPREFIX):$(SCAN_PS).P4SP 0 +dbpf $(SCANPREFIX):$(SCAN_PS).P4EP 10 +dbpf $(SCANPREFIX):$(SCAN_PS).PDLY 1 +dbpf $(SCANPREFIX):$(SCAN_PS).NPTS 10 + diff --git a/startup/EMU_Motor2.cmd b/startup/EMU_Motor2.cmd new file mode 100644 index 0000000000000000000000000000000000000000..e0fc57e75896f600025e09bd629167ca90ae8470 --- /dev/null +++ b/startup/EMU_Motor2.cmd @@ -0,0 +1,210 @@ +# Required modules ### +require ifcdaq +require singlemotion +require mrfsample +require pev +require scanning +require EMU,jfdenis +require FastAcquisition,RC +require DataAcquisition,RC + +### MACROS ### +# PMAC common macros3 ) +epicsEnvSet("PMACPREFIX", "PMAC" ) +epicsEnvSet("PMACPORT", "pmacLV") +epicsEnvSet("MOTOR_PORT", "pmac1" ) +epicsEnvSet("NB_AXES", "1" ) + +# Motor Macros +epicsEnvSet("EGU", "mm" ) +epicsEnvSet("DIR", "Neg" ) +epicsEnvSet("MRES", "0.0002495") +epicsEnvSet("PREC", "2" ) +epicsEnvSet("DHLM", "250" ) +epicsEnvSet("DLLM", "-250" ) +epicsEnvSet("VELO", "2" ) +epicsEnvSet("VBAS", "0.1" ) +epicsEnvSet("VMAX", "2" ) +epicsEnvSet("ACCL", "0.1" ) +epicsEnvSet("BDST", "0" ) +epicsEnvSet("INIT", "" ) +epicsEnvSet("OFF", "0" ) + +epicsEnvSet("MOTOR_NAME1", "MTR1") +epicsEnvSet("AXIS_NO1", "1") + +# Motor Status macros +epicsEnvSet("SCAN", "1 second") +epicsEnvSet("OVERHEAT1", "MAJOR" ) +epicsEnvSet("SWITCH_OFF1", "MINOR" ) +epicsEnvSet("OVERHEAT2", "0" ) +epicsEnvSet("SWITCH_OFF2", "0" ) +epicsEnvSet("MOTOR_ERROR1", "0" ) +epicsEnvSet("MOTOR_ERROR2", "0" ) +epicsEnvSet("MOTOR_ERROR3", "0" ) +epicsEnvSet("MOTOR_ERROR4", "0" ) + +# EVG Macros +epicsEnvSet("SYS" "SYS0") +epicsEnvSet("EVG" "EVG0") +epicsEnvSet("EVG_VMESLOT" "7") + +# EVR Macros +epicsEnvSet("EVR_PCIDOMAIN", "0000") +epicsEnvSet("EVR_PCIBUS", "05") +epicsEnvSet("EVR_PCIDEVICE", "00") +epicsEnvSet("EVR_PCIFUNCTION", "0") +epicsEnvSet("EVR", "EVR0") +epicsEnvSet("EVR_PUL0_EVENT", "14") +epicsEnvSet("EVR_PUL0_DELAY", "$(EVR_EV14_OUT0_DELAY=0)") +epicsEnvSet("EVR_PUL0_WIDTH", "$(EVR_EV14_OUT0_WIDTH=1000)") + +#DAQ macros +epicsEnvSet("DAQPREFIX", "SCANNINGDAQ" ) +epicsEnvSet("DAQBUFSIZE", "1024" ) + +#Scanning macros +epicsEnvSet("SCANPREFIX", "SCANNING" ) +epicsEnvSet("SCAN_SLIT", "SLIT" ) +epicsEnvSet("SCAN_EF", "EF" ) +epicsEnvSet("SCAN_POINTS_EF", "1000" ) +epicsEnvSet("SCAN_POINTS_SLIT", "100" ) + +epicsEnvSet(EPICS_CA_MAX_ARRAY_BYTES, 400000000) + +# Connection to PMAC and setup for $(NUM_MOTORS) motors +pmacAsynIPConfigure($(PMACPORT), "192.6.94.2:1025") +pmacCreateController($(MOTOR_PORT), $(PMACPORT), 0, $(NB_AXES), 50, 300) +pmacCreateAxis($(MOTOR_PORT), $(AXIS_NO1)) + +# Initialize EVG +mrmEvgSetupVME($(EVG), $(EVG_VMESLOT), 0x100000, 1, 0x01) + +# Initialize EVR +mrmEvrSetupPCI($(EVR), $(EVR_PCIDOMAIN), $(EVR_PCIBUS), $(EVR_PCIDEVICE), $(EVR_PCIFUNCTION)) + +# Initialize daq +ndsCreateDevice(ifcdaq, $(DAQPREFIX), card=0, fmc=2) + +### LOAD RECORDS ### + +#Load EVG records +dbLoadRecords("evg-vme-ess230.db", "EVG=$(EVG), SYS=$(SYS)") + +#Load EVR records +dbLoadRecords("evr-pmc-230.db", "EVR=$(EVR), EVG=$(EVR), SYS=$(SYS)") +dbLoadRecords("evr-softEvent.template", "EVR=$(EVR), SYS=$(SYS), EVT=$(EVR_PUL0_EVENT), CODE=$(EVR_PUL0_EVENT)") +dbLoadRecords("evr-pulserMap.template", "EVR=$(EVR), SYS=$(SYS), EVT=$(EVR_PUL0_EVENT), PID=0, F=Trig, ID=0") + +## Load ifcdaq instance +#dbLoadRecords(IFCDAQAIChannelGroup.template, "PREFIX=$(DAQPREFIX),CH_GRP_ID=AI") +#dbLoadRecords(IFCDAQAIChannel.template, "PREFIX=$(DAQPREFIX),CH_GRP_ID=AI,CH_ID=CH0, NELM=$(DAQBUFSIZE)") +#dbLoadRecords(IFCDAQAIChannel.template, "PREFIX=$(DAQPREFIX),CH_GRP_ID=AI,CH_ID=CH1, NELM=$(DAQBUFSIZE)") +#dbLoadRecords(IFCDAQAIChannel.template, "PREFIX=$(DAQPREFIX),CH_GRP_ID=AI,CH_ID=CH2, NELM=$(DAQBUFSIZE)") +#dbLoadRecords(IFCDAQAIChannel.template, "PREFIX=${DAQPREFIX},CH_GRP_ID=AI,CH_ID=CH3, NELM=$(DAQBUFSIZE)") + +##################### FAST ACQUISITION ####################################### + +dbLoadRecords(DataAcquisitionChannel.template,"SECTION=INFN,SUBSECTION +{ +pattern { SECTION, SUBSECTION, DISC, DEVICE, SIGNAL,EVENT_IN,DESCRIPTION,NELM,SIZE,SAMPLING_RATE_PV,UNIT } + + {"INFN","Src","PBI","EM-FC1","CurR","50","Current FC",16000,520,"INFN-Src:CARD0:SAMPLINGRATE","mA"} +} + + +# +# Load Single motions records +# + +# +# Motors +# + +dbLoadRecords("motor.template", "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1),MOTOR_PORT=$(MOTOR_PORT),AXIS_NO=$(AXIS_NO1),EGU=$(EGU),DIR=$(DIR),MRES=$(MRES),PREC=$(PREC),DHLM=$(DHLM),DLLM=$(DLLM),VELO=$(VELO),VBAS=$(VBAS),VMAX=$(VMAX),ACCL=$(ACCL),BDST=$(BDST),INIT=$(INIT),OFF=$(OFF)") + +# +# Motor status +# + +dbLoadRecords("motorStatus.template", "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1),ASYN_PORT=$(PMACPORT),AXIS_NO=$(AXIS_NO1),SCAN=$(SCAN),EGU=$(EGU),PREC=$(PREC),OVERHEAT1=$(OVERHEAT1),SWITCH_OFF1=$(SWITCH_OFF1),OVERHEAT2=$(OVERHEAT2),SWITCH_OFF2=$(SWITCH_OFF2),MOTOR_ERROR1=$(MOTOR_ERROR1),MOTOR_ERROR2=$(MOTOR_ERROR2),MOTOR_ERROR3=$(MOTOR_ERROR3),MOTOR_ERROR4=$(MOTOR_ERROR4)") + +# +# Homing procedure records +# + +dbLoadRecords("motorHoming.template", "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1),ASYN_PORT=$(PMACPORT),AXIS_NO=$(AXIS_NO1),PREC=$(PREC),EGU=$(EGU)") + +dbLoadRecords("EMU.db", "DEVICE=$(SCANPREFIX), SCAN_SLIT=$(SCAN_SLIT), SCAN_EF=$(SCAN_EF), MTRREC=$(PMACPREFIX):$(MOTOR_NAME1), MAX_POINTS_EF=$(SCAN_POINTS_EF), MAX_POINTS_SLIT=$(SCAN_POINTS_SLIT), DAQNDSPREFIX=$(DAQPREFIX), DAQBUFSIZE=$(DAQBUFSIZE), DET1WF=AI-CH0-DATA, DET2WF=AI-CH1-DATA, DET3WF=AI-CH2-DATA, TR_TL=$(SYS)-$(EVR):Pul0-Ena-Sel, TR_TLTSEL=$(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME, PSU_SP=PSU:SP, PSU_RBV=PSU:RBV") + +# +# Simulated PSU +# + +dbLoadRecords "EMU_PS-SIM.template", "PREFIX=PSU" + +iocInit + +seq motorHoming "PREFIX=$(PMACPREFIX),MOTOR_NAME=$(MOTOR_NAME1)" + + +# SET INTERFACE FROM IFCDAQ TO Allison scanner +# Forward link wf record to Detector guard +dbpf $(DAQPREFIX):AI-CH0-DATA.FLNK $(SCANPREFIX):DET1-GUARD +dbpf $(DAQPREFIX):AI-CH1-DATA.FLNK $(SCANPREFIX):DET2-GUARD +dbpf $(DAQPREFIX):AI-CH2-DATA.FLNK $(SCANPREFIX):DET3-GUARD +# Forward link from state record to Detector trigger +dbpf $(DAQPREFIX):AI-STAT-RB.FLNK $(SCANPREFIX):DAQTRG-DAQSTGUARD + + +# Forward link number of samples rbv to compress N record, so that detetor know number of elements to average over. +dbpf $(DAQPREFIX):AI-SMNM-RB.FLNK "$(SCANPREFIX):DET1-COMPRESSN" + +### Setup IFCDAQ PVs ### +# Set the DAQ to on state +dbpf $(DAQPREFIX):AI-STAT "ON" +# Set trigger repeat to 1 +dbpf $(DAQPREFIX):AI-TRGR 1 +# Set trigger source to external GPIO +dbpf $(DAQPREFIX):AI-TRGS "EXT-GPIO" + +# Set tsel on WF record to event record in EVR +dbpf $(DAQPREFIX):AI-CH0-DATA.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME +dbpf $(DAQPREFIX):AI-CH1-DATA.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME +dbpf $(DAQPREFIX):AI-CH2-DATA.TSEL $(SYS)-$(EVR):Event-$(EVR_PUL0_EVENT)-SP.TIME + +########## TIMING GENERATOR: setup softEvent to trigg acquisistion on the DTAcQ ###### +## Internal trigger from Mxc1 - TrgSrc0 +dbpf $(SYS)-$(EVG):TrigEvt0-EvtCode-SP $(EVR_PUL0_EVENT) +dbpf $(SYS)-$(EVG):Mxc1-Frequency-SP 14 +dbpf $(SYS)-$(EVG):Mxc1-TrigSrc0-SP "Set" + +dbpf $(SYS)-$(EVG):ResetMxc-Cmd 1 +dbpf $(SYS)-$(EVG):SoftEvt-Enable-Sel 1 + +### Setup EVR +# setup OUT 0 +# set the pulser 0 to trigger on output 0 +# and map the pulser to trigger on event $(EVR_PUL0_EVENT) +dbpf $(SYS)-$(EVR):FrontOut0-Src-SP 0 +dbpf $(SYS)-$(EVR):Pul0-Evt-Trig0-SP $(EVR_PUL0_EVENT) +dbpf $(SYS)-$(EVR):Pul0-Width-SP 20000 +dbpf $(SYS)-$(EVR):Pul0-Delay-SP 0 +dbpf $(SYS)-$(EVR):FrontOut0-Ena-SP 1 + +#dbpf $(SYS)-$(EVR):Time-I.TSE -2 + +### Setup reasonable values for sscan record ### +# Initialize slit positioners +dbpf $(SCANPREFIX):$(SCAN_SLIT).P4SP -1 +dbpf $(SCANPREFIX):$(SCAN_SLIT).P4EP 1 +dbpf $(SCANPREFIX):$(SCAN_SLIT).P2SP 1 +dbpf $(SCANPREFIX):$(SCAN_SLIT).P2EP 1 +dbpf $(SCANPREFIX):$(SCAN_SLIT).NPTS 11 + +# Initialize ef positioners +dbpf $(SCANPREFIX):$(SCAN_EF).P4SP -1 +dbpf $(SCANPREFIX):$(SCAN_EF).P4EP 1 +dbpf $(SCANPREFIX):$(SCAN_EF).PDLY 0.01 +dbpf $(SCANPREFIX):$(SCAN_EF).NPTS 101 +