Hello all!
Let me explain you my "problem". I have an RT target which collects data with a 1 sec resolution and stores them in a network-published variable (lets call this variable DATA). Another VI on my PC is reading variable DATA and is doing some basic analyses. However, this VI on my PC will not run continuously, but only sometimes.
The problem is that once I start the VI on PC, it reads a whole DATA buffer, and empties the buffer. How can I make that data from RT is stored in a network-published variable with buffer, and once the buffer is full oldest data samples are kicked out, and new data samples are put at the end (something like sweep waveform chart). In this whole process, I don't want to PC VI empty the buffer while reading it.
In other words, I want to have 86400 last data samples (corresponds to a single day) available at all time.
Please help :)
Best regards,
Marko.