NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Using the Get Property Value VI to get TestStand Container

Solved!
Go to solution

I have a station global that is container of strings containing instrument ip addresses. I'd like to use the get property value sub vi to pull the container into my LabVIEW vi, is there a way to do this? I don't remember having this issue is past versions of TestStand but it's been a while since I used TestStand.

0 Kudos
Message 1 of 4
(4,134 Views)
Solution
Accepted by topic author Phil-G

When you expand the drop down on the Get Property Value VI you can see the data types it supports.  Unfortunately for you, cluster of strings is not one of them.  Therefore you need to get each piece individually.

 

I've thrown together a simple example of what it would look like if you wanted to get them as an array of strings.  Check it out.  You could then take the array and convert it to a datatype if needed.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 4
(4,117 Views)

There's a mistake in my example.  It should say StationGlobals at the beginning.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 3 of 4
(4,115 Views)

Yes, this was what I was missing, I was getting frustrated because I remembered it being a pretty trivial thing, just needed to shake some of the rust off, thank you

0 Kudos
Message 4 of 4
(4,112 Views)