LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Time stamp writing two lines

I thought I had this problem sorted out but apparently not.  My code is writing the time stamp twice every few lines offsetting the data in that row while a row or two lower it copies an identical time stamp as the one preceding (instead of increasing incrementally).  If you take a look at the attached .csv file it should be clear what I am talking about.  I am trying to convert waveform data to a string and write to a .csv file.  Any suggestions on why this is occurring would be greatly appreciated.  Strangely (to me, at least), this data is all collected at <1 Hz.  If I collect data at 1 Hz there is no time stamps issue.  Thoughts?

Thanks in advance.

0 Kudos
Message 1 of 4
(2,248 Views)

to better understand your problem...please post your VI

0 Kudos
Message 2 of 4
(2,246 Views)
0 Kudos
Message 3 of 4
(2,244 Views)

it might be because your loop is running 100%, add a wait ms wired to a constant

0 Kudos
Message 4 of 4
(2,237 Views)