Running XControls in Parallel Within LabVIEW

Updated Sep 26, 2024

Reported In

Software

  • LabVIEW

Issue Details

I have noticed that when running multiple XControls within a VI, that they don't run in parallel. They will run one at a time instead of together. Is it possible to run them all in parallel? 

Solution

This is expected behavior and not a bug, there are no plans to make any changes. This is due to how the Facade VI is set up for the XControl, the front panel of the owning VI of the XControl instance is locked, regardless of anything else on the panel.