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?
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