NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I read Additional Results from each step of my main sequence into LabVIEW?

Solved!
Go to solution

I am working on creating custom stylesheets for TestStand reports. I am doing this by allowing the user to select the Additional Results from each step that she wants to see in the report in a LabVIEW edit substep. I can read the names of each step like in the attached image, but I'm having trouble accessing their (children?), the additional results.

0 Kudos
Message 1 of 3
(2,893 Views)

You can try GetFormattedValue after GetPropertyObjectByOffset. GetFormattedValue will get a number as a String.

If the type of property is known then use GetValNumber, GetValString and GetValBoolean for numeric, string and boolean respectively.

 

*************************************************
CLD
*************************************************
0 Kudos
Message 2 of 3
(2,886 Views)
Solution
Accepted by filter5

I think I figured it out, I guess I hadn't tried everything. The solution is something like the attached. Thanks for the suggestion!

0 Kudos
Message 3 of 3
(2,882 Views)