07-11-2019 01:07 PM
How do or can I set the numeric format, decimal places, of the TS v16 Test Report. Using Labview 2016 module to perform Multiple Numeric Test. The Measurement, High, Low Limit are read via 2D double array into TS.
TestStand report appears to show 3 decimal places. I only need to show 1 or 2 decimal places for measurements and limits.
Solved! Go to Solution.
07-11-2019 01:19 PM - edited 07-11-2019 01:20 PM
It probably depends on how the report generator you are using was written. If it is using the Get Formatted Value method, then you just have to set the format where you define your limits.
07-11-2019 03:48 PM
Thanks, I overlooked that format menu. Selected "Custom", Real number and 2 decimal places..