From 7b44fcdeb71c14547f3302d0983b2b99c517d764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20L=C3=B6ki?= <krisztian.loki@esss.se> Date: Wed, 22 Jan 2020 15:57:40 +0100 Subject: [PATCH] Added basic vacuum widget legend screens --- .../vacuum/COMMON/LEGEND/legend_gauge.bob | 227 ++++++++++++++ .../vacuum/COMMON/LEGEND/legend_gauge_vgr.bob | 159 ++++++++++ .../COMMON/LEGEND/legend_gauge_vvmc.bob | 159 ++++++++++ .../vacuum/COMMON/LEGEND/legend_pump.bob | 192 ++++++++++++ .../vacuum/COMMON/LEGEND/legend_pump_vpi.bob | 227 ++++++++++++++ .../vacuum/COMMON/LEGEND/legend_valve.bob | 191 ++++++++++++ .../DEVICES/vacuum/COMMON/LEGEND/widget.bob | 27 ++ .../COMMON/DEVICES/vacuum/COMMON/legend.bob | 293 ++++++++++++++++++ 8 files changed, 1475 insertions(+) create mode 100644 NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge.bob create mode 100644 NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge_vgr.bob create mode 100644 NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge_vvmc.bob create mode 100644 NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_pump.bob create mode 100644 NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_pump_vpi.bob create mode 100644 NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_valve.bob create mode 100644 NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/widget.bob create mode 100644 NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/legend.bob diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge.bob new file mode 100644 index 00000000..1dd999c7 --- /dev/null +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge.bob @@ -0,0 +1,227 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>$(GAUGE) - Vacuum Gauge Legend</name> + <macros> + <ROOT>$(ESS_OPIS=/ess-opis)/NON-APPROVED</ROOT> + <WIDGET_ROOT>$(ROOT)/COMMON/DEVICES/vacuum</WIDGET_ROOT> + <vacSYMBOLS>$(ROOT)/COMMON/DEVICES/vacuum/symbols</vacSYMBOLS> + </macros> + <height>530</height> + <widget type="label" version="2.0.0"> + <name>Title</name> + <text> $(TITLE) Legend</text> + <width>800</width> + <height>80</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <foreground_color> + <color name="White" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="Primary Blue" red="0" green="148" blue="202"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + </widget> + <widget type="picture" version="2.0.0"> + <name>ON Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-on.png</file> + <x>10</x> + <y>110</y> + <width>50</width> + <height>50</height> + <tooltip>ON</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ON Status</name> + <text>ON</text> + <x>66</x> + <y>110</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ON Description</name> + <text>This status is set if the “on status†is true</text> + <x>140</x> + <y>110</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>OFF Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-off.png</file> + <x>10</x> + <y>180</y> + <width>50</width> + <height>50</height> + <tooltip>OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>OFF Status</name> + <text>OFF</text> + <x>66</x> + <y>180</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>OFF Description</name> + <text>This status is set if the “off status†is true</text> + <x>140</x> + <y>180</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>ERROR Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-error.png</file> + <x>10</x> + <y>250</y> + <width>50</width> + <height>50</height> + <tooltip>ERROR</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Status</name> + <text>ERROR</text> + <x>66</x> + <y>250</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Description</name> + <text>This status is set if the “error status†is true</text> + <x>140</x> + <y>250</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>OVER-RANGE Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-over-range.png</file> + <x>10</x> + <y>320</y> + <width>50</width> + <height>50</height> + <tooltip>OVER-RANGE</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>OVER-RANGE Status</name> + <text>OVER- +RANGE</text> + <x>66</x> + <y>320</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>OVER-RANGE Description</name> + <text>This status is set if the actual pressure is above the nominal measuring range of the gauge. +Pressure display is the over-range pressure given by the hardware manufacturer (in mbar).</text> + <x>140</x> + <y>320</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>UNDER-RANGE Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-under-range.png</file> + <x>10</x> + <y>390</y> + <width>50</width> + <height>50</height> + <tooltip>UNDER-RANGE</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>UNDER-RANGE Status</name> + <text>UNDER- +RANGE</text> + <x>66</x> + <y>390</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>UNDER-RANGE Description</name> + <text>This status is set if the actual pressure is below the nominal measuring range of the gauge. +Pressure display is the underrange pressure given by the hardware manufacturer (in mbar).</text> + <x>140</x> + <y>390</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>INVALID Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-invalid.png</file> + <x>10</x> + <y>460</y> + <width>50</width> + <height>50</height> + <tooltip>INVALID</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Status</name> + <text>INVALID</text> + <x>66</x> + <y>460</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Description</name> + <text>This status is set if none of the above is applicable</text> + <x>140</x> + <y>460</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> +</display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge_vgr.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge_vgr.bob new file mode 100644 index 00000000..5d2d3b07 --- /dev/null +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge_vgr.bob @@ -0,0 +1,159 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>$(GAUGE) - Vacuum Gauge Legend</name> + <macros> + <ROOT>$(ESS_OPIS=/ess-opis)/NON-APPROVED</ROOT> + <WIDGET_ROOT>$(ROOT)/COMMON/DEVICES/vacuum</WIDGET_ROOT> + <vacSYMBOLS>$(ROOT)/COMMON/DEVICES/vacuum/symbols</vacSYMBOLS> + </macros> + <height>390</height> + <widget type="label" version="2.0.0"> + <name>Title</name> + <text> $(TITLE) Legend</text> + <width>800</width> + <height>80</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <foreground_color> + <color name="White" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="Primary Blue" red="0" green="148" blue="202"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + </widget> + <widget type="picture" version="2.0.0"> + <name>ON Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-on.png</file> + <x>10</x> + <y>110</y> + <width>50</width> + <height>50</height> + <tooltip>ON</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ON Status</name> + <text>ON</text> + <x>66</x> + <y>110</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ON Description</name> + <text>This status is set if the “on status†is true</text> + <x>140</x> + <y>110</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>OFF Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-off.png</file> + <x>10</x> + <y>180</y> + <width>50</width> + <height>50</height> + <tooltip>OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>OFF Status</name> + <text>OFF</text> + <x>66</x> + <y>180</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>OFF Description</name> + <text>This status is set if the “off status†is true</text> + <x>140</x> + <y>180</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>ERROR Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-error.png</file> + <x>10</x> + <y>250</y> + <width>50</width> + <height>50</height> + <tooltip>ERROR</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Status</name> + <text>ERROR</text> + <x>66</x> + <y>250</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Description</name> + <text>This status is set if the “error status†is true</text> + <x>140</x> + <y>250</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>INVALID Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-invalid.png</file> + <x>10</x> + <y>320</y> + <width>50</width> + <height>50</height> + <tooltip>INVALID</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Status</name> + <text>INVALID</text> + <x>66</x> + <y>320</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Description</name> + <text>This status is set if none of the above is applicable</text> + <x>140</x> + <y>320</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> +</display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge_vvmc.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge_vvmc.bob new file mode 100644 index 00000000..70a68c12 --- /dev/null +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_gauge_vvmc.bob @@ -0,0 +1,159 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>$(GAUGE) - Vacuum Gauge Legend</name> + <macros> + <ROOT>$(ESS_OPIS=/ess-opis)/NON-APPROVED</ROOT> + <WIDGET_ROOT>$(ROOT)/COMMON/DEVICES/vacuum</WIDGET_ROOT> + <vacSYMBOLS>$(ROOT)/COMMON/DEVICES/vacuum/symbols</vacSYMBOLS> + </macros> + <height>390</height> + <widget type="label" version="2.0.0"> + <name>Title</name> + <text> $(TITLE) Legend</text> + <width>800</width> + <height>80</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <foreground_color> + <color name="White" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="Primary Blue" red="0" green="148" blue="202"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + </widget> + <widget type="picture" version="2.0.0"> + <name>OPEN Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-open.png</file> + <x>10</x> + <y>110</y> + <width>50</width> + <height>50</height> + <tooltip>OPEN</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>OPEN Status</name> + <text>OPEN</text> + <x>66</x> + <y>110</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>OPEN Description</name> + <text>This status is set if the “open status†is true</text> + <x>140</x> + <y>110</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>CLOSED Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-closed.png</file> + <x>10</x> + <y>180</y> + <width>50</width> + <height>50</height> + <tooltip>CLOSED</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>CLOSED Status</name> + <text>CLOSED</text> + <x>66</x> + <y>180</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>CLOSED Description</name> + <text>This status is set if the “closed status†is true</text> + <x>140</x> + <y>180</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>ERROR Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-error.png</file> + <x>10</x> + <y>250</y> + <width>50</width> + <height>50</height> + <tooltip>ERROR</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Status</name> + <text>ERROR</text> + <x>66</x> + <y>250</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Description</name> + <text>This status is set if the “error status†is true</text> + <x>140</x> + <y>250</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>INVALID Symbol</name> + <file>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-invalid.png</file> + <x>10</x> + <y>320</y> + <width>50</width> + <height>50</height> + <tooltip>INVALID</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Status</name> + <text>INVALID</text> + <x>66</x> + <y>320</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Description</name> + <text>This status is set if none of the above is applicable</text> + <x>140</x> + <y>320</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> +</display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_pump.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_pump.bob new file mode 100644 index 00000000..d5067643 --- /dev/null +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_pump.bob @@ -0,0 +1,192 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>$(PUMP) - Vacuum Pump Legend</name> + <macros> + <ROOT>$(ESS_OPIS=/ess-opis)/NON-APPROVED</ROOT> + <WIDGET_ROOT>$(ROOT)/COMMON/DEVICES/vacuum</WIDGET_ROOT> + <vacSYMBOLS>$(ROOT)/COMMON/DEVICES/vacuum/symbols</vacSYMBOLS> + </macros> + <height>460</height> + <widget type="label" version="2.0.0"> + <name>Title</name> + <text> $(TITLE) Legend</text> + <width>800</width> + <height>80</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <foreground_color> + <color name="White" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="Primary Blue" red="0" green="148" blue="202"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + </widget> + <widget type="picture" version="2.0.0"> + <name>NOMINAL Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-nominal-speed.png</file> + <x>10</x> + <y>110</y> + <width>50</width> + <height>50</height> + <tooltip>At Nominal Speed</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>NOMINAL Status</name> + <text>Nominal +Speed</text> + <x>66</x> + <y>110</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>NOMINAL Description</name> + <text>This status is set if the “nominal speed†status is true</text> + <x>170</x> + <y>110</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>ACCELERATING Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-acceleration.png</file> + <x>10</x> + <y>180</y> + <width>50</width> + <height>50</height> + <tooltip>Accelerating</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ACCELERATING Status</name> + <text>Accelerating</text> + <x>66</x> + <y>180</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ACCELERATING Description</name> + <text>This status is set if the “start command feedback†status is true and the “nominal speed†status is false</text> + <x>170</x> + <y>180</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>OFF Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-off.png</file> + <x>10</x> + <y>250</y> + <width>50</width> + <height>50</height> + <tooltip>OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>OFF Status</name> + <text>OFF</text> + <x>66</x> + <y>250</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>OFF Description</name> + <text>This status is set if the “start command feedback†status is false</text> + <x>170</x> + <y>250</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>ERROR Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-error.png</file> + <x>10</x> + <y>320</y> + <width>50</width> + <height>50</height> + <tooltip>ERROR</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Status</name> + <text>ERROR</text> + <x>66</x> + <y>320</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Description</name> + <text>This status is set if the “error status†generated by the pump’s controller is true</text> + <x>170</x> + <y>320</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>INVALID Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-invalid.png</file> + <x>10</x> + <y>390</y> + <width>50</width> + <height>50</height> + <tooltip>INVALID</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Status</name> + <text>INVALID</text> + <x>66</x> + <y>390</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Description</name> + <text>This status is set if none of the above is applicable</text> + <x>170</x> + <y>390</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> +</display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_pump_vpi.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_pump_vpi.bob new file mode 100644 index 00000000..dbe6a189 --- /dev/null +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_pump_vpi.bob @@ -0,0 +1,227 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>$(PUMP) - Vacuum Gauge Legend</name> + <macros> + <ROOT>$(ESS_OPIS=/ess-opis)/NON-APPROVED</ROOT> + <WIDGET_ROOT>$(ROOT)/COMMON/DEVICES/vacuum</WIDGET_ROOT> + <vacSYMBOLS>$(ROOT)/COMMON/DEVICES/vacuum/symbols</vacSYMBOLS> + </macros> + <height>530</height> + <widget type="label" version="2.0.0"> + <name>Title</name> + <text> $(TITLE) Legend</text> + <width>800</width> + <height>80</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <foreground_color> + <color name="White" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="Primary Blue" red="0" green="148" blue="202"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + </widget> + <widget type="picture" version="2.0.0"> + <name>ON Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-on.png</file> + <x>10</x> + <y>110</y> + <width>50</width> + <height>50</height> + <tooltip>ON</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ON Status</name> + <text>ON</text> + <x>66</x> + <y>110</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ON Description</name> + <text>This status is set if the “on status†is true</text> + <x>140</x> + <y>110</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>OFF Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-off.png</file> + <x>10</x> + <y>180</y> + <width>50</width> + <height>50</height> + <tooltip>OFF</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>OFF Status</name> + <text>OFF</text> + <x>66</x> + <y>180</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>OFF Description</name> + <text>This status is set if the “off status†is true</text> + <x>140</x> + <y>180</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>ERROR Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-error.png</file> + <x>10</x> + <y>250</y> + <width>50</width> + <height>50</height> + <tooltip>ERROR</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Status</name> + <text>ERROR</text> + <x>66</x> + <y>250</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Description</name> + <text>This status is set if the “error status†generated by the pump controller is true</text> + <x>140</x> + <y>250</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>OVER-RANGE Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-over-range.png</file> + <x>10</x> + <y>320</y> + <width>50</width> + <height>50</height> + <tooltip>OVER-RANGE</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>OVER-RANGE Status</name> + <text>OVER- +RANGE</text> + <x>66</x> + <y>320</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>OVER-RANGE Description</name> + <text>This status is set if the actual pressure is too high for the pump’s nominal operating range. +Pressure display is the over-range pressure given by the hardware manufacturer (in mbar).</text> + <x>140</x> + <y>320</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>UNDER-RANGE Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-under-range.png</file> + <x>10</x> + <y>390</y> + <width>50</width> + <height>50</height> + <tooltip>UNDER-RANGE</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>UNDER-RANGE Status</name> + <text>UNDER- +RANGE</text> + <x>66</x> + <y>390</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>UNDER-RANGE Description</name> + <text>This status is set if the actual pressure is too low for the pump’s nominal operating range. +Pressure display is the under-range pressure given by the hardware manufacturer (in mbar).</text> + <x>140</x> + <y>390</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>INVALID Symbol</name> + <file>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-invalid.png</file> + <x>10</x> + <y>460</y> + <width>50</width> + <height>50</height> + <tooltip>INVALID</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Status</name> + <text>INVALID</text> + <x>66</x> + <y>460</y> + <width>60</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Description</name> + <text>This status is set if none of the above is applicable</text> + <x>140</x> + <y>460</y> + <width>640</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> +</display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_valve.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_valve.bob new file mode 100644 index 00000000..f654c765 --- /dev/null +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/legend_valve.bob @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>$(VALVE) - Vacuum Valve Legend</name> + <macros> + <ROOT>$(ESS_OPIS=/ess-opis)/NON-APPROVED</ROOT> + <WIDGET_ROOT>$(ROOT)/COMMON/DEVICES/vacuum</WIDGET_ROOT> + <vacSYMBOLS>$(ROOT)/COMMON/DEVICES/vacuum/symbols</vacSYMBOLS> + </macros> + <height>460</height> + <widget type="label" version="2.0.0"> + <name>Title</name> + <text> $(TITLE) Legend</text> + <width>800</width> + <height>80</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <foreground_color> + <color name="White" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="Primary Blue" red="0" green="148" blue="202"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + </widget> + <widget type="picture" version="2.0.0"> + <name>OPEN Symbol</name> + <file>$(vacSYMBOLS)/$(VALVE)$(FLAVOR=)/$(VALVE)-open.png</file> + <x>10</x> + <y>110</y> + <width>50</width> + <height>50</height> + <tooltip>OPEN</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>OPEN Status</name> + <text>OPEN</text> + <x>66</x> + <y>110</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>OPEN Description</name> + <text>This status is set if the “open status†is true</text> + <x>170</x> + <y>110</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>UNDEFINED Symbol</name> + <file>$(vacSYMBOLS)/$(VALVE)$(FLAVOR=)/$(VALVE)-undefined.png</file> + <x>10</x> + <y>180</y> + <width>50</width> + <height>50</height> + <tooltip>UNDEFINED</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>UNDEFINED Status</name> + <text>UNDEFINED</text> + <x>66</x> + <y>180</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>UNDEFINED Description</name> + <text>This status is set if neither the “open†nor the “closed†status are true</text> + <x>170</x> + <y>180</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>CLOSED Symbol</name> + <file>$(vacSYMBOLS)/$(VALVE)$(FLAVOR=)/$(VALVE)-closed.png</file> + <x>10</x> + <y>250</y> + <width>50</width> + <height>50</height> + <tooltip>CLOSED</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>CLOSED Status</name> + <text>CLOSED</text> + <x>66</x> + <y>250</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>CLOSED Description</name> + <text>This status is set if the “closed status†is true</text> + <x>170</x> + <y>250</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>ERROR Symbol</name> + <file>$(vacSYMBOLS)/$(VALVE)$(FLAVOR=)/$(VALVE)-error.png</file> + <x>10</x> + <y>320</y> + <width>50</width> + <height>50</height> + <tooltip>ERROR</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Status</name> + <text>ERROR</text> + <x>66</x> + <y>320</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>ERROR Description</name> + <text>This status is set if the “error status†is true.</text> + <x>170</x> + <y>320</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="picture" version="2.0.0"> + <name>INVALID Symbol</name> + <file>$(vacSYMBOLS)/$(VALVE)$(FLAVOR=)/$(VALVE)-invalid.png</file> + <x>10</x> + <y>390</y> + <width>50</width> + <height>50</height> + <tooltip>INVALID</tooltip> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Status</name> + <text>INVALID</text> + <x>66</x> + <y>390</y> + <width>90</width> + <height>50</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>INVALID Description</name> + <text>This status is set if none of the above is applicable</text> + <x>170</x> + <y>390</y> + <width>610</width> + <height>50</height> + <vertical_alignment>1</vertical_alignment> + </widget> +</display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/widget.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/widget.bob new file mode 100644 index 00000000..47612793 --- /dev/null +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/LEGEND/widget.bob @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>Display</name> + <width>50</width> + <height>50</height> + <widget type="picture" version="2.0.0"> + <name>Picture</name> + <file>$(SYMBOL)</file> + <width>50</width> + <height>50</height> + </widget> + <widget type="action_button" version="3.0.0"> + <name>Action Button</name> + <actions> + <action type="open_display"> + <file>$(LEGEND_DETAIL)</file> + <target>standalone</target> + <description>Open Display</description> + </action> + </actions> + <text></text> + <width>50</width> + <height>50</height> + <transparent>true</transparent> + <tooltip>$(TOOLTIP)</tooltip> + </widget> +</display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/legend.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/legend.bob new file mode 100644 index 00000000..967697af --- /dev/null +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/legend.bob @@ -0,0 +1,293 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>Vacuum System Legend</name> + <macros> + <ROOT>$(ESS_OPIS=/ess-opis)/NON-APPROVED</ROOT> + <WIDGET_ROOT>$(ROOT)/COMMON/DEVICES/vacuum</WIDGET_ROOT> + <vacSYMBOLS>$(ROOT)/COMMON/DEVICES/vacuum/symbols</vacSYMBOLS> + </macros> + <widget type="label" version="2.0.0"> + <name>Title</name> + <text> Vacuum System Legend</text> + <width>800</width> + <height>80</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <foreground_color> + <color name="White" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="Primary Blue" red="0" green="148" blue="202"> + </color> + </background_color> + <transparent>false</transparent> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VGC</name> + <file>LEGEND/widget.bob</file> + <macros> + <GAUGE>vgc</GAUGE> + <LEGEND_DETAIL>legend_gauge.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-off.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VGC - Cold Cathode Gauge</TOOLTIP> + </macros> + <x>50</x> + <y>110</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VGD</name> + <file>LEGEND/widget.bob</file> + <macros> + <GAUGE>vgd</GAUGE> + <LEGEND_DETAIL>legend_gauge.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-off.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VGD - Capacitance Gauge</TOOLTIP> + </macros> + <x>150</x> + <y>110</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VGP</name> + <file>LEGEND/widget.bob</file> + <macros> + <GAUGE>vgp</GAUGE> + <LEGEND_DETAIL>legend_gauge.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-off.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VGP - Pirani Gauge</TOOLTIP> + </macros> + <x>250</x> + <y>110</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VGR</name> + <file>LEGEND/widget.bob</file> + <macros> + <GAUGE>vgr</GAUGE> + <LEGEND_DETAIL>legend_gauge_vgr.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-off.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VGR - Partial Pressure Gauge</TOOLTIP> + </macros> + <x>350</x> + <y>110</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VVMC</name> + <file>LEGEND/widget.bob</file> + <macros> + <GAUGE>vvmc</GAUGE> + <LEGEND_DETAIL>legend_gauge_vvmc.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(GAUGE)/$(GAUGE)-closed.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VVMC - Mass Flow Meter</TOOLTIP> + </macros> + <x>450</x> + <y>110</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VPI</name> + <file>LEGEND/widget.bob</file> + <macros> + <PUMP>vpi</PUMP> + <LEGEND_DETAIL>legend_pump_vpi.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-off.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VPI - Sputter Ion Pump</TOOLTIP> + </macros> + <x>50</x> + <y>210</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VPP</name> + <file>LEGEND/widget.bob</file> + <macros> + <PUMP>vpp</PUMP> + <LEGEND_DETAIL>legend_pump.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-off.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VPP - Primary Pump</TOOLTIP> + </macros> + <x>150</x> + <y>210</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VPDP</name> + <file>LEGEND/widget.bob</file> + <macros> + <PUMP>vpdp</PUMP> + <LEGEND_DETAIL>legend_pump.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-off.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VPDP - Primary Pump</TOOLTIP> + </macros> + <x>250</x> + <y>210</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VPT</name> + <file>LEGEND/widget.bob</file> + <macros> + <PUMP>vpt</PUMP> + <LEGEND_DETAIL>legend_pump.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(PUMP)/$(PUMP)-off.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VPT - Turbopump</TOOLTIP> + </macros> + <x>350</x> + <y>210</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VVA</name> + <file>LEGEND/widget.bob</file> + <macros> + <LEGEND_DETAIL>legend_valve.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(VALVE)/$(VALVE)-closed.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VVA - Angle Valve</TOOLTIP> + <VALVE>vva</VALVE> + </macros> + <x>50</x> + <y>310</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VVA straight</name> + <file>LEGEND/widget.bob</file> + <macros> + <FLAVOR>-straight</FLAVOR> + <LEGEND_DETAIL>legend_valve.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(VALVE)$(FLAVOR)/$(VALVE)-closed.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VVA - Straight Angle Valve</TOOLTIP> + <VALVE>vva</VALVE> + </macros> + <x>150</x> + <y>310</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VVF</name> + <file>LEGEND/widget.bob</file> + <macros> + <LEGEND_DETAIL>legend_valve.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(VALVE)/$(VALVE)-closed.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VVF - Fast Valve</TOOLTIP> + <VALVE>vvf</VALVE> + </macros> + <x>250</x> + <y>310</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VVG</name> + <file>LEGEND/widget.bob</file> + <macros> + <LEGEND_DETAIL>legend_valve.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(VALVE)/$(VALVE)-closed.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VVG - Gate Valve</TOOLTIP> + <VALVE>vvg</VALVE> + </macros> + <x>350</x> + <y>310</y> + <width>50</width> + <height>50</height> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VVM</name> + <file>LEGEND/widget.bob</file> + <macros> + <LEGEND_DETAIL>legend_valve.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(VALVE)/$(VALVE)-not-controlled.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VVM - Manual Valve</TOOLTIP> + <VALVE>vvm</VALVE> + </macros> + <x>450</x> + <y>310</y> + <width>50</width> + <height>50</height> + <visible>false</visible> + </widget> + <widget type="picture" version="2.0.0"> + <name>VVM</name> + <file>$(vacSYMBOLS)/vvm/vvm-not-controlled.png</file> + <x>450</x> + <y>310</y> + <width>50</width> + <height>50</height> + <tooltip>VVM - Manual Valve +(Not controlled)</tooltip> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VVM Straight</name> + <file>LEGEND/widget.bob</file> + <macros> + <FLAVOR>-straight</FLAVOR> + <SYMBOL>$(vacSYMBOLS)/$(VALVE)$(FLAVOR)/$(VALVE)-not-controlled.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VVM - Straight Manual Valve</TOOLTIP> + <VALVE>vvm</VALVE> + </macros> + <x>550</x> + <y>310</y> + <width>50</width> + <height>50</height> + <visible>false</visible> + </widget> + <widget type="picture" version="2.0.0"> + <name>VVM Straight</name> + <file>$(vacSYMBOLS)/vvm-straight/vvm-not-controlled.png</file> + <x>550</x> + <y>310</y> + <width>50</width> + <height>50</height> + <tooltip>VVM - Straight Manual Valve +(Not controlled)</tooltip> + </widget> + <widget type="embedded" version="2.0.0"> + <name>VVS</name> + <file>LEGEND/widget.bob</file> + <macros> + <LEGEND_DETAIL>legend_valve.bob</LEGEND_DETAIL> + <SYMBOL>$(vacSYMBOLS)/$(VALVE)/$(VALVE)-closed.png</SYMBOL> + <TITLE>$(TOOLTIP)</TITLE> + <TOOLTIP>VVS - Sector Gate Valve</TOOLTIP> + <VALVE>vvs</VALVE> + </macros> + <x>50</x> + <y>410</y> + <width>50</width> + <height>50</height> + </widget> +</display> -- GitLab