LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need a fast buffer which is resizable! Does anyone have an Example how to do that?

If I use shift registers, I have to say how many elements I want.
I could use an Array and a local variable and resize the Array all the time, but that is somehow not such a good idea.

Can Anybody help

Thank You
0 Kudos
Message 1 of 2
(2,532 Views)
As nobody had an answer I tried something out myself (see atached example). It is a dynamically resizable Buffer not using locals. I also used information of the example FIFO_WO_LocalVar2_6i.vi. Thanks!
0 Kudos
Message 2 of 2
(2,532 Views)