Sally Posted April 30, 2007 Report Share Posted April 30, 2007 Dear all , Still remember my security system ! I have uploaded my code , the user must enter a password to open the door . but now I have 2 show the password in the screen as stars!! How??????????!!! I do not know how 2 connect multi string with one indicator ! I have tried 2 do local varaible but did not work . See my code I need ur help in displaying stars whenever any button is pressed Quote Link to comment
Ton Plomp Posted April 30, 2007 Report Share Posted April 30, 2007 Hi Sally, thanks for the code (I haven't looked at it yet), but your problem is relatively simple. Right click on the indicator and select 'password display' Ton Quote Link to comment
i2dx Posted April 30, 2007 Report Share Posted April 30, 2007 QUOTE(Sally @ Apr 29 2007, 02:33 PM) Dear all ,Still remember my security system ! I have uploaded my code , the user must enter a password to open the door . but now I have 2 show the password in the screen as stars!! How??????????!!! I do not know how 2 connect multi string with one indicator ! I have tried 2 do local varaible but did not work . See my code I need ur help in displaying stars whenever any button is pressed just make a right-click on your indicator and select "password display": http://forums.lavag.org/index.php?act=attach&type=post&id=5660''>http://forums.lavag.org/index.php?act=attach&type=post&id=5660'>http://forums.lavag.org/index.php?act=attach&type=post&id=5660 Quote Link to comment
Sally Posted April 30, 2007 Author Report Share Posted April 30, 2007 it will make stars for the string not the numbers!! plz test my program and check ur suggestion Quote Link to comment
crelf Posted April 30, 2007 Report Share Posted April 30, 2007 QUOTE(Sally @ Apr 30 2007, 04:22 AM) it will make stars for the string not the numbers!! Nope - the strings is still there, but only stars are displayed. Try this: drop down a string control with password display turned on, then wire it directly to a string indicator in normal mode (don't change anything). Now type something into the control (you will see an asterisk for each character you type) and then run the VI - voila! The test you typed (but couldn't see) is now in the indicator. Quote Link to comment
PJM_labview Posted April 30, 2007 Report Share Posted April 30, 2007 I felt generous today. I rewrite your VI to do what I think you want (I am far from certain that this is the case though). http://forums.lavag.org/index.php?act=attach&type=post&id=5666 http://forums.lavag.org/index.php?act=attach&type=post&id=5665 I add quite a few comments that should answer most of your questions. PJM http://forums.lavag.org/index.php?act=attach&type=post&id=5664 Quote Link to comment
Shashi C S Posted May 1, 2007 Report Share Posted May 1, 2007 QUOTE(Sally @ Apr 29 2007, 08:33 PM) Dear all ,Still remember my security system ! I have uploaded my code , the user must enter a password to open the door . but now I have 2 show the password in the screen as stars!! How??????????!!! I do not know how 2 connect multi string with one indicator ! I have tried 2 do local varaible but did not work . See my code I need ur help in displaying stars whenever any button is pressed Hey! see attached Calc2.vi (its simple calculator) Go through its source code you will get an idea for "how 2 connect multi string with one indicator " Cheers.. Shashi 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.