10-28-2016, 10:07 PM
(This post was last modified: 10-28-2016, 10:33 PM by wexfordman.)
Hi,
Still sruggling with getting my heating working corretly, and I think the problem is down to counters and adding etc.
Here is my response
Before I execute, my counter value are as follows
After running, my values are
Can anyone explain this, as these are not the results I would expect at all!
Still sruggling with getting my heating working corretly, and I think the problem is down to counters and adding etc.
Here is my response
Code:
Get counter 91Code:
get negative
add living_stback_tmp
set living_stback_tmp
Get counter living_dset_temp
add living_stback_tmp
Set living_stback_temp
get counter heat_hyst
Get negative
add living_stback_tmp
Set heat_livingdelta
Do heat living allignCode:
counter 91 = 22
living_stback_tmp =100
living_dset_temp=25
heat_hyst= 2Code:
counter 91 = 2
living_stback_tmp =280
living_dset_temp=25
heat_hyst = 2
livingdelta = 65535Can anyone explain this, as these are not the results I would expect at all!
