LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Performance with overlapping hidden subpanels

I am debugging some performance issues with a large Labview user interface program.  In order to break the large number of controls into usable groups, I am using several subvi's that are called at start and run asynchronously in subpanels.  All the subpanels are overlapping, but only one is visible at a time - when the user asks for a different panel, the others are hidden and the relevant one is made visible.  My question is, is Labview still taking time to draw the hidden subpanels?  I'm aware that overlapping controls can impact performance, but I was hoping that hiding the others would eliminate that performance sink.  Any thoughts?

0 Kudos
Message 1 of 2
(2,115 Views)

Hi Achinnery,

 

 is Labview still taking time to draw the hidden subpanels? No, it isn't.

But if it's the case. use proprety node and set others sub-panels "invisible".

 

Regards,

Fred.

 

Kudos are welcomeSmiley Happy

 

0 Kudos
Message 2 of 2
(2,106 Views)