Home AMX User Forum NetLinx Studio

Password

How to put password on startup of TP ? I mean when TP wakeup, how to insert code that will ask for pass and open panel is pass is ok, else do nothing ?

Comments

  • DHawthorneDHawthorne Posts: 4,584
    Set the start-up and inactivity pages to something that requires a button press to do anything useful, then set a password on that button. G4 panels support 4 passwords, you can set different access levels depending on what you want to do. You can change those passwords in code too ... I set a system up where I gave the customer a password setting routine that allows him to change them at will (except the master password), and automatically propogate the change to all the other panels in the system.

    If G4 supports a wake-up page, I'm missing it somehow, but I think the inactivity page does the same job. I only have the Panel Preview tool to mess with on hand, and it works fine there. If there is a difference in a real panel, you can put a string in the WAKEUP secton of the project properties, trap that in code and force a page flip to your password button.
Sign In or Register to comment.