01-13-2025 10:15 AM
Hi everyone,
I'm working on a LabVIEW project where I need to dynamically handle cluster data stored in files. The goal is to make my sub-vi reusable for different cluster structures without hard-coding them. Here's the approach I'm taking:
This allows me to use the same "Read VI" for different cluster structures, depending on the file and cluster info provided. But i can't figure out how to convert the variant cluster information which i get from the "Get Cluster Information VI".
Sub VI:
Parent VI:
Solved! Go to Solution.
01-13-2025 10:32 AM - edited 01-13-2025 10:33 AM
Hi Raukho,
Malleable VI is a solution.
For more information about malleable VI, I guess there must be enough Help to look for.
01-13-2025 11:21 AM
I would refer you to this OpenG module, the "OpenG Variant Configuration File Library":
https://www.vipm.io/package/oglib_variantconfig/
There's a good chance you can just use it as-is.
If the file format it generates isn't to your liking, you could also just examine it to see how it does things internally, and possibly copy some of those methods.