LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

In a XY graph with chart buffer, how to display the current y values for all x values. What happens normally in XY g

raph with chart biffer, recording all y-values in a bin starting from zero. For my purpose while acquiring spectrum corresponding to channel number(X-axis) and counts(Y-axis, each channel has to show the current count value in a Y-axis. How to achieve it.)In a XY graph with circular buffer(chart buffer) for all x values one one y-value i.e,the latest acquired data to be displayed.
0 Kudos
Message 1 of 2
(2,555 Views)
raph with chart biffer, recording all y-values in a bin starting from zero. For my purpose while acquiring spectrum corresponding to channel number(X-axis) and counts(Y-axis, each channel has to show the current count value in a Y-axis. How to achieve it.)You can save your data for the XY graph in shift registers and adding your new data to the old one. Then can display the whole data again.

Stephan
0 Kudos
Message 2 of 2
(2,555 Views)