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?
↧