04-23-2006 11:12 AM
04-23-2006 12:03 PM
If you want to do this as a seperate process your best bet is probably to register each of those VI's references with that service whenever they open the files and then you can use the VI class property Execution>>State. If you get the idle state or an error that means the VI stopped or was closed.
What I don't understand though is why not do the closing inside the VI that opens the reference. That would seem to be much more elegant and easy to understand.
04-24-2006 08:04 AM
04-24-2006 08:28 AM - edited 04-24-2006 08:28 AM
Message Edited by Tomi M on 04-24-2006 04:32 PM
04-24-2006 12:01 PM
04-24-2006 12:55 PM
04-25-2006 08:05 AM