Stefduck (Customer) asked a question.

C-more wake up screen

F1 used for wake-up the screen . Start a timer on F1 to put screen off

 

Want to know if a bit is available on the last time some one used the screen for start the timer ?

And to know if i can use the first touch on screen to wake-up the screen

 

Thanks

 


  • Garry (Customer)

    Hi @Stefduck (Customer)​,

    You need to specify a little more information, about your hardware so other people can respond.

    Click PLC

    EA3-T6CL

    Here is some sample logic that will set the backlight off after 300 seconds (5 minutes) and turn it back on when any of the F keys are selected.

    C-More Micro Backlight Color ClickThis code assumes the following:

    F1 to F5 keys mapped to C1 to C5

    The backlight register is DS3

     

    I hope this helps you out.

    Regards,

    Garry

    https://accautomation.ca/series/c-more-micro-hmi/

    https://accautomation.ca/series/click-plc/

    Expand Post
  • Stefduck (Customer)

    Sorry , click and ea3-t6cl c-more micro

     

    But after few test , i doubt it good to wake up by touching screen ... screen is black but button is reactive ... maybe dangerous to start something we dont want

  • Stefduck (Customer)

    Oh thanks ... on my side i used a Drum ,

     

    Start count after press F1 , my wake up button ...

    Start a Drum . First color ( in real is no color selection 0 , for few minutes ) ,after that , each color for ...2sec when arrive at selection 7 (off screen) .... after that drum stop and waiting for another F1 to start

     

    C220 is 0 , c 221 is 1 , a c control a copy box to a entry of the adress+2 word

     

    20210812_162048 

    Expand Post
  • Stefduck (Customer)

    Garry , ypur wsy is lot easier hahab, thanks