HAI OmniLT Programming Help.

jareds

New Member
Hi all.

I am relatively new to the home automation scene - but not very new to programming etc.

This may seem very stupid BUT I can not get the following lines to work.............
Gates - Zone.
Time1min - Flag.

"When GATES not ready:Time1min ON for 1 minute"
"When GATES not ready & IF Time1min OFF: BELL on for 1 second"

I am using an OmniLT and have been battling to figure out how to create a timer. This was the only way that I could figure it out. However, it doesnt seem to work.

When monitoring the Flag (Time1min) it works perfectly. When the Gates open, the flag starts it count down from 1 min to zero. I can not debug any further than that though.

Am I doing something wrong?

Any help will be much appreciated.

Thanks,
Jared
 
What are you trying to accomplish?
The second line will only execute after the gate opens, then closes and re-opens within 1 minute.

What is "BELL"?
If it is the alarm output, you can'control that programmatically, even though it is listed in PC Access.
 
I should have said what I'm trying to do hey! :)
Well, I want the siren / bell to chirp if the gate is left open for longer than a minute.
I seem so have come right though. I left that first line of code as is, but changed to the second line to:
When time1min is zero, and if gate is open, then sound the bell for 1 sec .
(Not the exact code - but that is the logic I used. )
This works. :)

Is there some example code that explains the logic for a OmniLT? There is plenty info on everything other than the LT!
 
Back
Top