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.
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.