07-17-2008 03:17 AM
07-17-2008 03:28 AM
07-17-2008 03:39 AM
07-17-2008 03:48 AM
Hi Veeru,
are this 18 real applications or are this 18 subvi´s? If it are subvi´s and they do all the same except for some configurations, then you can use vi template. The advantage is that you only have to develop one vi, which you can configurate while calling it. To communicate from the main vi to your subvi, i recommend to use queues or notifier depending on what you need.
Hope it helps.
Mike
07-17-2008 03:57 AM
Thanks Mike
These are real applications(18 machines which does the same operation but i want to control independently(i am trying to control from main vi,anyhow all these 18 applications will be running simultaneously)). I need to monitor all the 18 applications in main Vi(for ex,temperature measurement on each applications).
Your answers are really superb.as i am learning, sometimes i am getting hold at one issue.If u dont mind pls give me some detailed tips.It will be much helpful for me to develope knowledge.
Thanks
07-17-2008 03:59 AM
07-17-2008 04:03 AM
07-17-2008 04:17 AM
07-17-2008 04:33 AM
Hi Veeru,
then use the VI Server functions to start your vi´s, "Open VI Reference", the invoke and property nodes and "Close VI Reference".
Mike
07-17-2008 04:48 AM
Thanks Graziano and Mike
Now i am confused,I got those as individual Vis,at the moment i am launching all the applications by the open by reference method(i have attached the part of vi how i am referencing to activate the applications).
Thanks