08-17-2013 12:42 PM
I have a subvi in my program which is called multiple times, when it's called, it will open its front panel. The text message is sent from main vi. My problem is, if the LabVIEW is a fresh start, this text indicator will not show. It will show whatever send to it afterwards, even after program stops and start again. If I close the program then open again, it will happen again. Any one has explanation? Thanks.
Solved! Go to Solution.
08-17-2013 12:54 PM
08-17-2013 02:11 PM
Hi Denis,
Thanks for the replay. There's no variable involved, just direct wire. The attached are the screenshots. The forum will allow only three attachments, I'll add one more.
08-17-2013 02:12 PM
One more screenshot.
08-17-2013 02:26 PM
08-17-2013 02:33 PM
No one else will have the environment to run the program.
08-17-2013 02:41 PM
Hi Dennis,
Thanks for the reply. I didn't know snippet before, I attached it.
08-17-2013 02:56 PM
But now you did not attach the subVI. Just make it simple and attach the both as VIs.
08-17-2013 03:05 PM
The attached is the subvi, but I didn't attach the dll. Actually, I think later part doesn't matter for the issue. The text is sent to the subvi in the very beginning of the subvi, it should display it. It is direct wire.
Thanks for your help.
08-17-2013 08:27 PM
hi
i don't really see the interest of your global variable string. First, you empty it, and then you do a Match Pattern function. Is this variable used somewhere else, and how?