Hi everyone!
So here is the situation: I have all my different generators wired to an array of MFEs to store the energy, and then after the array i have all my machines, which are most of the time working.
The thing is, whenever I'm not heavily macerating, compressing and extracting things, the generators fill up really quickly the energy storage array.
Therefore, in order to not have a lot of unused energy, I thought of having a mass generator that would only work whenever I have all my storage array completely filled.
What i want is: Some machines (macerators, furnaces and so on) are able to work whenever there's any energy on the storage array, and some other machines (mass generator) will not work unless the array is completely full (meaning machines are not working).
I thought about a switch cable, that will be turned on by redstone to power the mass generator, but for that some kind of mechanism that automatically powers the redstone would be needed.
Does anyone have any idea about how this could be achieved?