Down here in NJ, we had some good weather for burning. For me, thats below 40, preferably below 20 when I can push it hard without hitting the upper temp limit. Since I have less than 200 gallons of water storage, for the most part I have to match boiler output to load, on average. Getting through the night without the gas boiler coming on has been a challange. When its 20 or below, I have to get up twice at night to fire the boiler.
The KP Pyro stock control is probably as simple as it gets. There are 4 capilary bulbs in a well at the top of the boiler- temp display, pump, hi-limit, operating limit. When the fire runs out, the fan stays on until the main power is shut off. This caused the coals to burn out forcing me to re-light each time. I spoke with Zenon about this and he sold me an additional stat for the stack. This would shut down the fan when the fire died off and the stack temp dropped. This worked OK, but not great. After a hot run, the stack temp was maintained until the wood is gone, not helping much there. It was incompatible with the existing operating stat. If they were both set and the operating stat shut off the fan, the stack temp would drop and the stack stat would open, preventing the fan from resuming when the operating stat re-called. If the stack stat was set too high, some ebb and flow of the fire might kick out the fan with a half of a firebox filled with wood. If its set too low, I will have no coals left.
So, until now I have resisted trying to "improve" the controls. I removed the stack stat and put in a control relay to my PLC. the boiler controls are 120v. I also needed a signal that the loading door is open. There is an existing switch, but I need a low voltage signal so I put in a control relay there also. I used 1 set of contacts to do what the switch did, which was to force the fan on if the door is open. Another set of contacts went back to a PLC input. Finally, I installed a manual/auto switch which basically jumped the PLC relay closed in manual. I tucked the relays in (on pigtails) and put the box cover back on.
Then I sat down to write the PLC program. For now my goal was to run the fan for a time, about 3 hrs, after the loading door is shut, then shut down the fan until the loading door opens again.
When I get a chance I want to use time OR stack temp to shut down the fan, or maybe time AND stack temp.
The other feature that I was thinking about is hibernate. Say I load the boiler all day and I get near my max limit. Before bed I stoke the boiler, then have the fan shut down for 2 or 3 hours. Then I should get a 3 hour burn which should get me 6 or 7 hours before I need to re load.
How does everybody else do it? I realize that I am at a disadvantage compared to you guys with gobs of storage.
The KP Pyro stock control is probably as simple as it gets. There are 4 capilary bulbs in a well at the top of the boiler- temp display, pump, hi-limit, operating limit. When the fire runs out, the fan stays on until the main power is shut off. This caused the coals to burn out forcing me to re-light each time. I spoke with Zenon about this and he sold me an additional stat for the stack. This would shut down the fan when the fire died off and the stack temp dropped. This worked OK, but not great. After a hot run, the stack temp was maintained until the wood is gone, not helping much there. It was incompatible with the existing operating stat. If they were both set and the operating stat shut off the fan, the stack temp would drop and the stack stat would open, preventing the fan from resuming when the operating stat re-called. If the stack stat was set too high, some ebb and flow of the fire might kick out the fan with a half of a firebox filled with wood. If its set too low, I will have no coals left.
So, until now I have resisted trying to "improve" the controls. I removed the stack stat and put in a control relay to my PLC. the boiler controls are 120v. I also needed a signal that the loading door is open. There is an existing switch, but I need a low voltage signal so I put in a control relay there also. I used 1 set of contacts to do what the switch did, which was to force the fan on if the door is open. Another set of contacts went back to a PLC input. Finally, I installed a manual/auto switch which basically jumped the PLC relay closed in manual. I tucked the relays in (on pigtails) and put the box cover back on.
Then I sat down to write the PLC program. For now my goal was to run the fan for a time, about 3 hrs, after the loading door is shut, then shut down the fan until the loading door opens again.
When I get a chance I want to use time OR stack temp to shut down the fan, or maybe time AND stack temp.
The other feature that I was thinking about is hibernate. Say I load the boiler all day and I get near my max limit. Before bed I stoke the boiler, then have the fan shut down for 2 or 3 hours. Then I should get a 3 hour burn which should get me 6 or 7 hours before I need to re load.
How does everybody else do it? I realize that I am at a disadvantage compared to you guys with gobs of storage.