LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot graph with numeric output values

Hi Everyone, Can anyone lead me to board/question that has been post in this forum related to plotting graph from numeric values obtained.

From the attachment, I would like to plot graph (data vs time) based on all numeric output values obtained from the signal. This 'numeric' values are data that has been decoded from Sample Hi Data and Sample Lo Data values.  Can anyone give me lead or hint for me to do this.

 

thank you in advance for all suggestions.

 

 

 

0 Kudos
Message 1 of 2
(2,998 Views)

Hi Lan,


Good afternoon and I hope your well today.


Thanks for the post. 

 

I have attached some example code in LabVIEW 8.6. 

 

You can display numeric data by wiring it into a chart. A chart will store all is values until you reset it. Because of this, its ideal for being within a while loop. You can also you a digital waveform graph to display digital data.

 

To display current time please refer to knowledgebase Displaying Current Time on a LabVIEW Chart.

 

display1.JPG

 

display2.JPG

I hope this helps, please let me know if you have any questions. 

 

Kind Regards
James Hillman
Applications Engineer 2008 to 2009 National Instruments UK & Ireland
Loughborough University UK - 2006 to 2011
Remember Kudos those who help! 😉
0 Kudos
Message 2 of 2
(2,988 Views)