Benyamin.KH20 Posted June 17, 2016 Report Share Posted June 17, 2016 Hello to all i want get a value control from other vi page how can i write this program tnx a lot Quote Link to comment
prettypwnie Posted June 20, 2016 Report Share Posted June 20, 2016 (edited) I'm not sure exactly what mean by another "vi page" but if you mean you want to programmatically read the value of controls on one VI's front panel from another VI, here is an example of how to do that. You can try running the top level VI and there is a subVI that will give back the values of the controls on the top level's front panel. Why do you want to do this, though? It might make sense if you're building some kind of documentation tool to log things about your VIs, but otherwise, is there a reason you can't just use a normal method of transferring data between VIs such as a queue or user event? Or maybe I'm not understanding what you're trying to do... Example.zip Edited June 20, 2016 by prettypwnie 1 Quote Link to comment
Benyamin.KH20 Posted July 3, 2016 Author Report Share Posted July 3, 2016 thanks this example is very useful for me 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.