LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Engineering Notation

I am trying to write some numbers to a file using Write to Spreadsheet.vi, I want the numbers to be written in engineering format e.g., +0.12345E+02. How do I do that?
0 Kudos
Message 1 of 2
(3,106 Views)
using the write to spreadsheet file.vi simply change the 'format (%.3f)' from floating pt (f) to engineering (e).
Or you can use 'Number to Engineering String'located in the string conversion palatte and write to file using the Write Characters to File.vi
hope this helps
0 Kudos
Message 2 of 2
(3,103 Views)