07-22-2009 12:04 PM
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
Solved! Go to Solution.
07-22-2009 02:02 PM
07-23-2009 02:05 AM
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.
07-23-2009 09:07 AM
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