04-15-2014 08:59 AM
Maybe this question was asked but when i try to format the results numeric value to display it as 6u instead of 6e-006. there is no option like in labview where you can specify the use of SI notation. is there any way to do it on test stand. it really annoys me because well it will be easy to an operator see 6u that 6e-006.
what i have been doing is just multiplying that value for a milion to get it back to decimal and on the units add the uF...
is there any work around that?
04-16-2014 10:22 AM
Hello buton,
There is no option to display SI in TestStand, only scientific notation. However, I managed to find a workaround for you:
You can call a VI code and make the conversion in LabVIEW. The converted value will be returned to TestStand. Please see attached.
Carmen C.