From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Number digits of precision with waveformgraph method "export to excel"

Solved!
Go to solution

I use waveformgraph method "export to excel", and i have onle 2 number digits of precision in export file. My data has 6 decimal places, is there any way to adjust the method to export with more accuracy?

0 Kudos
Message 1 of 2
(712 Views)
Solution
Accepted by topic author Fedos

The formatting of the Y scale is used for the export.

 

So, either change it (right click the scale, Formatting...) or use an event structure to catch the event, and DIY the export. This is some work, especially if you're learning, but the build in export is quite limited.

Message 2 of 2
(690 Views)