02-03-2006 10:47 AM
03-13-2006 06:19 AM
03-13-2006 06:52 AM
I had some trouble with doing the dynamic approach because for some reason the subsystems always loaded in the run state even when I unchecked the run on load. I wanted to load all the subsystems and then run them from the invoke node, this way a could call them asynchronously, but it didnt work. I know this can be done since I have done plug-in architecture many times, just couldn't getting it working here, I did get a non dynamic approach to work but it did complicate the diagram unnecessarily.
Paul
03-13-2006 08:03 AM
03-13-2006 09:05 AM
03-13-2006 09:36 AM
03-13-2006 09:44 AM
In Labview 7
03-13-2006 10:00 AM
Thanks I see what I am doing, I was using the invoke which was running the vi, I have to use the RUNVI since the subsystems are invoked asynchronously. To set the values of the subvi I should open a reference, set the values of the input parameters using the set value, then call the the runvi with the wait until done as false to allow for the asynchronous execution in a new thread. Thanks for all the help. I will give this modification a try today.
Paul
03-13-2006 01:02 PM
03-13-2006 05:02 PM