Skip to content

Commit

Permalink
Added the vme-300 EVM and EVR to the launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rhong committed Oct 3, 2024
1 parent 1f6e244 commit ae69e31
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions opi/bob/launcher.bob
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Saved on 2024-02-28 11:32:19 by agaget-->
<display version="2.0.0">
<name>Launcher timing Labo</name>
<width>200</width>
<height>300</height>
<height>500</height>
<widget type="action_button" version="3.0.0">
<name>Action Button</name>
<actions>
Expand All @@ -17,7 +16,7 @@
<description>Open Display</description>
</action>
</actions>
<text>EVM300</text>
<text>MTCA EVM300</text>
<x>16</x>
<y>70</y>
<width>170</width>
Expand Down Expand Up @@ -99,4 +98,42 @@
<width>170</width>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_3</name>
<actions>
<action type="open_display">
<file>evg/evm-vme-300.bob</file>
<macros>
<P>Labo:titan-EVM</P>
<TITLE>EVM DEMO</TITLE>
</macros>
<target>tab</target>
<description>Open Display</description>
</action>
</actions>
<text>VME EVM300</text>
<x>16</x>
<y>270</y>
<width>170</width>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_6</name>
<actions>
<action type="open_display">
<file>evr/evr-vme-300.bob</file>
<macros>
<P>Labo:titan-EVR</P>
<TITLE>EVR Demo</TITLE>
</macros>
<target>tab</target>
<description>Open Display</description>
</action>
</actions>
<text>VME EVR300</text>
<x>16</x>
<y>310</y>
<width>170</width>
<tooltip>$(actions)</tooltip>
</widget>
</display>

0 comments on commit ae69e31

Please sign in to comment.