Nullllll Posted June 27, 2007 Report Share Posted June 27, 2007 Hi , Plz I need ue help in my VI , I wnat to mosfify my VI so user has chance to re-enter the password if it is wrong but in my VI if it is wrong it will stop the whole VI ! plz help Quote Link to comment
Karissap Posted June 27, 2007 Report Share Posted June 27, 2007 Hi, you only have your buttons connected to the stop terminal of the while loops. If you want to keep continuing until the password is correct use an "AND" Boolean operation with your password equals check to stop the loop. Quote Link to comment
Nullllll Posted June 27, 2007 Author Report Share Posted June 27, 2007 QUOTE(Karissap @ Jun 26 2007, 10:25 PM) Hi, you only have your buttons connected to the stop terminal of the while loops. If you want to keep continuing until the password is correct use an "AND" Boolean operation with your password equals check to stop the loop. how?? i did not get it Quote Link to comment
Karissap Posted June 28, 2007 Report Share Posted June 28, 2007 QUOTE(Nullllll @ Jun 27 2007, 08:27 AM) how??i did not get it Here is a modified version of your code with some of it fixed up, it should ask for the password for a set number of retries (5 at the moment) and not stop. http://forums.lavag.org/index.php?act=attach&type=post&id=6236''>http://forums.lavag.org/index.php?act=attach&type=post&id=6236'>http://forums.lavag.org/index.php?act=attach&type=post&id=6236 Quote Link to comment
Dirk J. Posted June 28, 2007 Report Share Posted June 28, 2007 and voila, Nullll got someone to do his homework again ;-) sure hope Sally is also reading this Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.