09-14-2011 06:10 PM - edited 09-14-2011 06:11 PM
Hi. I am trying to save a lot of data at a high frequency:
36 Analog Channels, 400 samples @ 4kHz per channel, each iteration.
I am saving the data inside my loop and this seems to cause a 20ms gap after each pass through. Is there a way to use the write to lvm vi outside the loop?
09-14-2011 07:45 PM
Yes. Producer/consumer architecture.
Search the forums for those words and you'll find numerous messages on it.