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

Updated

parent be5e671d
No related branches found
No related tags found
No related merge requests found
......@@ -448,7 +448,7 @@
<x>30</x>
<y>70</y>
<width>280</width>
<height>49</height>
<height>26</height>
<style>3</style>
<widget type="led" version="2.0.0">
<name>PSSAckRequired</name>
......@@ -488,34 +488,31 @@
<height>37</height>
<rules>
<rule name="Diagnostics Alarm Background" prop_id="background_color" out_exp="false">
<exp bool_exp="pvInt0 or not pvInt1">
<exp bool_exp="pvInt0">
<value>
<color name="ERROR" red="252" green="13" blue="27">
</color>
</value>
</exp>
<pv_name>$(SEC)-$(SUBSEC):$(DIS)-PLC-1:Sys_Stat</pv_name>
<pv_name>$(SEC)-$(SUBSEC):$(DIS)-GPLC-1:AliveR</pv_name>
<pv_name>FEB-090:PSS-PLC-1:DiagError</pv_name>
</rule>
<rule name="Diagnostics Alarm Foreground" prop_id="foreground_color" out_exp="false">
<exp bool_exp="pvInt0 or not pvInt1">
<exp bool_exp="pvInt0">
<value>
<color name="WHITE" red="255" green="255" blue="255">
</color>
</value>
</exp>
<pv_name>$(SEC)-$(SUBSEC):$(DIS)-PLC-1:Sys_Stat</pv_name>
<pv_name>$(SEC)-$(SUBSEC):$(DIS)-GPLC-1:AliveR</pv_name>
<pv_name>FEB-090:PSS-PLC-1:DiagError</pv_name>
</rule>
<rule name="Diagnostics Alarm Font" prop_id="font" out_exp="false">
<exp bool_exp="pvInt0 or not pvInt1">
<exp bool_exp="pvInt0">
<value>
<font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
</font>
</value>
</exp>
<pv_name>$(SEC)-$(SUBSEC):$(DIS)-PLC-1:Sys_Stat</pv_name>
<pv_name>$(SEC)-$(SUBSEC):$(DIS)-GPLC-1:AliveR</pv_name>
<pv_name>FEB-090:PSS-PLC-1:DiagError</pv_name>
</rule>
</rules>
<tooltip>$(actions)</tooltip>
......
......@@ -88,7 +88,7 @@
<name>Safety F-Signature</name>
<text>Safety F-Signature:</text>
<x>6</x>
<y>56</y>
<y>59</y>
<width>174</width>
<font>
<font name="NORMAL-SANS-BOLD" family="Source Sans Pro" style="BOLD" size="16.0">
......@@ -105,8 +105,8 @@
<name>FSignature</name>
<pv_name>$(PLC):SafetySW_FSignature</pv_name>
<x>186</x>
<y>56</y>
<width>154</width>
<y>59</y>
<width>181</width>
<foreground_color>
<color name="ORANGE-BORDER" red="153" green="117" blue="49">
</color>
......
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