01-28-2025 05:30 AM
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...
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? 🤔
01-28-2025 06:58 AM
Hi Madottati,
I made a quick test to verify, it works for me :
Can you show us what exactly you did?
01-28-2025 01:16 PM
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.