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

Grounding relay fix

parent cff1636f
No related branches found
No related tags found
1 merge request!238PSS1 fixes
......@@ -321,7 +321,7 @@
<x>210</x>
<y>29</y>
<width>117</width>
<height>25</height>
<height>23</height>
<auto_size>true</auto_size>
<actions>
<action type="open_display">
......@@ -368,7 +368,7 @@
<x>210</x>
<y>56</y>
<width>117</width>
<height>25</height>
<height>23</height>
<auto_size>true</auto_size>
<actions>
<action type="open_display">
......@@ -415,7 +415,7 @@
<x>210</x>
<y>83</y>
<width>117</width>
<height>25</height>
<height>23</height>
<auto_size>true</auto_size>
<actions>
<action type="open_display">
......@@ -2433,9 +2433,13 @@ Door</text>
<width>46</width>
<height>40</height>
<style>3</style>
<background_color>
<color name="OK" red="61" green="216" blue="61">
</color>
</background_color>
<transparent>true</transparent>
<rules>
<rule name="Visibility" prop_id="visible" out_exp="true">
<rule name="Transparency" prop_id="transparent" out_exp="true">
<exp bool_exp="True">
<expression>pvInt0</expression>
</exp>
......@@ -2462,13 +2466,13 @@ Door</text>
<widget type="polyline" version="2.0.0">
<name>Vertical Line</name>
<x>22</x>
<y>5</y>
<y>3</y>
<width>3</width>
<height>15</height>
<height>17</height>
<points>
<point x="0.0" y="0.0">
</point>
<point x="0.0" y="15.0">
<point x="0.0" y="17.0">
</point>
</points>
<line_color>
......@@ -2479,15 +2483,15 @@ Door</text>
<widget type="polyline" version="2.0.0">
<name>Lower Line </name>
<x>5</x>
<y>15</y>
<y>11</y>
<width>36</width>
<height>5</height>
<height>9</height>
<points>
<point x="0.0" y="0.0">
</point>
<point x="0.0" y="5.0">
<point x="0.0" y="9.0">
</point>
<point x="36.0" y="5.0">
<point x="36.0" y="9.0">
</point>
<point x="36.0" y="0.0">
</point>
......@@ -2496,6 +2500,20 @@ Door</text>
<color name="BLACK" red="0" green="0" blue="0">
</color>
</line_color>
<rules>
<rule name="Pos" prop_id="y" out_exp="false">
<exp bool_exp="not pvInt0">
<value>5</value>
</exp>
<pv_name>FEB-010Row:CnPw-U-007:Grly_ConnectedToGround</pv_name>
</rule>
<rule name="Height" prop_id="height" out_exp="false">
<exp bool_exp="not pvInt0">
<value>14</value>
</exp>
<pv_name>FEB-010Row:CnPw-U-007:Grly_ConnectedToGround</pv_name>
</rule>
</rules>
</widget>
<widget type="polygon" version="2.0.0">
<name>Polygon</name>
......@@ -2522,6 +2540,16 @@ Door</text>
</color>
</background_color>
</widget>
<widget type="action_button" version="3.0.0">
<name>Grounding relay</name>
<pv_name>FEB-010Row:CnPw-U-007:Grly_ConnectedToGround</pv_name>
<text></text>
<width>46</width>
<height>40</height>
<transparent>true</transparent>
<tooltip>$(pv_name)
$(pv_value)</tooltip>
</widget>
</widget>
<widget type="led" version="2.0.0">
<name>TSW</name>
......
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