TPD5 Password Protected Page
edgelitoc
Junior Member
Hi all,
Does anybody had application to password protect page flips on TPD5. I know on TPD4 there is an option to password protect page flips.
Does anybody had application to password protect page flips on TPD5. I know on TPD4 there is an option to password protect page flips.
Comments
-
This feature is not currently available in TPD5.
-
This feature is not currently available in TPD5.
is there a way to password protect page flips on TPD5 -
Popup a keypad from the button and then use netlinx code to verify the password and send_command the page flip if it passes.
-
Popup a keypad from the button and then use netlinx code to verify the password and send_command the page flip if it passes.
how would you have a feedback from the system keypad as tpd5 does not support it yet, in TPD4 I can make a button to pop up a keypad without involving netlinx code... thanks for your response,,,, -
Why not use netlinx code? I've often found it much quicker to finish a job using a workaround then spend time encouraging AMX to add new features to their firmware.
DEFINE_CONSTANT Integer nKeypadButtons[] = { 100, // KP 0 101, // KP 1 102, // KP 2 103, // KP 3 104, // KP 4 105, // KP 5 106, // KP 6 107, // KP 7 108, // KP 8 109 // KP 9 } DEFINE_EVENT Button_Event[dvPanel,nKeypadButtons] { Push: cPasswordString = Right_String("cPasswordString,Itoa(Get_Last(nKeypadButtons)-1)",4) } Button_Event[dvPanel,110] // Password keypad enter { Push: If(cPasswordString='1234') Send_Command dvPanel,'^PPN-Whatever' } -
Why not use netlinx code? I've often found it much quicker to finish a job using a workaround then spend time encouraging AMX to add new features to their firmware.
DEFINE_CONSTANT Integer nKeypadButtons[] = { 100, // KP 0 101, // KP 1 102, // KP 2 103, // KP 3 104, // KP 4 105, // KP 5 106, // KP 6 107, // KP 7 108, // KP 8 109 // KP 9 } DEFINE_EVENT Button_Event[dvPanel,nKeypadButtons] { Push: cPasswordString = Right_String("cPasswordString,Itoa(Get_Last(nKeypadButtons)-1)",4) } Button_Event[dvPanel,110] // Password keypad enter { Push: If(cPasswordString='1234') Send_Command dvPanel,'^PPN-Whatever' }
thanks Greg for the sample programming,, this is for a fixed password right.. how about if customer wants to make his own password... thanks again.... -
That was just a conceptual example.
The actual implementation would fall into the category of "AMX programming" which our sales team would be happy to quote for you. ;-) -
That was just a conceptual example.
The actual implementation would fall into the category of "AMX programming" which our sales team would be happy to quote for you. ;-)
Oh that was fun... I just check if you already have a sample for it,, thanks anyways for your great help... -
We have an upcoming G5 firmware and TPD5 release targeted for the end of the year. This feature has been added back in.
-
We have an upcoming G5 firmware and TPD5 release targeted for the end of the year. This feature has been added back in.
That is good to hear, that was always a major benefit of TP4 having built-in password handling. I know you can work around this with code and all, but if the customer wants a password that is changeable, then the code gets more complex, and the UI pages to handle setting a new password start to eat up time.
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums