LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot data sent through serial port

actually if i'm not mistaken, what i need to do is make the graph update only after reading each complete value because it seems to be updating the graph at every byte of data received. how do i do this?
Regards,
Wen Keat
0 Kudos
Message 11 of 13
(1,074 Views)
If you want to plot the data after obtaining all the 1024 bytes, you would need to plot the data outside the while loop. To do that you will have to tunnel the data through the loop, auto index the tunnel, and wire this indexed tunnel value to the waveform graph.

I hope this helps!
Mehak D.
0 Kudos
Message 12 of 13
(1,045 Views)
Hi mike

i want to plot data by controlling two knobs simultaneously and plot the values according to my control using serial port communication but the problem is that the plot on the graph alternates between the two controls its not changing according to my control for eg if i move the knob1 to 1000 and knob 2 to 4000 these values alternate on the graph i have placed a select control still the problem is not solved can u help me please thank you in advance

 

With regards

Samatha

 

0 Kudos
Message 13 of 13
(891 Views)