Batch update touch panel sleep settings
mstocum
Junior Member
in AMX Hardware
Is there a way to remotely set the touch panel sleep, and wake on motion settings? Either through telnet or send_commands. I'd really rather not walk to each touch panel and change the settings individually.
Comments
-
I don't know of any way to do this from code, plus it's also an unprotected panel setting that the user can change at any time without knowing the 1988 password. So usually I just show them where they can change it and let them decide how long or short they like it.
The only exception to that is for on panel video playback, then I'll add a <1 minute repeating timeline to make sure the panel stays awake while video is showing:Timeline_Event[TL_PANEL_WAKER] { Stack_Var Integer nTp For(nTp=1;nTp<=Length_Array(dvaTPas);nTp++) { If(nPanelHasVideo[nTp]) { // Watching video here Switch(nVidMatrix[nPanelVidOutput[nTp]]) { Case IN_CABLE: Case IN_KALI: Case IN_ROKU: { Send_Command dvaTPas[nTp],'WAKE' } } } } }
Leave a Comment
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