Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

two input on a X-Y Graph

Hello All,
 
I am new to Labview and trying to display analogue input voltage(Y-axis) against angular encoder input (X-axis) currently I am having problem displaying a line graph when I run just a dot appears for my Y-axis value. I need to display this progressive line graph so that after I run the program I could scroll back and see variation of Y-axis against X-axis. I manage to display a graph of my anologue input if I use a waveform graph but this only gives me it against time and I need against counter input value.  Also the input values (analogue input vs encoder input) needs to be stored in a Excel file. Any suggestion or advice is greatly appreciated.
 
 
The VI is attached for consideration.
 
 
Thanks
 
Duran
 
 
0 Kudos
Message 1 of 3
(2,602 Views)

The Build XY Graph function has a reset input. The default is True which means that each time it is called, the old data is lost. Wire a False constant to this input.

You can use the Write to Measurement File to save data in a text file that can be imported into Excel.

0 Kudos
Message 2 of 3
(2,599 Views)
Thanks Dennis it really helped.
0 Kudos
Message 3 of 3
(2,575 Views)