11-19-2018 03:50 AM
I want to see 4 execution comboBoxes at the same time when parallel model (4 test sockets) run.
I'm using simple user interface (Labview).
Here is how it looks like now:
Soo at the beginning I only see first test socket execution ComboBox. If I want to see others I have to click drop down menu and select appropriate execution. How can I get all 4 executions at the same time on my front panel?
11-20-2018 07:21 AM
Hey,
One way to do this would be to have four execution view managers that you connect to each execution, but this would require an involved redesign of the LabVIEW UI architecture. You would have to go through and connect the managers, register events with each one - essentially, you'd be duplicating the code that is already there for the one execution view manager and ensure that they all display a different one.
Another way is to use this example and to embed the different windows in a subpanel rather than have multiple windows.
Let me know if you have any questions on either! Hope it helps.
Roxy