Jump to content

LarryColvin

Members
  • Posts

    1
  • Joined

  • Last visited

Contact Methods

LabVIEW Information

  • Version
    LabVIEW 2015
  • Since
    2011

LarryColvin's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. When I want to implement a circular buffer I generally use Lossy Queues. This allows "Get Queue Status" and "Flush Queue" to be used to peek/extract data from the circular buffer. The nice thing about this is it requires no work on your part to perform the shifting when the buffer wraps around. I'm not sure what the performance of this would be though compared to DVRs. Also a nicely created VIM (VI Macro) which does the unpacking of variant data allows the buffer to accept any data type.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.