Skip to content
Snippets Groups Projects
Commit d5a1ca7a authored by Carlos Neto's avatar Carlos Neto
Browse files

MEBT WS: Add collision avoidance status

parent d12c5ab7
No related branches found
No related tags found
No related merge requests found
...@@ -711,7 +711,7 @@ ...@@ -711,7 +711,7 @@
<widget type="rectangle" version="2.0.0"> <widget type="rectangle" version="2.0.0">
<name>Warnings BG</name> <name>Warnings BG</name>
<width>260</width> <width>260</width>
<height>210</height> <height>240</height>
<line_width>0</line_width> <line_width>0</line_width>
<background_color> <background_color>
<color name="GROUP-BORDER" red="150" green="155" blue="151"> <color name="GROUP-BORDER" red="150" green="155" blue="151">
...@@ -739,7 +739,7 @@ ...@@ -739,7 +739,7 @@
<x>20</x> <x>20</x>
<y>40</y> <y>40</y>
<width>220</width> <width>220</width>
<height>150</height> <height>180</height>
<style>3</style> <style>3</style>
<widget type="led" version="2.0.0"> <widget type="led" version="2.0.0">
<name>Error</name> <name>Error</name>
...@@ -816,6 +816,20 @@ ...@@ -816,6 +816,20 @@
</actions> </actions>
<border_alarm_sensitive>false</border_alarm_sensitive> <border_alarm_sensitive>false</border_alarm_sensitive>
</widget> </widget>
<widget type="led" version="2.0.0">
<name>Collision</name>
<pv_name>$(P)$(M)-CollProtOK</pv_name>
<x>20</x>
<y>140</y>
<off_color>
<color name="LED-RED-ON" red="255" green="60" blue="46">
</color>
</off_color>
<on_color>
<color name="LED-RED-OFF" red="110" green="101" blue="90">
</color>
</on_color>
</widget>
<widget type="label" version="2.0.0"> <widget type="label" version="2.0.0">
<name>Limit violation</name> <name>Limit violation</name>
<text>Limit violation</text> <text>Limit violation</text>
...@@ -841,6 +855,12 @@ ...@@ -841,6 +855,12 @@
<x>50</x> <x>50</x>
<y>20</y> <y>20</y>
</widget> </widget>
<widget type="label" version="2.0.0">
<name>Collision</name>
<text>Coll. avoid.</text>
<x>50</x>
<y>140</y>
</widget>
</widget> </widget>
</widget> </widget>
<widget type="group" version="2.0.0"> <widget type="group" version="2.0.0">
......
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