LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create charts/graphs dynamically?

Hi,

Is it possible to create charts/graphs dynamically (on-the-fly) whilst
a VI is running?

What I want to do is for a VI to determine how many charts it needs to
show data and then create them.

Regards,

Adrian.
0 Kudos
Message 1 of 3
(2,643 Views)
Hi Adrian,

you can create as much as you need in maximum and select with the visable
attribute if they are shown or not.

Niko

Adrian Gibbons schrieb:

> Hi,
>
> Is it possible to create charts/graphs dynamically (on-the-fly) whilst
> a VI is running?
>
> What I want to do is for a VI to determine how many charts it needs to
> show data and then create them.
>
> Regards,
>
> Adrian.

--
Ingenieurbüro Mencke & Tegtmeyer
- Meßgeräte für die Solartechnik -
Laubbreite 21
31789 Hameln
Tel. 0 51 51 / 96 33 68
Fax 0 51 51 / 96 33 69
mailto: maris@ib-mut.de
http://www.ib-mut.de
0 Kudos
Message 2 of 3
(2,643 Views)
You are not able to generate any front panel controls and indicators on the fly. One thing you can do (I do not think this is a great solution) is you can have an array of clusters of graphs. I do not think you can do this with waveform charts. Why not just plot multiple traces on the same chart or graph?
0 Kudos
Message 3 of 3
(2,643 Views)