alameer Posted March 17, 2007 Report Share Posted March 17, 2007 i have VI1 and VI2 i need view all change ocure on VI 1 in VI ( Trending ) how i can connect between VI1 and VI2 Quote Link to comment
Eugen Graf Posted March 17, 2007 Report Share Posted March 17, 2007 You look here http://forums.lavag.org/index.php?s=&s...ost&p=25984 Eugen Quote Link to comment
Mike Ashe Posted March 17, 2007 Report Share Posted March 17, 2007 You might want to use a SubPanel (in the Containers palette). If you have not used them before, drop one on a new VI, then go to the diagram. You will find an invoke node there (don't bother looking for the SubPanel Terminal itself, you won't find it and you don't need to go looking yet.** Pop up on the Invoke node and select "Help for Insert VI" which will get you to the help page. Study that a bit then go to the bottom of the help page and open the second example: "Simple Subpanel.vi" and run. You might be able to modify this just fine for your application. Or proceed to the other examples there or go the the Help>>FindExamples menu in LabVIEW and search for subpanel. Good luck! Quote Link to comment
alameer Posted March 18, 2007 Author Report Share Posted March 18, 2007 thanks for reply but i need shared variable btween VI how make it ? Quote Link to comment
Eugen Graf Posted March 18, 2007 Report Share Posted March 18, 2007 I can't answer, I don't use any variables in my VIs. I think it's the wrong way to exchange data between VIs in LV. And by using queues or notifiers you have a realy important feature: it's triggering of tasks. Eugen Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.