R4 Display Timeout Command?
vining
X Member
I just went through R4 section of the PI looking for a run time command that would allow me to change the display timeout of the remote but couldn't find anything. Does any one know if such a command exists cuz it's quite possible it's in the there and I just over looked it.
I have a customer who's complaining about the R4's battery life and me thinks when I was there a few weeks ago and uploaded a new file I left the diplay timeout at 0. BTW this time I could not for the life of me connect through TPD4 and had to go in through NS2.
So I would really like to reset the timeout w/o a road trip so any help would be appreciated.
I have a customer who's complaining about the R4's battery life and me thinks when I was there a few weeks ago and uploaded a new file I left the diplay timeout at 0. BTW this time I could not for the life of me connect through TPD4 and had to go in through NS2.
So I would really like to reset the timeout w/o a road trip so any help would be appreciated.
Comments
-
AFAIK, no such command exists for any panel. If you want to avoid further hassles you may want to consider:I just went through R4 section of the PI looking for a run time command that would allow me to change the display timeout of the remote but couldn't find anything. Does any one know if such a command exists cuz it's quite possible it's in the there and I just over looked it.
I have a customer who's complaining about the R4's battery life and me thinks when I was there a few weeks ago and uploaded a new file I left the diplay timeout at 0.
A) Take a copy of the display timeout controls from the setup pages and paste them into your file so that the user can make adjustments.
Or
Build your own timeout by doing something like this:DEFINE_DEVICE dvTP = 10001:1:0 DEFINE_VARIABLE INTEGER nTPTimeout = 100 //10 seconds DEFINE_EVENT DATA_EVENT[dvTP] { ONLINE: { WAIT nTPTimeout 'TP_Timeout' SEND_COMMAND dvTP,'SLEEP' } OFFLINE: { CANCEL_WAIT 'TP_Timeout' } } BUTTON_EVENT[dvTP,0] { //trap every button push PUSH: { CANCEL_WAIT 'TP_Timeout' WAIT nTPTimeout 'TP_Timeout' SEND_COMMAND dvTP,'SLEEP' } } -
Yeah, either method would have been nice to implement had I foreseen my stupidity. Of course all the annoying little steps required to transfer files, that is, when you can actually connect to these remotes does lend itself to these sorts of screw ups.
I could also just create my own "COMMAND" handler in a data_event to handle my own send_commands and then in an online event send the command just in case I should forget again to reset the time out value in the future. Giving the user limited ability to adjust the time out wouldn't be bad thing to do as well but that requires a site visit and a file transfer and I don't particularly enjoy connecting to these remotes.
Thanks for your input Joe.
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