LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make data appear in a table in scientific notation?

I am writting a program that will take raw data from A LCR meter and calculate certain impedance functions. And I am putting the calculated values in a table with shift registers so everytime it goes through the for-loop it will not write over previous data. This works but I would like to know how I can format the data in the table to appear in scientific notation. The LCR is a HP4284A, using Labview 6.1
0 Kudos
Message 1 of 2
(3,566 Views)
Before writing the value to the table, take the calculated value (I'm assuming it's a floating point number) and input it to a Format Into String function. The specifier for scientific notation is %e.
0 Kudos
Message 2 of 2
(3,566 Views)