Skip to content

Commit 45d7b31

Browse files
committed
[fix] #82 NoTag Mode Cluster string like "c:/abcde.txt;True" will now be converted correctly
1 parent a273665 commit 45d7b31

25 files changed

+20
-9
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.aliases
22
*.lvlps
3-
*.vip
3+
*.vip
4+
*.lvcsm

API-String-Arugments-Support/API String Arguments Support.lvlib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<Item Name="String to 1D Array 2.vi" Type="VI" URL="../_Support/StringAnalyze/String to 1D Array 2.vi"/>
2525
<Item Name="Strip brackets with Option.vi" Type="VI" URL="../_Support/StringAnalyze/Strip brackets with Option.vi"/>
2626
<Item Name="Strip brackets.vi" Type="VI" URL="../_Support/StringAnalyze/Strip brackets.vi"/>
27+
<Item Name="Cluster API String Mode.vi" Type="VI" URL="../_Support/StringAnalyze/Cluster API String Mode.vi"/>
2728
</Item>
2829
<Item Name="API String to 1D Array.vi" Type="VI" URL="../_Support/API String to 1D Array.vi"/>
2930
<Item Name="Cluster API String to 1D Array(Splite Nested Cluster).vi" Type="VI" URL="../_Support/Cluster API String to 1D Array(Splite Nested Cluster).vi"/>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

CSM API String Arguments Support.vipb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2025-05-06 21:09:13" Creator="yaoli" Comments="" ID="2fd4cb5219f4f9c4d13f5a4d2772966a">
1+
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2025-05-06 22:14:14" Creator="yaoli" Comments="" ID="f6199f403d021f23a68b11b419bbce8c">
22
<Library_General_Settings>
33
<Package_File_Name>NEVSTOP_lib_CSM_API_String_Arguments_Support</Package_File_Name>
44
<Library_Version>2025.5.0.2</Library_Version>
@@ -53,7 +53,7 @@ More information for the supported datatype format, please visit: https://github
5353
<Copyright/>
5454
<Packager>NEVSTOP</Packager>
5555
<URL>https://github.com/NEVSTOP-LAB/CSM-API-String-Arugments-Support</URL>
56-
<Release_Notes/>
56+
<Release_Notes>[fix] #82 NoTag Mode Cluster string like "c:/abcde.txt;True" will now be converted correctly</Release_Notes>
5757
</Description>
5858
<Destinations>
5959
<Toolkit_VIs>

_test/Untitled 1.vi

28 KB
Binary file not shown.

_test/Untitled 12.vi

-36.7 KB
Binary file not shown.

testcases/testcase-Supported-Datatype/testcase-Supported-Datatype.lvclass

Lines changed: 15 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)