LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plotting a graph in LabView

Hi all,

 

I am working on an application that connects to an SQL database. I've got the database set up alright and have got all of the connections to it working properly. I am able to extract the info from the database and display it in tables and multi-column list boxes on the front panel by use of SQL statements.

 

Now I want to add a couple of graphs to the application that plot the data from these tables and list boxes as well some data straight from the SQL database. I also want to generate multiple plots on the same graph.

 

For example, I have a table in the SQL database with three columns A, B and C.  I will have A on the x-axis, the y-axis will be a simple scale from 0 - 25 and I want to plot the data in both B and C against A on the same graph.

 

Finally is it possible to label the x-axis using the values in column A or perhaps the points on the two plots of B and C.

 

Any help will be greatly appreciated.

 

Cheers.

 

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

Something like this?

 

XY graph.PNG

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 2 of 2
(2,686 Views)