NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

in test stand 2. How can I exclude the unit of measurement in the test report?

Somebody posted how to exclude the comparison type from TEstStand 2 test report. I also need to exclude the unit of measurement in the test report. How can I exclude unit (volts..) from test report?
0 Kudos
Message 1 of 3
(3,197 Views)
Hi,
you just have to remove the text string from the
unit field of the Edit limits properties panel!!

Let me know if it doesn't help !
Medi.
Message 2 of 3
(3,197 Views)
Hi,

By default if the Units property is empty then its not added to the report.
I guess you still want the units set for Database logging.

In the the reportgen_[txt|html].seq sequencefile; PutOneResultInReport, a parameter is passed called Result. In the Setup of this sequence you could make a local copy of Parameters.Result.Units. Then set Parameters.Result.Units = "". In the Cleanup you can then restore it back to its original value.

When the step 'Add Flagged Values' is executed, Units will be an empty string and therefore will not be returned in the ReportText string value.

This is just one suggest. Hope it helps
Regards
Ray Farmer
Regards
Ray Farmer
Message 3 of 3
(3,197 Views)