12-19-2014
09:55 AM
- last edited on
10-20-2024
11:50 AM
by
Content Cleaner
Hello all,
I've understood so far that there is no way to convert a Labview
cluster into a Teststand container and vice versa. So I'm currently
working on a recursive cluster/container parser that would
reconstruct the mirroring structure into variant/PropertyObject
tree. For this I use the following table :
https://www.ni.com/docs/en-US/bundle/teststand/page/labview-data-types-in-teststand.html
The problam I'm now facing is to convert the name of each
element to the corresponding name to remain compatible with
the mirroring structure. Hence no space or special characters
in order to follow the Teststand naming convention. You can
see what happens when you create a Teststand custom data
type from a Labview connector.
So, is there a VI that do the trick or am I again pruposed to do
everything by hand ? Thanks for your input. Even the one that
will no make me happy.
David Koch
Solved! Go to Solution.
12-22-2014
03:38 AM
- last edited on
10-20-2024
11:52 AM
by
Content Cleaner
Hi there
You might want to look into that:
LabVIEW Utility for Initializing a TestStand Variable (Container / Array)
Regards!
Victor F. | Systems Engineer
Certified LabVIEW Developer | Certified TestStand Architect
National Instruments Budapest
12-22-2014
03:56 AM
- last edited on
10-20-2024
11:52 AM
by
Content Cleaner
Hello Victor_F,
this is indeed something that is worth considering. In addition
to the following link, I think I'll be able to do something out of it :
https://forums.ni.com/t5/LabVIEW/extracting-array-of-labels-in-a-cluster/td-p/506847#M241996
Great work, I had some trouble figuring how to handle the
array thingy 🙂 Perhaps I'll get something working by Xmas.
Ooops, it's after tomorrow, better clutch the gear up.
David Koch
EDIT : typos
01-15-2015
04:36 AM
- last edited on
10-20-2024
11:53 AM
by
Content Cleaner
Project abandonned, topic closed :
David Koch