Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Current vs Speed Graph...

I'm sending a file where I'm reading the serial port (not using visa) to have speed information (Velocidade) and a Single Scan to read current (Corrente).

I had no success putting them in a XY graph where Velocidade is the X scale and Corrente is Y scale.
This information is inside de conditional loop. Sorry for the mess... lots of unnecessary indicators.
How do I do that?
I'm using Labview 6.0.
Thanks in advance.

Erick
0 Kudos
Message 1 of 2
(2,852 Views)
A quick question on your code. Do you want an XY graph, or do you want charts.

If you want an XY graph, then you need an array of the X data and an array of Y data. You then bundle those together and wire them to your graph. Take a look at the attached image.
0 Kudos
Message 2 of 2
(2,852 Views)