LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Linking VI

Hi,

 

I have a main VI in which there are 2 buttons namely Welcome and Description.

 

For Welcome button:when a user presses Welcome button, one more VI named Login screen should open. So when the user enters correct username and pwd and press Ok, it should proceed to further screen, and when the user enters wrong information, it should display an error message.

 

For description button: when the user presses description button, it should open another vi, in which there is one button named cancel. so when the user presses cancel button, it should close that vi and should return to main vi.

 

How can i do this in labview?

 

Thanks in Advance

 

Regards

Soundarya

0 Kudos
Message 1 of 3
(2,121 Views)

Soundarya,

you could make use of Event structure to detect button events .

when a particular event has occured , apropriately direct the user

to the relevant module.

 

Sundar.

0 Kudos
Message 2 of 3
(2,103 Views)

Hi Soundarya,

what's wrong with this? Use only one thread per topic. If you have further questions, please ask in the other one.

 

Mike

0 Kudos
Message 3 of 3
(2,099 Views)