CP4 Sleep timeout
jwells
Posts: 25
in AMX Hardware
Hi,
I have an old site which has 19 CP4 touch screens and all but one touch screen is staying illuminated and not going to sleep. I send a set of default commands to them all when the processor is booted up. I can?t see in either the manual or on the touch screen menu an option to set the length of the time out.
SEND_COMMAND TP_Panels[COUNT] ,"'TPAGEON'"
SEND_COMMAND TP_Panels[COUNT] ,"'CLOCK ',DATE,' ',TIME"
SEND_COMMAND TP_Panels[COUNT] ,"'IRWA,1'" // Wake mode 1 enables wake mode
SEND_COMMAND TP_Panels[COUNT] ,"'PBIL,2'" // Enables PIR ilumination
SEND_COMMAND TP_Panels[COUNT] ,"'IRSL,4'" // adjusts PIR sensor threshold
SEND_COMMAND TP_Panels[COUNT] ,"'BRIT-5'" // Britnes level
SEND_COMMAND TP_Panels[COUNT] ,"'CONT-3'" // Contrast level
SEND_COMMAND TP_Panels[COUNT] ,"'PPOF-Transport'"
SEND_COMMAND TP_Panels[COUNT] ,"'PAGE-Main'"
Thanks
Justin
I have an old site which has 19 CP4 touch screens and all but one touch screen is staying illuminated and not going to sleep. I send a set of default commands to them all when the processor is booted up. I can?t see in either the manual or on the touch screen menu an option to set the length of the time out.
SEND_COMMAND TP_Panels[COUNT] ,"'TPAGEON'"
SEND_COMMAND TP_Panels[COUNT] ,"'CLOCK ',DATE,' ',TIME"
SEND_COMMAND TP_Panels[COUNT] ,"'IRWA,1'" // Wake mode 1 enables wake mode
SEND_COMMAND TP_Panels[COUNT] ,"'PBIL,2'" // Enables PIR ilumination
SEND_COMMAND TP_Panels[COUNT] ,"'IRSL,4'" // adjusts PIR sensor threshold
SEND_COMMAND TP_Panels[COUNT] ,"'BRIT-5'" // Britnes level
SEND_COMMAND TP_Panels[COUNT] ,"'CONT-3'" // Contrast level
SEND_COMMAND TP_Panels[COUNT] ,"'PPOF-Transport'"
SEND_COMMAND TP_Panels[COUNT] ,"'PAGE-Main'"
Thanks
Justin
0
Comments