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

Use CommsStatR

parent e1b06f14
No related branches found
No related tags found
No related merge requests found
......@@ -36,34 +36,13 @@
<transparent>false</transparent>
<vertical_alignment>1</vertical_alignment>
</widget>
<widget type="led" version="2.0.0">
<name>Connected</name>
<pv_name>$(DEVICENAME):CommsOK</pv_name>
<x>620</x>
<y>10</y>
<width>15</width>
<height>15</height>
<off_color>
<color name="LED-RED-ON" red="255" green="60" blue="46">
</color>
</off_color>
<on_color>
<color name="LED-GREEN-ON" red="70" green="255" blue="70">
</color>
</on_color>
<tooltip></tooltip>
</widget>
<widget type="text-symbol" version="2.0.0">
<name>Text Symbol</name>
<pv_name>$(DEVICENAME):CommsOK</pv_name>
<symbols>
<symbol>No Communication with Device</symbol>
<symbol>Communication is OK</symbol>
</symbols>
<x>641</x>
<y>10</y>
<width>210</width>
<height>15</height>
<widget type="textupdate" version="2.0.0">
<name>CommsStatR</name>
<pv_name>$(DEVICENAME):CommsStatR</pv_name>
<x>700</x>
<y>5</y>
<width>150</width>
<height>25</height>
<font>
<font name="SMALL-SERIF-BOLD" family="Source Serif Pro" style="BOLD" size="14.0">
</font>
......@@ -72,7 +51,13 @@
<color name="WHITE" red="255" green="255" blue="255">
</color>
</foreground_color>
<horizontal_alignment>0</horizontal_alignment>
<background_color>
<color name="Background" red="220" green="225" blue="221">
</color>
</background_color>
<transparent>true</transparent>
<horizontal_alignment>2</horizontal_alignment>
<vertical_alignment>1</vertical_alignment>
<tooltip></tooltip>
</widget>
<widget type="group" version="2.0.0">
......
......@@ -37,7 +37,7 @@
<vertical_alignment>1</vertical_alignment>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Text Symbol</name>
<name>CommsStatR</name>
<pv_name>$(DEVICENAME):CommsStatR</pv_name>
<x>700</x>
<y>5</y>
......
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