Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make waveform graph plot. signal vs. time?

 
0 Kudos
Message 1 of 3
(9,075 Views)

Hello. I just started using LabView.

My problem is: how do I go from the digital signal (in the form of a string value) to its plot using waveform graph. My eventual goal is to monitor signal vs. time?

Thanks,

Tony

0 Kudos
Message 2 of 3
(9,071 Views)
 

Hi Tony,

Where are you getting your digital string from?  What exactly is the format of the digital string.  What you will probably want to do is turn the string into an array and then use the Build Waveform VI to build up a waveform of your data.  Waveforms have three components:  the array of data (Y), a starting time (t0), and the change in time between samples (dt).  You can then write your array to the Digital Waveform Graph.

 

Hope this helps,
Megan B.
National Instruments

0 Kudos
Message 3 of 3
(9,046 Views)