Skip to content

Commit b4a9a0b

Browse files
author
Fabiola De la Cueva
committed
#14 Prepare Example for Example Finder
Moved the PicoHandsOnExample outside of the library and into its own Examples folder Prepared the PicoHandsOnExample to work as an example (go to Tools>> Prepare Example VIs for NI Example Finder...) Now when the end-user drags the HandsOnPi2040 folder to instr.lib they will find the Pico example under the Instruments folder or by searching Pi2040 Pico or CTI
1 parent 29b8a98 commit b4a9a0b

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed
Binary file not shown.
Binary file not shown.

4) LabVIEW Instrument Drivers/HandsOnPi2040/HandsOnPi2040.lvlib

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
<Item Name="Revision Query.vi" Type="VI" URL="/&lt;instrlib&gt;/HandsOnPi2040/Public/Utility/Revision Query.vi"/>
3434
<Item Name="Self-Test.vi" Type="VI" URL="/&lt;instrlib&gt;/HandsOnPi2040/Public/Utility/Self-Test.vi"/>
3535
</Item>
36-
<Item Name="Examples" Type="Folder">
37-
<Item Name="PicoHandsOnExample.vi" Type="VI" URL="/&lt;instrlib&gt;/HandsOnPi2040/Public/PicoHandsOnExample.vi"/>
38-
</Item>
36+
<Item Name="Examples" Type="Folder"/>
3937
<Item Name="Controls" Type="Folder">
4038
<Item Name="AnaIns.ctl" Type="VI" URL="/&lt;instrlib&gt;/HandsOnPi2040/Public/AnaIns.ctl"/>
4139
<Item Name="DigIns.ctl" Type="VI" URL="/&lt;instrlib&gt;/HandsOnPi2040/Public/DigIns.ctl"/>

4) LabVIEW Instrument Drivers/HandsOnPi2040/HandsOnPi2040.lvproj

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<Item Name="cti-drivers-lv-visa-main" Type="Folder" URL="/&lt;instrlib&gt;/HandsOnPi2040/cti-drivers-lv-visa-main">
1010
<Property Name="NI.DISK" Type="Bool">true</Property>
1111
</Item>
12+
<Item Name="Examples" Type="Folder">
13+
<Item Name="PicoHandsOnExample.vi" Type="VI" URL="/&lt;instrlib&gt;/HandsOnPi2040/Examples/PicoHandsOnExample.vi"/>
14+
</Item>
1215
<Item Name="HandsOnPi2040.lvlib" Type="Library" URL="/&lt;instrlib&gt;/HandsOnPi2040/HandsOnPi2040.lvlib"/>
1316
<Item Name="Dependencies" Type="Dependencies">
1417
<Item Name="vi.lib" Type="Folder">
Binary file not shown.

0 commit comments

Comments
 (0)