LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement user control in LabVIEW

I am programming a LabVIEW and want to implement a user control, so that an operator needs to login with his user name and password. I would like to learn if it is possible to do this in LabVIEW.

 

Ideally, the user can directly use windows domain directory user name without login. If it is not doable, a user database can be created. 

0 Kudos
Message 1 of 4
(3,272 Views)
Did u try prompt user to input and display message to user blocks they may primarily help you....
0 Kudos
Message 2 of 4
(3,256 Views)

Many things are doable in LabVIEW. LabVIEW is as much a programming language as C is. Thus, you can do what you ask for. In fact, there's an example that ships with LabVIEW that does something very close to what you're asking. Open the Example Finder and search for "dialog".

 

As for the Windows domain directory verification, are you operating within Active Directory, or the old NT domain model? Did you try a search? The easiest solution is to use .NET. A VI was posted in this thread.

 

To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.

0 Kudos
Message 3 of 4
(3,243 Views)
Try finding some examples from http://search.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/en/pg/1/ps/30/sn/catnav:ex,n6:ProgrammingFundamentals,n8:4.28/q/user%20login/
0 Kudos
Message 4 of 4
(3,217 Views)