Hi,
I have a counter which will increment/decrement based on the need to have the oil burner on (ie, if the heating calls for hot water then incremnt counter, which then triggers a response to trun on the burner)
My logic is, there are a number of different reasons for having the burner on, so as each resource calls for the burner, i increment the counter by one, and decrement it by 1 when a resource no longer needs it.
So my counter response triggers the activation of he heating based on the value of the counter!
But, for some reason the counter response is not triggering ?
Counter 88 triggers a response called "HEAT BURNER TOGGLE"
If counter "burner_required" = 0 then
Do "Heat burner off"
else if counter "burner_required">0
do "heat burner on"
end if
end if
The change in counter value is working when I request it, but it is not triggering the response!
I am under a bi of pressure to get this up and running, as I need to have it working in order to qualify for a home heating grant which expires end of the month, so would really appreciate some help.
I am basivaly trying to get comfort up and running with thermostatic control based on scs values etc.
Last edited on Wednesday Oct 12th, 2016 06:47 am by
|