01-15-2008 11:23 AM
01-15-2008 11:52 AM
In this Nugget I talk about manipulating various data types in LV including clusters. Try looking over that Nugget for ideas. It is not an out-of-box solution to your challenge but it demonstrates a lot of ideas.
Ben
01-22-2018 03:10 AM
Hey,
I just stumbled upon this very old topic because of a similar problem. Due to the fact that no solution was posted here I would like to add my solution. In this solution I wanted to select a cluster element by a Enum that contains all cluster element names. The VI used to convert the Enum values into string is from the OpenG package.
So if somebody is still looking for a solution to this problem, here is mine:
Best Regards
Jenso
01-22-2018 11:41 AM
There are multiple ways of doing this today. Using OpenG is fine if you know you will have it installed, but I prefer a native solution if one is possible. Here is my quick attempt which does the same thing of setting the control named String to abcd. If this is done in 2017 you can even take advantage of VIMs and have the type propagation happen in the VI. Otherwise there are a few experimental XNodes (undocumented use with caution) that can do similar work.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord