07-05-2012 09:43 AM - edited 07-05-2012 09:52 AM
@IDILIO wrote:
See attached Example.vi
OK, now we have a little bit more information. Apparently, you data is generated at a rate of 1000Hz (one sample per millisecond). In order to keep a history for 10 seconds, you need to keep a FIFO buffer of 10000 points in a shift register. whenever you add a new point, you overwrite the oldest.
(Your original question was very ambiguous. We did not even know if the data was acquired at a regular rate).
07-05-2012 09:59 AM
Ok. Thank you.
As I suspect there is no easy way to do it...
I know my original question was ambiguous...I want a generic "function" that works for all situations...
07-05-2012 09:59 AM - edited 07-05-2012 10:07 AM
07-05-2012 10:17 AM
Perfect! Thank You!
07-10-2012 07:25 AM
Hi,
Good to know about the soultion.
Was not in a position to check the post.
In case an alternative way is required. Find the attached vi saved for version 8.2.
Regards,
K.Narayanan
07-10-2012 07:39 AM
Thanks NaruF1