LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple waveform charts

Just a general conceptual question:

 

I want to generate multiple waveform charts,

The amount of charts can be variable....

I want them all laid out on the same panel at the end of the running of the program

 

What is the best way to do this, multiple VI's, clone VI etc.?

 

thank you

0 Kudos
Message 1 of 3
(706 Views)

Hi LED,

 


@LED47 wrote:

Just a general conceptual question:

 

I want to generate multiple waveform charts,

The amount of charts can be variable....

I want them all laid out on the same panel at the end of the running of the program

 

What is the best way to do this, multiple VI's, clone VI etc.?


In LabVIEW you cannot create new indidcators at runtime, you have to create/define them at edit time.

So you should create the amount of needed indicators in your VI(s)!

Note: you can hide indicators at runtime when you don't need to show them on your UI…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(698 Views)

excellent answer thank you!

0 Kudos
Message 3 of 3
(695 Views)