LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

running 2 vis in parallel and returning parameters to the caller

I looked at your example and appreciate the feedback.  However, that's not the approach I was looking for.  When I'm finished, I will have about 40 different "child" VIs each with many controls.  The reason I was trying to put the controls for each function in different VIs was to keep the code in the main VI as small as possible.  So I was trying to let each child VI accept user input and pass back to the caller one double with all the data packed into it.  These doubles are then going to be fed into another application written in MatrixX.

 

0 Kudos
Message 11 of 16
(1,020 Views)
Understand.

IMHO the problem is, that you use an array of buttons.
Try to use single buttons and bundle these to an array. If I remember right, then LATCH doesnt work for an array of buttons.

Regards,

Balze
0 Kudos
Message 12 of 16
(1,017 Views)
IMHO?
0 Kudos
Message 13 of 16
(1,013 Views)
sorry 🙂 In My Humble Opinion
0 Kudos
Message 14 of 16
(1,009 Views)
Thanks for your quick responses!!
0 Kudos
Message 15 of 16
(1,003 Views)
The links look like a great place to start.  Now I just have to find the time to go through them.
0 Kudos
Message 16 of 16
(995 Views)