07-04-2019 10:21 PM
Hi Everyone,
We can pass Teststand container to LabVIEW if the datatype is known. But, how we can parse the runtime container to LabVIEW? Please help with this!
I've attached a snapshot for reference. I need to pass the 'Results Container' to the LabVIEW to parse some details (Let say, Additional Results)
Thanks in advance!
07-05-2019 10:56 AM - edited 07-05-2019 11:17 AM
Please, provide example code of what you are trying to accomplish that shows what the problem is if you want to be helped.
You can certainly pass to LabVIEW a container that is created at runtime by TestStand. If the format is not known in LabVIEW, you can pass it as a variant and parse it in LabVIEW. Let us know what is your actual problem.