LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

X-Y-Z plotting keeping data values on intensity chart

Hello,

I have arrival of n- triplet points in the form {x,y,z} per loop cycle. For simplicity let us assume that n=1 and only a single triplet arrives per cycle, I would like show them on Intensity chart graph where x values correspond to time, y values to frequency and z values to different intensity.Something like in the attached image but the graph should update its range as the data arrive, plot  against the data values and for each cycle replot keeping previous values.

 

Thanks !

Download All
0 Kudos
Message 1 of 4
(2,609 Views)

Intensity graph 3 will update on each loop iteration because the terminal is inside the loop.  Intensity 2 will only show the final result when the loop ends.

0 Kudos
Message 2 of 4
(2,589 Views)

Thank you for your reply. The intensity graph outside the loop should not be there. 

0 Kudos
Message 3 of 4
(2,583 Views)

Hi,

 

If you want your graph to retain the previous data and also to plot the new data, it would be better to use intensity chart instead of intensity graph.

 

Regards,

Karthiga

0 Kudos
Message 4 of 4
(2,567 Views)