04-13-2007 01:09 PM
04-13-2007 01:17 PM
04-16-2007 09:30 AM
04-16-2007 12:24 PM
04-16-2007 01:45 PM
12-23-2014 06:40 AM
Hello nathand,
is it possible to do the reverse, that is to say from a
nested variant tree, cast it into a cluster an bundle
it into another existing cluster ?
David Koch
12-23-2014 11:12 AM
I don't think there's a single VI that does what you want, but the OpenG Variant tools might provide enough help to make it possible to build one. There are tools there for building a cluster from a Variant, which basically build up a flattened string representation of the cluster which you can then unflatten.
12-31-2014 07:43 AM - last edited on 10-20-2024 11:51 AM by Content Cleaner
Hello Labview Super Sayian, could you please check my
proposed solution here :
It is still a WIP though...
David Koch
01-06-2015 01:41 PM
@Kochise wrote:
is it possible to do the reverse, that is to say from a
nested variant tree, cast it into a cluster an bundle
it into another existing cluster ?
I'd like to see an example of what you are thinking, but I think my XNode posted here could be a start to making this work.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
01-07-2015 01:51 AM
Hello Hooovahh, thanks for the feedback.
Here's my current progress, I'm blocked
though.
The idea is to recreate a nested variant
from any input (cluster elements or from
a PropertyTree incoming from Teststand)
and cast it using 'VariantToData'.
Please refeer to the related topics :
http://forums.ni.com/t5/LabVIEW/Convert-Labview-cluster-name-to-Teststand-container-name/m-p/3067857
David Koch