NI Home
Cart Cart | Help
Hello Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI
You are here: 
NI Home > NI Developer Zone > NI Discussion Forums


Reply
Member
filter5
Posts: 2
0 Kudos
Accepted Solution

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

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.

Active Participant
lvrat
Posts: 246
0 Kudos

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

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,CTD
*************************************************
Member
filter5
Posts: 2
0 Kudos

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

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

By using this web site, you accept the Terms of Use for this web site. Please read these Terms of Use carefully before using any part of this site. Please go here for information on ni.com's copyright infringement policy.
My Profile | Privacy | Legal | Contact NI © 2011 National Instruments Corporation. All rights reserved.    |    E-Mail this Page E-Mail this Page