06-14-2006 08:12 AM
06-14-2006 08:20 AM
As far as I know, The DSC module does not provide any data analysis and display devices other than the trend graphs.
What you can do is use the picture control to draw your chart. Try placing a radar or polar plot on your front panel (should be inside the Graph>>Controls palette) and you should get some VIs on your diagram which will show you how to work with the picture control.
06-14-2006 09:11 AM
06-14-2006 09:16 AM
06-14-2006 09:23 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
06-14-2006 10:30 AM
@Peachy wrote:
I don't know how a polar plot works and i don't know what to do with the code in the diagram bloc.Is there any example of this?
I don't know of any example for this, but there are some examples for how to use the picture control in the example finder (Help>>Find Examples).
You should be able to do this by using the Draw Arc VI several times to create a circle (or maybe even an ellipse, for the 3D look) with several filled areas. Such code is not terribly complicated, but will take some time to write, so I will leave the exercise to you. You could potentially rip the code from the radar plot VI which creates the labels and the legend.
06-14-2006 10:44 AM
06-14-2006 11:05 AM
One other suggestion...if you have Microsoft Excel and/or Word and the Report Generation Toolkit, there are some MSGraph examples that ship with the toolkit that generate pie graphs:
[LabVIEW]\examples\office\MSGraph Examples.llb\Pie Graph (Excel).vi
[LabVIEW]\examples\office\MSGraph Examples.llb\Pie Graph (Word).vi
-D
06-14-2006 11:13 AM
If you ever have to go back to a pie chart, there is an old LabVIEW example here. Not as nice as g toolbox ... or MS Graph, but it's there.
Peachy wrote:So I change my mind and I'm gonna use a bar graph instead a pie graph.
06-14-2006 11:44 AM