Jump to content

How do I write program that only fires once.


wwat

Recommended Posts

The following program fires every time the ECM is polled by ISY. How can I structure a program/s to fire just the once for true and once for false instead of continuously.

 

If
       Module 'Electricity' 'Channel 2' Utilization > 100 watts
Then
       Set 'Furnace Room / Furnace Room SL' ON
Else
  - No Actions - (To add one, press 'Action')

Link to comment
Share on other sites

Take a look at the last post in this topic. It is set up for the Then clause only. A second Program would be needed to handle the < condition.

 

viewtopic.php?f=47&t=11022&hilit=once+only

 

Another approach is to Disable the Program as the first Action in the Then clause which would prevent the Program from being triggered more than once. Again a second Program would be used to handle the < condition.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...