LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cluster to string

If I get a chance, I'll password protect and post a set of VI's that writes an arbitrary cluster (only supports 2d nested arrays) to an ini file and restores same.

Now if can only remember!

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 21 of 22
(732 Views)
This is what I've done and it works for me.
I attacha a picture describin the core of the extraction of element name + element value of a cluster.
So I get 2 arrays, and then you can do what you want.
If you have a cluster with mixed type control, like numeric (single) control + enum (string) control, it works and you get the string value of the enum.
OpenG routines are great.
0 Kudos
Message 22 of 22
(726 Views)