sandalle / minecraft_bigreactor_control

Minecraft BigReactor Computercraft Control Program
MIT License
76 stars 41 forks source link

Don't calculate unknowable numbers #55

Closed thetaphi closed 9 years ago

thetaphi commented 9 years ago

The concept of "steam production capacity" was nice for display, but useless when you don't know what's max capacity. Not without a calibration procedure on startup at least, and I almost implemented it. But that would have broken existing setups, and straight supply/demand numbers in mB work as well.

In the process, I fixed some flow rate peculiarities. Under certain loads, RPM would drop until double time kicked in, since flow rate took too long to pick up after a coil disengage on buffer full. Now the coil engage on buffer empty sets flow rate based on an estimate for the configured RPM.

Closes #54

sandalle commented 9 years ago

Thank you for your work on this, @thetaphi . :) :+1:

thetaphi commented 9 years ago

Always a pleasure :)