I'm really not quite sure. I had a power moniter set to turn the reactor off at 85 percent full and on at 50 percent and I had rednet cables connecting to a redstone port. I don't know what I did wrong. Do I have to connect capacitors to it or..?How exactly did your redstone and rednet experiments fail? Both are simple and effective.
I'm really not quite sure. I had a power moniter set to turn the reactor off at 85 percent full and on at 50 percent and I had rednet cables connecting to a redstone port. I don't know what I did wrong. Do I have to connect capacitors to it or..?
Yes. The power monitor sends the signal based on the power in the capacitors, not the reactor. Also, make sure the power monitor is connected via an energy conduit, not directly to the the capacitor. While I'm not sure why Rednet cables wouldn't work, EnderIO redstone conduits definitely do work.I'm really not quite sure. I had a power moniter set to turn the reactor off at 85 percent full and on at 50 percent and I had rednet cables connecting to a redstone port. I don't know what I did wrong. Do I have to connect capacitors to it or..?
Stored power Control Rod Level Result
100% 100% No Power
. . .
. . .
50% 50% 50% Power
. . .
. . .
0% 0% Full Power
Or just 2 Rednet/Redstone Ports and you dont need the PRC. Just 2 lengths of Rednet cable/redstone cable/wire.Rednet Port with Rednet Programmable Controller set to passthrough. Configuration:
Reactor Stored Power level OUT [white] --->> [purple] Control Rod Level IN
This gives:
Code:Stored power Control Rod Level Result 100% 100% No Power . . . . . . 50% 50% 50% Power . . . . . . 0% 0% Full Power
I'm confused on how to set it up in the PRC and the rednet port. Screenshot?Rednet Port with Rednet Programmable Controller set to passthrough. Configuration:
Reactor Stored Power level OUT [white] --->> [purple] Control Rod Level IN
This gives:
Code:Stored power Control Rod Level Result 100% 100% No Power . . . . . . 50% 50% 50% Power . . . . . . 0% 0% Full Power
He is merely using the PRC to turn the White signal into the Purple signal. You dont need the PRC at all if you just use 2 Rednet ports.I'm confused on how to set it up in the PRC and the rednet port. Screenshot?
If you have a problem with your reactor overheating, you need to modify your reactor design or use a better coolant. Most of the reactors I build have a temperature stable at around half full. Typically, that's a 7x7 'X' reactor using either Resonant Ender or Gelled Cryotheum. Pull the coolant out when you set up your Turbine, of course, since the higher temp the better for that.Or just 2 Rednet/Redstone Ports and you dont need the PRC. Just 2 lengths of Rednet cable/redstone cable/wire.
Problem with this setup will however always be that it is oblivious to reactor temperature and will without hesitation bring your reactor up to very high temperatures where you suffer enormous efficiency penalties.
I am well aware of the BR mechanics. What I am referring to is that your best reactor building cost/space usage to power output/fuel efficiency compromises are obtained with reactors that will run way too hot if given full control rod. You can easily build reactors that will run at low temperatures at 0% control rods but that is a total waste of potential and materials. In order to gain enough power output at a high enough efficiency rate you need a lot of fuel rods to irradiate each other. But ofc this means you cannot have them set to 0% control rod.If you have a problem with your reactor overheating, you need to modify your reactor design or use a better coolant. Most of the reactors I build have a temperature stable at around half full. Typically, that's a 7x7 'X' reactor using either Resonant Ender or Gelled Cryotheum.
That is completely utterly wrong I am afraid. For actively cooled reactors you still want the best "thermal conductive materials" (the word coolant is misrepresentative of its function) as possible to transfer heat from the core to the casing(where the steam is created). And you want to keep the temperature low enough to not get penalized too great in fuel efficiency but also high enough to get a decent core radiation percentage. Somewhere around 900C is a good compromise.Pull the coolant out when you set up your Turbine, of course, since the higher temp the better for that.
I tried connecting this to my reactor and a resonant energy cell using the same setup in the forum linked, and it's not working. The computer says it can't find a form of energy storage.I wrote this CC script a bit back to monitor a TE cell or EnderIO capacitor bank and toggle a power source on and off at 10%/90%(can be changed in code):
http://forum.feed-the-beast.com/thr...uide-collection-etc.42664/page-15#post-718973
Fairly simple and I mostly use it to control stuff like Dynamos etc. but it should work just fine for reactors as well(as long as you have the reactor charge the cell/capacitor bank).
If you want something a bit more complex you should try this:
https://github.com/sandalle/minecraft_bigreactor_control
This will automatically dial your Control rods in to a perfect compromise between efficiency and performance(just below 1000C temperatureEDIT: Just noticed that the script have been updated since I last used it and the temperature range have been changed) and toggle the reactor on and off depending on the reactors internal power buffer(I think it is 15% and 85% that are the limits, can be changed in code).
If you are referring to the first script(which I wrote myself), then I think the peripheral names of TE cells and/or EIO capacitor banks might have changed since I wrote the code(in 1.6.4). You can find this by adding a ComputerCraft "Wired Modem" to the device and rightclicking it so it turns red. The correct name should appear in your chat. You would have to replace this in the code:I tried connecting this to my reactor and a resonant energy cell using the same setup in the forum linked, and it's not working. The computer says it can't find a form of energy storage.