From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,888 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,881 Views)
Solution
Accepted by topic author 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,877 Views)