LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Circular buffer. I need to plot continuously in an xy graph two signals and i do not how to create a circular buffer to hold the data.Mads if you or somebody else can help me with this. ThanksHere is attached the program

I need to plot continuously in an xy graph two signals and i do not how to create a circular buffer to hold the data.Mads if you or somebody else can help me with this.
0 Kudos
Message 1 of 2
(3,607 Views)
There is a shipping example called XY Chart that makes use of a subVI called XY Chart buffer. It works like the built-in buffer of a regular chart in that you can specify the length of the buffer. For short acquisitions, you mike to able to get away with a shift register and a build array for each signal. As each new point is acquired, the build array will append it to the existing array.
Message 2 of 2
(3,607 Views)