LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

running multiple tabs simultaneously

I'm trying to monitor multiple sensors simultaneously in groups of four by four, each gruop of four being situated in a diffrent tab. The problem is that I can't run simultaneously all tabs to monitor the entire group of sensors. I have a loop instance (while) for each tab and I have to close the running oane each time I want to shift to another tab. Is there a solution for my problem?
0 Kudos
Message 1 of 2
(2,644 Views)
Hi Alin,

run the 4 while loops in parallel...

Displaying values using tabs is not related to running code in your block diagram. Tabs are (mainly) used for separating groups of controls/indicators in the front panel...
Best regards,
GerdW


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