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: 

Data Logging Time Skips?

Hello all,

 

I am logging data to disk using TDMS write in a producer-consumer architecture. I noticed in my test data that there are few instances where there is irregular data intervals. For example, when I set my data logging rate to 1 per 10 seconds, there are few spots where data is taken at 10.1 seconds. See the attached images to get an idea of what I mean. In the example, data1 is written at 21.204 seconds and data2 is written at 31.214 seconds, while my data logging rate is set to once every 10 seconds. This also starts drifting the data longer and longer. I usually run day long tests, so this drift could be very bad. 

 

Any idea what causes this? It seems to me to be some hardware timing limitation. I am, however, running LabVIEW on my laptop using a simulated PXIe 6361.

 

Thank you for your time

Download All
0 Kudos
Message 1 of 3
(1,749 Views)

At the moment, I'm inclined to think it is due to simulating the hardware (therefore, you have software timing involved).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(1,740 Views)


@crossrulz is probably correct.

 

That being said, some suggestions.

  1. Use a notifier for your display and a queue for writing to the disk. Notifiers are lossy, if you miss one, then you only lose the display, queues are not lossy, thus your file never misses a point.
  2. Since you are writing TDMS files, just use the built in lugging function, no producer-consumer necessary and much better.

mcduff

0 Kudos
Message 3 of 3
(1,665 Views)