LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview absolute time waveform chart to excel

Hi everyone, I have a bit confusing on absolute time waveform chart. My problem is when I want to export to excel, the data duplicate nearly 30 times for each second. My project is about collect temperature from serial port and plot it in waveform chart, and I want to view history data in excel.

 

Anyone can help to solve my question? I attached my vi here..

 

Thank you so much..

Download All
0 Kudos
Message 1 of 2
(2,396 Views)

You are getting such a large number of readings because your VI has no timing control in it, if you simply add in a delay somewhere of maybe migrate to an event structure with a timeout then you can control the number of readings that are taken per second.

0 Kudos
Message 2 of 2
(2,352 Views)