Jump to content

How to make program work with elk?


killervette

Recommended Posts

Posted

How can I achieve the following in a program. I want to turn on a light when my elk zone becomes violated. The problem i see is that the program will run continuously when the zone stays violated. I just want to run it once until it becomes normal.

Posted

Hi killervette,

 

The program will only run when the status changes, similar to that of status for lights etc.. This program will turn 'My Light' on while the zone is violated, and turn it off when it is not.

 

If
       Elk Zone 'Zone 001' is Violated

Then
       Set 'My Light' On

Else
       Set 'My Light' Off

Guest
This topic is now closed to further replies.

×
×
  • Create New...