LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

registerkarte

Iam using registerkarte in my VI.on this registerkart iam using 4 pages.But if I click on one page it should ask for password.Iam having password subvi,but i dont know how and where to use this subvi.pls tell me how can i do this.
0 Kudos
Message 1 of 2
(2,404 Views)
Hi

There are different ways to solve your problem, depending on the functionality you want to program.

One way could be:

Use a producer/consumer-pattern. In the event-structure, add the value changed-event of the tab-control. Produce a queue-entry in this event-case.
In the according consumer-case you can place your password sub-vi.

You also could place the password sub-vi in the event-case, but, in this case, be aware that all other events are blocked, as long as your password sub-vi is running.

Hope this helps.

Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 2
(2,397 Views)