LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Front Panel Enabling/Visibility

        Hi,

I have two subVI's and I want to run them synchronously. I could do it but whenever one subVI is working, it's front panel becomes active. The subVI should run but I shouldn't see that it is made active. If you check out my VI, you are going to easily understand my problem. Any help would be appreciated.

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

Hi siberrano,

 

at first: get rid of those local variables. ALL OF THEM! They aren't needed here!

Then you should not use sequences when you want to run things in parallel. That's contrary to DATAFLOW! You need to THINK DATAFLOW!

 

The subVI should run but I shouldn't see that it is made active.

Then you need to change the subVI's properties in their VI properties dialog by setting subVI properties using right click menu in the BD of the main VI…

Best regards,
GerdW


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