sandalle / minecraft_bigreactor_control

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

turbine overspeed problem #73

Open ResqDiver1317 opened 8 years ago

ResqDiver1317 commented 8 years ago

I am running this with 1 reactor and 2 turbines. when I logged off last night, both turbines were spinning around 1815-1818rpms. I logged in this morning and both of them were spinning around 4500 rpms. I understand loading issues may occur I load in causing them to take off and I don't mind that so much. what I am wondering is can the program use the coils to slow them back down to the set speed of 1800. I know once I start using more power this probably won't be an issue but right now, we are building a new base for 4 of us to play at and I am setting up the power first so we can run lines everywhere. Thanks :)

sandalle commented 8 years ago

The program should be throttling the turbines to stay around the ideal (or manually set) speed. Pull #74 (targeted for the 0.3.18 release) greatly improves the algorithms, so you may want to give that a try if you don't want to wait for the next stable release (no ETA, RL is busy, sorry).

If #74 does fix the issue for you, or if it does not, please let me know so I can find a fix or know that it's fixed. ;)