Try this:
WHENEVER ENTRY DELAY, ANY AREA STARTS
THEN SET Alarm Warn (Counter 10) TO 1
WHENEVER EVERY 20 SECONDS
AND Alarm Warn (Counter 10) IS EQUAL TO 1
THEN TURN Output 016 (Out 16) ON FOR 1 SEC
THEN SET Alarm Warn (Counter 10) TO 0
Thanks Work2Play for the insight. Actually there is no reason why I couldn't do that. The M1 data is being maintained in an SQLite database so it would be straight forward to update some of the fields in the lighting table directly from an additional UPB PIM. The .NET lib presents all of the...
The ps command doesn't really do it for me. That command returns the current status of the lights not the type of lighting device. I'm looking for something like the zd (zone definition) command that tells me whether the device is On/Off, Dimmer, Appliance, or Other. That information is...
I am writing a .NET lib to monitor and control an M1. I have been able to gather all the info I need via the m1's serial protocol except the ability to determine if a lighting device is On/Off or dimming. It is important to know this so that the client software will know how to graphically...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.