-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from jwlodek/add-version-pvs
Adding records for tracking version of IOC and PandA firmware
- Loading branch information
Showing
7 changed files
with
345 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
<display version="2.0.0"> | ||
<name>SYSTEM</name> | ||
<x>0</x> | ||
<y use_class="true">0</y> | ||
<width>506</width> | ||
<height>166</height> | ||
<grid_step_x>4</grid_step_x> | ||
<grid_step_y>4</grid_step_y> | ||
<widget type="label" version="2.0.0"> | ||
<name>Title</name> | ||
<class>TITLE</class> | ||
<text>SYSTEM</text> | ||
<x use_class="true">0</x> | ||
<y use_class="true">0</y> | ||
<width>506</width> | ||
<height>25</height> | ||
<font use_class="true"> | ||
<font name="Header 1" family="Liberation Sans" style="BOLD" size="22.0"> | ||
</font> | ||
</font> | ||
<foreground_color use_class="true"> | ||
<color name="Text" red="0" green="0" blue="0"> | ||
</color> | ||
</foreground_color> | ||
<transparent use_class="true">true</transparent> | ||
<horizontal_alignment>1</horizontal_alignment> | ||
</widget> | ||
<widget type="group" version="2.0.0"> | ||
<name>VERSIONS</name> | ||
<x>5</x> | ||
<y>30</y> | ||
<width>496</width> | ||
<height>131</height> | ||
<transparent>true</transparent> | ||
<widget type="label" version="2.0.0"> | ||
<name>Label</name> | ||
<text>Ioc Version</text> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>250</width> | ||
<height>20</height> | ||
<tooltip>$(text)</tooltip> | ||
</widget> | ||
<widget type="textupdate" version="2.0.0"> | ||
<name>TextUpdate</name> | ||
<pv_name>TEST_PREFIX:SYSTEM:IOC_VERSION</pv_name> | ||
<x>255</x> | ||
<y>0</y> | ||
<width>205</width> | ||
<height>20</height> | ||
<font> | ||
<font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0"> | ||
</font> | ||
</font> | ||
<horizontal_alignment>1</horizontal_alignment> | ||
<format>6</format> | ||
</widget> | ||
<widget type="label" version="2.0.0"> | ||
<name>Label</name> | ||
<text>Panda Sw Version</text> | ||
<x>0</x> | ||
<y>25</y> | ||
<width>250</width> | ||
<height>20</height> | ||
<tooltip>$(text)</tooltip> | ||
</widget> | ||
<widget type="textupdate" version="2.0.0"> | ||
<name>TextUpdate</name> | ||
<pv_name>TEST_PREFIX:SYSTEM:PANDA_SW_VERSION</pv_name> | ||
<x>255</x> | ||
<y>25</y> | ||
<width>205</width> | ||
<height>20</height> | ||
<font> | ||
<font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0"> | ||
</font> | ||
</font> | ||
<horizontal_alignment>1</horizontal_alignment> | ||
<format>6</format> | ||
</widget> | ||
<widget type="label" version="2.0.0"> | ||
<name>Label</name> | ||
<text>Fpga Version</text> | ||
<x>0</x> | ||
<y>50</y> | ||
<width>250</width> | ||
<height>20</height> | ||
<tooltip>$(text)</tooltip> | ||
</widget> | ||
<widget type="textupdate" version="2.0.0"> | ||
<name>TextUpdate</name> | ||
<pv_name>TEST_PREFIX:SYSTEM:FPGA_VERSION</pv_name> | ||
<x>255</x> | ||
<y>50</y> | ||
<width>205</width> | ||
<height>20</height> | ||
<font> | ||
<font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0"> | ||
</font> | ||
</font> | ||
<horizontal_alignment>1</horizontal_alignment> | ||
<format>6</format> | ||
</widget> | ||
<widget type="label" version="2.0.0"> | ||
<name>Label</name> | ||
<text>Rootfs Version</text> | ||
<x>0</x> | ||
<y>75</y> | ||
<width>250</width> | ||
<height>20</height> | ||
<tooltip>$(text)</tooltip> | ||
</widget> | ||
<widget type="textupdate" version="2.0.0"> | ||
<name>TextUpdate</name> | ||
<pv_name>TEST_PREFIX:SYSTEM:ROOTFS_VERSION</pv_name> | ||
<x>255</x> | ||
<y>75</y> | ||
<width>205</width> | ||
<height>20</height> | ||
<font> | ||
<font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0"> | ||
</font> | ||
</font> | ||
<horizontal_alignment>1</horizontal_alignment> | ||
<format>6</format> | ||
</widget> | ||
</widget> | ||
</display> |
Oops, something went wrong.