08-07-2014 10:10 PM
Hi all,
I am doing my final year project about labview. I need to connect my mysql workbench database to labview and plotting two sinwave in same graph. I can already connected my labview to mysql and showing the data in labview table.But I need to plot the two sinwave in on graph according to table data. Eg: table data: timestamp wind speed wind direction
2004-01-01 0.5 56
2004-01-01 0.6 60
The attachemtn vi is about inserting file and plot the graph. And now I want plotting the sinwave using table data and the wind speed Y-axis,wind direction Y-axis in both side of my graph and the X-axis is showing the whole day timing like 00:00:00-24:00:00. Can anybody combine these 2 vi to polting the graph according table data not according to file data.Thanks
08-07-2014 10:22 PM