Expiring a timer in a switch/SENPIRSS from the logic engine

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by Charlie Crackle, Aug 21, 2005.

  1. Charlie Crackle

    Charlie Crackle

    Joined:
    Aug 3, 2004
    Messages:
    815
    Likes Received:
    8
    Location:
    Melbourne
    Is there a way to expire a Timer in a switch or SENPIRSS from the logic Engine ???


    I have a timer running in a SENPIRSS which turns light on when movement and then off after 10 min of no movement.

    If the person leaves the room tuning off the light as they leave and then reenter before the 10 min has expired the light does not come back on.

    I wanted to do a

    once (GetLightingState("Light") = Off) then
    Begin
    Delay(2);
    ***** Reset this timer *****
    End;



    Charles
     
    Last edited by a moderator: Aug 21, 2005
    Charlie Crackle, Aug 21, 2005
    #1
  2. Charlie Crackle

    Charlie Crackle

    Joined:
    Aug 3, 2004
    Messages:
    815
    Likes Received:
    8
    Location:
    Melbourne
    Worked out I can just reset the Group it controls. Does not reset the timer but has the effect that I wanted.

    Charles
     
    Charlie Crackle, Aug 21, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.