LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Start asynchronous call connector pane

I start a small VI asynchronously multiple times, let's say 3 times generating 3 clones. 

 

The connector Pane of the VI contains a reference for an event and a string. 

 

If I set a breakpoint in the VI, I see the value of the string on the wire. But I don't see the value on the front panel...

 

Madottati_0-1738063604659.png

 

I tried to Open the front panel programmatically before calling the "Start Asynchronous Call" - no success

I tried to create a string indicator in the target VI, directly connected to the input string on the connector pane - no success

 

What caveats I missed? 🤔

0 Kudos
Message 1 of 3
(96 Views)

Hi Madottati,

 

I made a quick test to verify, it works for me :

PinguX_2-1738069087595.png

 

Can you show us what exactly you did?

 

 

0 Kudos
Message 2 of 3
(68 Views)

If you open 3 clones, then each one exists with its own front panel that isn't the same front panel as the VI you leave open, it's just a copy.  The original that you have open wouldn't be used.

 

If you set a breakpoint on the VI that is to be cloned, or set the VI to be cloned to open its front panel while it runs (not beforehand...), then you should see 3 additional front panels open when you run the loop, each populated with the values sent to it.

Message 3 of 3
(40 Views)