diff --git a/NON-APPROVED/lebt-010_vac/LEBT.bob b/NON-APPROVED/lebt-010_vac/LEBT.bob index 28d14aeed9d0b2b776852398890f245db0a893b2..72013d05c857336c4caca63c12e30c8937f39b59 100644 --- a/NON-APPROVED/lebt-010_vac/LEBT.bob +++ b/NON-APPROVED/lebt-010_vac/LEBT.bob @@ -244,6 +244,21 @@ pvSymbol.write(colorID); </scripts> <tooltip>$(pv_value)</tooltip> </widget> + <widget type="action_button" version="3.0.0"> + <name>Open Faceplate</name> + <actions> + <action type="open_display"> + <file>faceplates/vvx/vac_isrc-vva.bob</file> + <target>standalone</target> + <description>Open Display</description> + </action> + </actions> + <text></text> + <width>46</width> + <height>50</height> + <transparent>true</transparent> + <tooltip>Open faceplate</tooltip> + </widget> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVMC-$(IDX)</name> diff --git a/NON-APPROVED/lebt-010_vac/faceplates/vvx/vac_isrc-vva.bob b/NON-APPROVED/lebt-010_vac/faceplates/vvx/vac_isrc-vva.bob new file mode 100644 index 0000000000000000000000000000000000000000..ca147082f76f72046c1c6021f3c5a7836014839f --- /dev/null +++ b/NON-APPROVED/lebt-010_vac/faceplates/vvx/vac_isrc-vva.bob @@ -0,0 +1,153 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>$(SEC)-$(SUBSEC):$(DEV)-$(IDX)</name> + <macros> + <vacPREFIX>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</vacPREFIX> + </macros> + <width>300</width> + <height>190</height> + <widget type="rectangle" version="2.0.0"> + <name>Background</name> + <width>300</width> + <height>190</height> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>Header</name> + <text>$(vacPREFIX)</text> + <width>300</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="WHITE" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>CloseCmd</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + </action> + </actions> + <pv_name>$(vacPREFIX):CloseCmd</pv_name> + <text>Close</text> + <x>10</x> + <y>135</y> + <width>135</width> + <height>35</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <rules> + <rule name="Enabled" prop_id="enabled" out_exp="true"> + <exp bool_exp="True"> + <expression>pvInt0</expression> + </exp> + <pv_name>$(vacPREFIX):ManualModeR</pv_name> + </rule> + </rules> + <tooltip>Close</tooltip> + <enabled>false</enabled> + </widget> + <widget type="action_button" version="3.0.0"> + <name>OpenCmd</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + </action> + </actions> + <pv_name>$(vacPREFIX):OpenCmd</pv_name> + <text>Open</text> + <x>155</x> + <y>135</y> + <width>135</width> + <height>35</height> + <font> + <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + <rules> + <rule name="Enabled" prop_id="enabled" out_exp="true"> + <exp bool_exp="True"> + <expression>pvInt0</expression> + </exp> + <pv_name>$(vacPREFIX):ManualModeR</pv_name> + </rule> + </rules> + <tooltip>Open</tooltip> + <enabled>false</enabled> + </widget> + <widget type="led" version="2.0.0"> + <name>OpenR</name> + <pv_name>$(vacPREFIX):OpenR</pv_name> + <x>10</x> + <y>55</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> + </color> + </off_color> + <on_color> + <color name="LED-GREEN-ON" red="70" green="255" blue="70"> + </color> + </on_color> + </widget> + <widget type="label" version="2.0.0"> + <name>Label OpenR</name> + <text>Open</text> + <x>41</x> + <y>55</y> + <width>200</width> + <height>25</height> + <vertical_alignment>1</vertical_alignment> + <tooltip>H2 Isolation Valve Open Feedback</tooltip> + </widget> + <widget type="led" version="2.0.0"> + <name>OpenCmdRB</name> + <pv_name>$(vacPREFIX):OpenCmdRB</pv_name> + <x>10</x> + <y>90</y> + <width>25</width> + <height>25</height> + <off_color> + <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> + </color> + </off_color> + <on_color> + <color name="LED-GREEN-ON" red="70" green="255" blue="70"> + </color> + </on_color> + </widget> + <widget type="label" version="2.0.0"> + <name>Label OpenCmdRB</name> + <text>Open Command Active</text> + <x>41</x> + <y>90</y> + <width>200</width> + <height>25</height> + <vertical_alignment>1</vertical_alignment> + <tooltip>H2 Isolation Valve Open Command</tooltip> + </widget> +</display>