LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display unit measurement format

hi

 

I'd like to display some results in a table, using the "measurement format", I don't think it is the way it's called, but here is an example :

 

engineering format /      measurement format

56.85 E-3  V                   56.85  mV

12.3 E-6  A                    12.3  uA

123.54 E-9  F                 123.54  nF

...

 

Is there a way to do it with a labView function, or do I need to scan the string and format it with the apropriate unti ?

0 Kudos
Message 1 of 3
(2,568 Views)

See attachment.  You also need to go to the properties of the indicator and change precision type to 2 digits of digits of precision.  

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
Download All
0 Kudos
Message 2 of 3
(2,558 Views)

I'm using LabView 2010 so I can't open your vi...

and it's not for an indicator bu for a table, so this property doesn't exists.., but i found an other solution :

 

0 Kudos
Message 3 of 3
(2,539 Views)