03-13-2023 01:33 PM
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
03-13-2023 01:49 PM
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…
03-13-2023 01:57 PM
excellent answer thank you!