LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create a random number generator protected by password and user name?

Solved!
Go to solution

Epsilonn wrote:

Thanks, one last thing if you don't mind...if it's not to complicated, how can I make the program to show me the block diagram ONLY after login? 

We don't have a book assigned to the course, we only guide via the internet...I'm a student....college....you know....

 

 


See this link here.  I dont think it is exactly what you want to do but it may work.  I don't know how to do this programmatically, maybe Altenbach or Smercurio will see this post and help out.

Message Edited by jmcbee on 03-12-2009 03:19 PM
0 Kudos
Message 21 of 28
(1,253 Views)
Ok....I just heard that I have to put the three users and passwords in three txt files, each txt containing one user and one password. How do I link the code to the txt files that are in my computer??
0 Kudos
Message 22 of 28
(1,239 Views)
You will need to add another event to the event structure (it will essentially replace the Login event), I would call it "Get Credentials from File", and within this state you will need to read those files, parse them and wire the data to the authenticator.  Give this a try and ask questions as they come up
0 Kudos
Message 23 of 28
(1,234 Views)
An example would be more convenient because I just started to work with this program and I'm trying to get familiar with it.
0 Kudos
Message 24 of 28
(1,230 Views)
I dont have access to LabVIEW at the moment, but if you look at the program you have as an example you should be able to makea  good attempt with this modification.  Try it out and post your result and I can help you fix it if it needs fixin'
0 Kudos
Message 25 of 28
(1,228 Views)
You are planning to do some of this homework yourself, right?
0 Kudos
Message 26 of 28
(1,207 Views)
Make sure you understand the suggestions you are given.  I doubt you will have access to the forums during an exam.
0 Kudos
Message 27 of 28
(1,202 Views)
Thank you all for the answers!!!
0 Kudos
Message 28 of 28
(1,193 Views)