Home AMX User Forum AMXForums Archive Threads AMX Hardware
Options

CP4 Sleep timeout

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

Comments

  • Options
    Joe HebertJoe Hebert Posts: 2,159
    jwells wrote:
    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.
    From AMX-PI
    SPECIAL ON PANEL STRING COMMANDS:

    "'$ST <sleep timeout>'"

    Set sleep timeout in minutes 1-240.
    HTH
Sign In or Register to comment.