Skip to content

Commit bf33682

Browse files
committed
Add support for constants.
1 parent 950f692 commit bf33682

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

Add Labels.vi

30.7 KB
Binary file not shown.

QuickDrop AddLabels.vipb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-08-02 16:28:56" Modified_Date="2019-11-23 11:09:34" Creator="Martin" Comments="" ID="5b6c15a99b05895d02bd56ef3b5c00be">
1+
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-08-02 16:28:56" Modified_Date="2019-11-29 16:25:38" Creator="Martin" Comments="" ID="db93cb9ef0957522df912e2f046e7b42">
22
<Library_General_Settings>
33
<Package_File_Name>MNProjects_lib_QuickDrop_AddLabels</Package_File_Name>
4-
<Library_Version>1.0.0.4</Library_Version>
4+
<Library_Version>1.1.0.5</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>.</Library_Source_Folder>
77
<Library_Output_Folder>build</Library_Output_Folder>
@@ -32,7 +32,8 @@
3232
<Copyright/>
3333
<Packager>Martin N�hrer</Packager>
3434
<URL>http://mnprojects.net</URL>
35-
<Release_Notes/>
35+
<Release_Notes>Add label placement for constants.
36+
Set wire label to center of selected wire</Release_Notes>
3637
</Description>
3738
<Destinations>
3839
<Toolkit_VIs>
@@ -129,6 +130,9 @@
129130
<Exclusions>
130131
<Path>usage.gif</Path>
131132
</Exclusions>
133+
<Exclusions>
134+
<Path>_Add Labels/Natt Sequence.vit</Path>
135+
</Exclusions>
132136
</Source_Files>
133137
<License_Agreement_Filepath>LICENSE</License_Agreement_Filepath>
134138
<Licensing_and_Activation>

QuickDrop_AddLabels.lvproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,19 @@
1212
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
1313
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
1414
<Property Name="specify.custom.address" Type="Bool">false</Property>
15+
<Item Name="_Add Labels" Type="Folder">
16+
<Item Name="Set Constant Label.vi" Type="VI" URL="../_Add Labels/Set Constant Label.vi"/>
17+
<Item Name="Enum to Array of Enums.vim" Type="VI" URL="../_Add Labels/Enum to Array of Enums.vim"/>
18+
<Item Name="Natt Sequence.vit" Type="VI" URL="../_Add Labels/Natt Sequence.vit"/>
19+
<Item Name="Set Wire Label.vi" Type="VI" URL="../_Add Labels/Set Wire Label.vi"/>
20+
</Item>
1521
<Item Name="Add Labels.vi" Type="VI" URL="../Add Labels.vi"/>
1622
<Item Name="Dependencies" Type="Dependencies">
1723
<Item Name="vi.lib" Type="Folder">
1824
<Item Name="QuickDrop Plugin Data ver1.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/QuickDropSupport/QuickDrop Plugin Data ver1.ctl"/>
1925
<Item Name="QuickDrop Parse Plugin Variant.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/QuickDropSupport/QuickDrop Parse Plugin Variant.vi"/>
2026
<Item Name="Space Constant.vi" Type="VI" URL="/&lt;vilib&gt;/dlg_ctls.llb/Space Constant.vi"/>
27+
<Item Name="LVPointTypeDef.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/miscctls.llb/LVPointTypeDef.ctl"/>
2128
</Item>
2229
</Item>
2330
<Item Name="Build Specifications" Type="Build">
@@ -28,9 +35,9 @@
2835
<Property Name="DestinationID[0]" Type="Str">{8162C916-32E6-493B-9C7C-5E5D1FF82FD1}</Property>
2936
<Property Name="DestinationItemCount" Type="Int">1</Property>
3037
<Property Name="DestinationName[0]" Type="Str">Destination Directory</Property>
31-
<Property Name="IncludedItemCount" Type="Int">1</Property>
32-
<Property Name="IncludedItems[0]" Type="Ref">/My Computer/Add Labels.vi</Property>
33-
<Property Name="IncludedItems[1]" Type="Ref"></Property>
38+
<Property Name="IncludedItemCount" Type="Int">2</Property>
39+
<Property Name="IncludedItems[0]" Type="Ref">/My Computer/_Add Labels/Enum to Array of Enums.vim</Property>
40+
<Property Name="IncludedItems[1]" Type="Ref">/My Computer/Add Labels.vi</Property>
3441
<Property Name="IncludeProject" Type="Bool">false</Property>
3542
<Property Name="Path[0]" Type="Path">../build/QuickDrop_AddLabels.zip</Property>
3643
<Property Name="ZipBase" Type="Str">NI_zipbasevirtual</Property>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ The animated GIF below show the three possible options of the plugin:
4343
It is also possible to select more than one element within a blockdiagram. Therefore the appropriate label will be added to the selected elements.
4444

4545
## Hints
46-
The plug-in is developed in LabVIEW 2016. If you have an older version of LabView you have to save the provided project to this older version by yourself.
46+
The plug-in uses a malleable VI. Therefore the plu-in only works with LabVIEW 2017 and above.
15.4 KB
Binary file not shown.

_Add Labels/Natt Sequence.vit

31.2 KB
Binary file not shown.

_Add Labels/Set Constant Label.vi

12 KB
Binary file not shown.

_Add Labels/Set Wire Label.vi

18.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)