05-09-2015 04:08 PM
HI everyone
plz how can I navigate betweet two intefaces labview (e.g if I selecte a button from one interface it will takes me to the other one)
cordially
05-09-2015 04:50 PM
@asso24 wrote:
HI everyone
plz how can I navigate betweet two intefaces labview (e.g if I selecte a button from one interface it will takes me to the other one)
cordially
interfaces?
What do you mean?
05-09-2015 05:08 PM
hi
(interface labview) = front panel
05-09-2015 05:46 PM
It is still not clear exactly what you want to do. Two possibilities come to mind.
- Use subpanels.
- Or set the VI Properties >> Window Appearance to "Show front panel when called." You may also want to check "Close afterwards if origianlly closed."
Lynn
05-09-2015 05:46 PM
@asso24 wrote:
hi
(interface labview) = front panel
Honestly, why haven't you taken the free LabVIEW tutorials yet?
05-10-2015 09:26 AM
Yes, first go though the FREE tutorials the when you know enough about LabVIEW to begin tackling your basic problem, check out this post and the couple following it.
Mike...
05-10-2015 09:49 AM
hi everyone I think that you misunderstand me
If I insert the name and the password and I click to the "ok" button It will takes me to another VI , how I can do that , plz have anyone an idea about te diagram
plz see the pic bellow
sorry about my english it is not my language mother
cordially
05-10-2015 10:07 AM
05-11-2015 07:57 AM
The simplest method is to have a top level VI that does not show its front panel. This top level VI is often a state machine. So in your state machine, you just state which VI you call. If you need to show the front panel of that VI that is being called, use the Show Front Panel When Called and the Close Afterward option in the VI properties. So when you call that VI, its front panel will show.