MFR - Programmable Rednet Controller - State Cell/ adjustable on/off timer

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Fanzypantzy

New Member
Jul 29, 2019
1
0
0
Soo I'm trying to replicate the state cell thingy from RP that I used for my reactors, since I want to make dangerous reactors that need constant cool-downs : D Though I can't for the love of me, wrap my head around something weird that is happening. I get the basic timer to work with two delays and a single SR-Latch
Here is a quick rundown of the circuits: http://imgur.com/a/bLTdG

Basically I want to be able to control it on and off with a master toggle, which will power down the entire powerplant if one of the reactors overheat or the manual switch has been toggeled. This delay thingy I made works as it is, but I have no way to control it. Or is there an easier way to control how long a signal will stay on and how long it will stay off? (for automated cool-down etc)

So this cool-down will help me alot, I got the master control worked out, but I still need this last piece to function before I can venture on trying not to nuke my base.

Edit: I poked around a bit with it, I took away the passtrough thinking the cell would work again, but no. Now its stuck in that lame loop with a little pulse when it should be off..

Edit 2: Used a memory stick to copy and paste the old program with the passtrought and it worked until I started poking around with the timing, and then i also figured out constant only work up to 255 ticks... almost easier to make with vanilla xD
 

nghiadeghet

New Member
Jul 29, 2019
2
0
0
Hi. I stumbled across this post and thought I'd help, in case you still haven't gotten it to work with a controller.

http://imgur.com/a/bD5QO
Output is on the right.
Master switch on the left.

You can also lengthen ticks by combining multiple delays with an inverter, passing along output from one delay into another delay as input.