Sorry if this post is cryptic. My brain is fried, and I've been staring at numbers for too long. I've added variable speed circulator control to the NoFossil Control System, and I've buried myself deep in the world of control algorithms. Last time I did this was ABS systems for airplanes - wood heat is a little different. I have a couple of questions if there's anyone else out there who has injured brain cells on this stuff:
After a few simulations, I'm thoroughly convinced that using the derivative term is a waste of time. The signal noise is too high, and the response time is so slow that there's no point. Is anyone using the derivative portion of a PID control for space heating applications? Does it actually help?
I think I could dispense with the integral term as well if I adaptively set the control bias using the reset ratio, giving me a proportional-only controller that should be able to maintain temperature with virtually no offset. It would be nice to not have to deal with the whole integral windup problem.
Has anyone done this? I find lots of references to outdoor reset controllers and to proportional controllers, but it seems logical to combine the two.
After a few simulations, I'm thoroughly convinced that using the derivative term is a waste of time. The signal noise is too high, and the response time is so slow that there's no point. Is anyone using the derivative portion of a PID control for space heating applications? Does it actually help?
I think I could dispense with the integral term as well if I adaptively set the control bias using the reset ratio, giving me a proportional-only controller that should be able to maintain temperature with virtually no offset. It would be nice to not have to deal with the whole integral windup problem.
Has anyone done this? I find lots of references to outdoor reset controllers and to proportional controllers, but it seems logical to combine the two.