Skip to content
Snippets Groups Projects
Commit 1a793fd9 authored by Krisztián Löki's avatar Krisztián Löki
Browse files

Added ISrc VVA faceplate

parent 648e3685
No related branches found
No related tags found
1 merge request!31Added ISrc devices
......@@ -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>
......
<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment