Consultant with expertise with HAI/OmniPro/UPB?

BTW - same boat as the original authors, would live to hire a pro to help configure this thing (drop in replacement of old HMS ONQ-1050 with HAI OmniPro II and recover as much of the programming as possible
 
I've managed to get communication working between Dealer PC Access v3 and my OmniPro II rev 4B controller.
I also have a Hardware Expansion board and it's zones working as Entry/Exit zones that show SECURE or NOT READY appropriately.

I have some rudimentary programming:
WHEN Door NOT READY
ANDIF Main House NIGHT
THEN All Consoles BEEP ON
THEN SAY Door INTRUSION ALERT

If I set the system to NIGHT and then open the door, it trips and all consoles beep...
but entering the code does not disarm and reset...

I used to have a much older board with:
WHEN door NOT READY
&IF Main House AWAY
SAY [Beep] [Pause] ENTER CODE

but I can't find the equivalent on the updated system... am I missing something really easy?
I wish this thing had an API or command line... programming by drop down is a pain
When I use your program, and open a door, I get a burglary alarm. I press disarm and enter my code and it clears.
Thats using zone type entry/exit.
What does your console display when the event happens?

I'm a bit confused about what you are doing. Why do the all consoles beep command, when the event causes the consoles to steady beep burglar alarm? Is it to notify you in other areas than main house?
 
Last edited:
You are correct, it disables the alarm - good...
I was confused as all the consoles beep regularly once an alarm has been tripped, even after disabling the alert with a code.
Only way to stop the beeping, turn it all off.

Perhaps it is my consoles beep command is not needed.
 
That was it - unneeded All Consoles Beep was not getting reset... removed and now alarm working properly...
Now to fix the one console that has died and get the other programs up and running.


WHEN Door NOT READY
ANDIF Main House NIGHT
THEN SAY Door INTRUSION ALERT
 
Back
Top