Skip to content

Releases: NEVSTOP-LAB/CSM-API-String-Arguments-Support

v2024.December: Update Control Palette

31 Dec 00:40
f857c97
Compare
Choose a tag to compare

Release Notes:

[update] update control palette icon

v2024.November

28 Nov 07:20
d10bf54
Compare
Choose a tag to compare

Release Notes:

[important] Change License to MIT, to enable more csm users
[update] Use New State Debug Log History VI

v2024.October

08 Nov 14:44
3a1746f
Compare
Choose a tag to compare

Release Notes:

[add] #66 add "Set Float Format String.vi" to configure the format of floating point numbers.

v2024.September: Fix complex datatype known issues

28 Sep 11:35
d3b3733
Compare
Choose a tag to compare

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.

What's Changed

Full Changelog: v2024.August...v2024.September

v2024 August: Minor Update

30 Aug 05:31
b9ee8e2
Compare
Choose a tag to compare

##Release Notes:

[update] add "VI Reference" case in template.
[update] #56 update error handling in template

v2024.July: Enhance Enum/Cluster Datatype support

30 Jul 01:37
488487d
Compare
Choose a tag to compare

[important] #51 Enum type support is enhanced.
[important] #55 Cluster type support is enhanced. Leaf element's name could be used as tag name in tag-value pair mode.
[add] add CSM - Broadcast Data As API String.vim in utility palette
[add] add utility vi for conversion between 'indexed enum‘ and number.
[fix] Fix the bug that prevents correct parsing of strings starting with digits. For example, “10V” could not be converted to Enum(10mV|1V|10V) as intended.
[fix] Fix bug that Binary Number is not corrected converted to number. e.g. 0b1 -x-> -1. This is wrong.
[update] update some VI icons

v2024.June: Add More Setting APIs

30 Jun 14:34
2b21e3f
Compare
Choose a tag to compare

Release Notes:

[add] #43 Add boolean strings setting API
[add] #42 Add float precision setting API
[add] #48 For Boolean,Integer,Float,Complex, tag-value pair is now supported.
[update] #41 Float String with Unit now is supported
[fix] #44 The bugs in cluster tag:value mode have been fixed to prevent unnecessary error reporting.
[fix] #46 #47 fix templates names in New VI Dialog

v2024.May: Bug fix and more Query API

30 May 16:20
7062f8f
Compare
Choose a tag to compare

Release Notes:

[add] #39 add CSM - Query Internal Data Names By API String.vi
[add] add CSM - Query CSM VI Ref By API String.vi. CSM - Module VI Ref.vi is obsolete.
[add] add a new mode for cluster type: no label mode
[fix] #38 remove . if no digital number is behind.
[update] #37 update template
[update] Use Embedded copies of OpenG VIs and enhancing efficiency
[update] Update names of templates

v2024.Apr: Fix bug for float data type

30 Apr 03:33
329761f
Compare
Choose a tag to compare

Release Notes:

[fix] #35 support the data if too large or too small. Support Y,Z,E,a,z,y for float
[fix] Fixing bugs in removing unnecessary 0s at the end
[update] update palette
[update] update all icons

v2024.Mar. Release: Float Support Enhancement

29 Mar 05:51
f8ad621
Compare
Choose a tag to compare

Release Notes:

[fix] #32 fix the sign problem of complex numbers
[update] #31 use SI format for float datatype
[update] support n,p,f,G,T,p for float datatype