Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified API-String-Arugments-Support/API String - Set Float Precision.vi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
<Item Name="API String - Add Boolean Strings.vi" Type="VI" URL="../API String - Add Boolean Strings.vi"/>
<Item Name="API String - Remove Boolean Strings.vi" Type="VI" URL="../API String - Remove Boolean Strings.vi"/>
<Item Name="API String - List Boolean Strings.vi" Type="VI" URL="../API String - List Boolean Strings.vi"/>
<Item Name="API String - Float Precision.vi" Type="VI" URL="../API String - Float Precision.vi"/>
<Item Name="API String - Float Format String.vi" Type="VI" URL="../API String - Float Format String.vi"/>
<Item Name="API String - Set Float Precision.vi" Type="VI" URL="../API String - Set Float Precision.vi"/>
<Item Name="API String - Set Float Format String.vi" Type="VI" URL="../API String - Set Float Format String.vi"/>
</Item>
<Item Name="Convert API String Arguments to Data.vim" Type="VI" URL="../Convert API String Arguments to Data.vim"/>
<Item Name="Convert Data To API String Arguments.vim" Type="VI" URL="../Convert Data To API String Arguments.vim"/>
Expand Down
Binary file modified API-String-Arugments-Support/CSM - Module VI Ref.vi
Binary file not shown.
Binary file modified API-String-Arugments-Support/Configure.mnu
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified API-String-Arugments-Support/_Support/Float Precision.vi
Binary file not shown.
Binary file not shown.
Binary file modified API-String-Arugments-Support/dir.mnu
Binary file not shown.
11 changes: 4 additions & 7 deletions CSM API String Arguments Support.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2024-09-27 11:14:31" Creator="yaoli" Comments="" ID="253781db8170e3cee37722786541799a">
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2024-11-08 17:39:17" Creator="yaoli" Comments="" ID="a537d11b9e028d7db07ba06f60d9b5ab">
<Library_General_Settings>
<Package_File_Name>NEVSTOP_lib_CSM_API_String_Arguments_Support</Package_File_Name>
<Library_Version>2024.8.0.15</Library_Version>
<Library_Version>2024.10.0.15</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>.</Library_Source_Folder>
<Library_Output_Folder>vip</Library_Output_Folder>
Expand Down Expand Up @@ -58,11 +58,7 @@ More information for the supported datatype format, please visit: https://github
<Copyright/>
<Packager>NEVSTOP</Packager>
<URL>https://github.com/NEVSTOP-LAB/CSM-API-String-Arugments-Support</URL>
<Release_Notes>[update] add "VI Reference" case in template.
[update] #56 update error handling in template
[fix] #58 Fix issue with nested array. Thanks @hautale for reporting this issue.
[fix] #2 Fix issue with 2d array in cluster, which is a known issue before.
[fix] Fix issue with cluster array/ 2D Cluster Array, which is a known issue before.</Release_Notes>
<Release_Notes>[add] #66 add "Set Float Format String.vi" to configure the format of floating point numbers.</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down Expand Up @@ -263,6 +259,7 @@ More information for the supported datatype format, please visit: https://github
<close_labview_before_install>false</close_labview_before_install>
<restart_labview_after_install>false</restart_labview_after_install>
<skip_mass_compile_after_install>false</skip_mass_compile_after_install>
<install_into_global_environment>false</install_into_global_environment>
</LabVIEW>
<VI_Docs>
<Edit_VI_Description>true</Edit_VI_Description>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified testcases/testcase-Supported-Datatype/testcases/test - Cluster.vi
Binary file not shown.
Binary file modified testcases/testcase-Supported-Datatype/testcases/test - Complex.vi
Binary file not shown.
Binary file not shown.
Binary file modified testcases/testcase-Supported-Datatype/testcases/test - Enum.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading