LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a user login page in labview ?

HI
 
 I need to create a user login access page in labview and save the username and password in MS excel. I also want to create a button for the user to change the password so that the password will be changed in the excel file. Can anyone help me by sending a similar code pls?.
 
Thanks
Liju
 
  
0 Kudos
Message 1 of 3
(7,267 Views)
Hello Liju,

have a look at this:
http://forums.ni.com/ni/board/message?board.id=170&message.id=189341

AnuMathew seems to work on the same problem (or is this an exercise for the whole class?)...

Message Edited by GerdW on 06-13-2006 10:15 AM

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(7,252 Views)

Hi,

you can use this link to read data correctly form Excel Files.

http://sine.ni.com/apps/utf8/niepd_web_display.display_epd4?p_guid=F2A5979F588B6643E0340003BA230ECF

Steps for your application :

1.Make a Excel File file for Username and Passwords (in two Columns each for username and password)

2.Use the above link's VI to rad the data correctly from excel.

3.Use the login VI in examples at >>C:\Program Files\National Instruments\LabVIEW 7.1\examples\general\templates\Dialog using events\Login Dialog.llb\Login dialog.vi

4.)Make use of the Read from Excel.Vi in the Login dialog.VI and the application is done.

Dinesh Kumar

Certified Labview Associate Developer(CLAD)


-----------------------------------------------------------------------------------------------------
Don't Forget to Rate the answers.!!! You can do it in few seconds
-----------------------------------------------------------------------------------------------------
Message 3 of 3
(7,234 Views)