NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Additional Results not present in Properties in TestStand 4.0

Solved!
Go to solution

Hi,

I wish to use a multimeter to record current values in my TestStand 4.0
test sequence. I was using TestStand 4.1 and the results were recording
fine to my report. I had checked the Additional Results option, but this
option is not present in 4.0. Where can i find this option to record the
value into my report?

 

I had been using TestStand 4.1 but have had to go back to TestStand 4.0

because some modules i wish to use are not supported in TestStand 4.1 yet.

 

Thanks

 

0 Kudos
Message 1 of 4
(3,513 Views)
Additional Results was a feature that as added in TestStand 4.1, so it is not present in TestStand 4.0.
0 Kudos
Message 2 of 4
(3,504 Views)

So how can i get the measurement result wtritten to my report?

I'm sure there has to be a way, I just cant find it at present.

0 Kudos
Message 3 of 4
(3,492 Views)
Solution
Accepted by topic author LG_LabVIEW

If you use numeric limit steps to evaluate the measured value, the result will be part of the report except you deselected "include measurements" in the report options.

This is anyways the recommended way to include measurement values in your report.

 

You can add additional results by using the "ReportText" variable in the Step.Result-Container. Just use a postexpression to convert your measurement value to a string and set this to the ReportText (something like: "Result.ReportText = str(locals.mymeasurement)").

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 4
(3,478 Views)