Question about using rednet and an MFE buffer

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

AlanEsh

New Member
Jul 29, 2019
907
0
0
I'm trying to come up with the proper rednet controller circuit to do the following:

a ) Check a gate to see if an MFE is empty.
b ) Check another gate to see if that same MFE has room for more charge.
If a and b are true, turn on output.
If either a or b become untrue, change nothing.
If NEITHER a or b is true, turn off the output.

Basically, when the MFE is empty I want to start charging it, and I don't want to stop charging it until it is full. Once it is full, don't start charging again until it is empty.
 

AlanEsh

New Member
Jul 29, 2019
907
0
0
OK I think i figured it out, SR-Latch.

S "sets" the output to ON when the MFE reports as empty.
R "resets" the output to OFF when the MFE reports as full.
 

AlanEsh

New Member
Jul 29, 2019
907
0
0
Cool, thanks for the help.[DOUBLEPOST=1380929041][/DOUBLEPOST]Any time! glad I could help!