LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a dynamic delay for feedback z nodes?

It seems the delay on the feedback node can only be hard coded. Is there a dynamic way to set the delay?

0 Kudos
Message 1 of 3
(2,849 Views)

No there is not. The feedback node allocates room for all the data at compile time, so it must know then how large the delay is.

 

For a dynamic buffer size, you might search the forums or web for a LabVIEW circular buffer example, of which there should be many.

Jarrod S.
National Instruments
Message 2 of 3
(2,842 Views)

I am actually already using a circular buffer. I developed that before I knew about the delayed feedback node. I wanted to do a performance comparison between the two but I need it to be dynamic either way.

Message 3 of 3
(2,824 Views)