wwat Posted August 11, 2013 Share Posted August 11, 2013 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 More sharing options...
LeeG Posted August 11, 2013 Share Posted August 11, 2013 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 More sharing options...
wwat Posted August 12, 2013 Author Share Posted August 12, 2013 Perfect Lee, thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.