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

Added upload result LED

parent 79e5c964
No related branches found
No related tags found
1 merge request!15Updated CABTR faceplate
......@@ -948,6 +948,21 @@ widget.setPropertyValue("enabled", True)]]></text>
<horizontal_alignment>2</horizontal_alignment>
<vertical_alignment>1</vertical_alignment>
</widget>
<widget type="led" version="2.0.0">
<name>LED</name>
<pv_name>=`$(DEVICE):UploadCalibFileHttpCode` == 200</pv_name>
<x>506</x>
<y>80</y>
<width>70</width>
<height>25</height>
<off_label>Error</off_label>
<off_color>
<color name="LED-RED-ON" red="255" green="60" blue="46">
</color>
</off_color>
<on_label>OK</on_label>
<square>true</square>
</widget>
</children>
</tab>
</tabs>
......
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