I load a Labview-DLL into a subpanel with the Call Library Function Node. I can quit this DLL (fitted with an event structure) easily with a button on it's front panel. But how can I terminate this DLL programatically from outside? From the calling VI? From another VI?
Thanks for a hint.
Dedel
I have attached my test scenario. A simple VI calls the DLL and places it's front panel on top of it. The DLL handles events and finishes by 'value change' of the stop button - as usual.
The idea behind this all is to have a main panel with some sub panels. The sub panels are filled with exchangeble DLL-VI panels (plug-in's). These panels (DLL-VIs) are invoked from selectors on the main panel and must be released if exchanged.