LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

need assistance in plotting multiples values with respect to time

Hi
freinds, iam reading a xls file as below attached ,and then iam trying to plot all the 4 parameters with respect to time.but iam able to display only one graph how can plot all 4 parameters in one graph,kindly take look into my own programme.

Regards
rajesh
0 Kudos
Message 1 of 6
(2,782 Views)
HI
please find the vi , download both files xls as well as labview programme and run then you may get clear picture of my problem.

Regards
rajesh
0 Kudos
Message 2 of 6
(2,772 Views)
You can only attach one file. If you want to provide several, zip them into one file.
Check out this thread.

___________________
Try to take over the world!
0 Kudos
Message 3 of 6
(2,766 Views)
Hi
freinds, iam reading a xls file as below attached ,and then iam trying to plot all the 4 parameters with respect to time.but iam able to display only one graph how can plot all 4 parameters in one graph,kindly take look into my own programme.

Regards
rajesh
0 Kudos
Message 4 of 6
(2,759 Views)
You can show all 4 plots in one window or in 4 separate windows. Because one of your data sets reach into the thousands and another of your data sets are very low (less than one), I recommend 4 separate windows. Trying to display all in one window will result in your last two data sets being so close to the bottom that you won't see any resolution. To solve your problem, refer to the attached vi. I have changed your build array into a bundle cluster. I went into the properties page of the waveform chart and selected 4 plots with different colors for each plot. When changing from build array to bundle cluster, you may notice that the chart changes to show 4 windows instead of one. To plot all graphs on one window, right click on chart and select Overlay Plots. To change back to 4 windows, right click and select Stack Plots.
- tbob

Inventor of the WORM Global
0 Kudos
Message 5 of 6
(2,751 Views)
HI
TBOB I AM REALLY THANKFUL TO YOU , WELL NOW MY PROGRAMME WILL GET GOOD LOOK , THANKS

regards
rajesh
0 Kudos
Message 6 of 6
(2,742 Views)