LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use Labview to create a graph of digital voltage signal vs. Time?

I am measuring a digital voltage signal and I need to generate a graph vs. Time and be able to add user controls to start/stop the graphing and be able to export the graph to other programs such as MS Excel. Any help you could give would be much appreciated. Thank you.
0 Kudos
Message 1 of 3
(3,112 Views)
You probably want to use a chart. Place it inside a while loop that runs continuously. The chart should be in a case structure so it is bypassed depending on the boolean pause/continue switch.
To save the data, get the "history data" of the chart via a propery node and save it to a file. It is probably easiest to save it to an ASCII file. Most other programs will be able to read it.

See how far you get. If you get stuck, post your VI and we'll help you. 🙂
0 Kudos
Message 2 of 3
(3,105 Views)
Thanks, I got it to work. 🙂
0 Kudos
Message 3 of 3
(3,092 Views)