killervette Posted December 3, 2011 Posted December 3, 2011 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.
Chris Jahn Posted December 3, 2011 Posted December 3, 2011 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
Recommended Posts