Draconic Reactors, ComputerCraft, and eliminating explosions

Discussion in 'Community Talk' started by asidjazz, Jun 22, 2016.

  1. asidjazz

    asidjazz Well-Known Member

    Messages:
    10
    Likes Received:
    10
    Local Time:
    3:07 PM
    Hey all, wanted to share some progress I've had on FTB (node 5)

    I've been loving the OPness of Draconic Evolution, especially the reactors it comes with, and combined with my love of automation, I've tried numerous CC scripts that attempt to keep this up, and finally decided I'd write my own from scratch :

    [​IMG]

    This script is currently mainly targeted on keeping the reactor from exploding, not as much maxing it out (yet). Here is a list of features from my readme:

    • uses a 3x3 advanced computer monitor to display all the stats of your reactor
    • regulates the input gate for the targeted field strength of 50%
      • adjustable
    • immediate shutdown and charge upon your field strength going below 20%
      • adjustable
      • reactor will activate upon a successful charge
    • immediate shutdown when your temperature goes above 8000C
      • adjustable
      • reactor will activate upon temperature cooling down to 3000C
        • adjustable
    • easily tweak your output flux gate via touchscreen
      • +/-100k, 10k, and 1k increments

    You can find more details, installation instructions, and other information here :

    GitHub - acidjazz/drmon: Draconic Reactor computercraft monitoring and failsafe script

    Please feel free to try this out, and I'd really appreciate any feedback, I really would like to get this script as stable as possible. So far with a couple days of stress testing in SP and on the server I think I've eliminated most scenarios that lead to loss, but there's always room for improvement. If you are having any issues getting this running or just need someone to help you feel free to reach out!

    Thanks!

    -asidjazz
     
    Last edited: Jun 25, 2016
    Kissqt, profrags, ben_mkiv and 5 others like this.
  2. SirStudMuffin

    SirStudMuffin Well-Known Member

    Messages:
    2,365
    Likes Received:
    337
    Local Time:
    11:07 PM
  3. chugga_fan

    chugga_fan ME 4M storage cell of knowledge, all the time

    Messages:
    5,861
    Likes Received:
    730
    Local Time:
    6:07 PM
    you act as if i haven't seen this already lol
     
    profrags likes this.
  4. SirStudMuffin

    SirStudMuffin Well-Known Member

    Messages:
    2,365
    Likes Received:
    337
    Local Time:
    11:07 PM
    Always best to check with you, you know this stuff better than i
     
  5. ben_mkiv

    ben_mkiv Well-Known Member

    Messages:
    482
    Likes Received:
    106
    Local Time:
    12:07 AM
    good work m8, the monitoring really looks nice. so thats allready a reason to change my reactors asap ;)
     
  6. johnfg10

    johnfg10 Well-Known Member

    Messages:
    2,430
    Likes Received:
    200
    Local Time:
    11:07 PM
    sure looks like a great system good job :)
     
  7. asidjazz

    asidjazz Well-Known Member

    Messages:
    10
    Likes Received:
    10
    Local Time:
    3:07 PM
    Much appreciated everyone, looking forward to your feedback;

    Quick update, I've been doing a ton of more testing, lots of fixes and improvements, most especially a couple huge finds:

    [​IMG]

    Manual mode for the Input gate, now you can take complete control of both gates via the monitor, and solely use drmon for failsafe functionality.


    I had a reactor blow on node 5, looking into it I found the chunk loaded w/out the comptuer booting up, steveisaspy had a great suggestion I've been trying out that's worked well so far, an autonomous activator against the computer to make sure it turns on (you can use os.shutdown() to test if its working, it should boot back up and start up drmon w/in seconds)

    [​IMG]


    I'll be adding more detail on the github repo.


    -asidjazz
     
    Last edited: Jun 24, 2016
    bobbp likes this.
  8. ben_mkiv

    ben_mkiv Well-Known Member

    Messages:
    482
    Likes Received:
    106
    Local Time:
    12:07 AM
    maybe you can also disable the AA by the computers redstone control when it's running.
     
  9. Kissqt

    Kissqt Patron Tier 2

    Messages:
    186
    Likes Received:
    76
    Local Time:
    12:07 AM
    That's really cool dude should try that when I get back :) seems way more neat than usual interface
     
  10. aBaguette_

    aBaguette_ Roast Chicken Flavo(u)r: Certified Vegan

    Messages:
    29
    Likes Received:
    6
    Local Time:
    9:07 AM
    is there a way to get the reactor to start again after the stopping part (8000 degrees +) earlier, like i dont wanna wait till its stops then start again, just after hitting 8000 stop until about 6000 then start again?[DOUBLEPOST=1470126544][/DOUBLEPOST]ps i left mine on, and it exploded later on, why?
     
  11. Rohen

    Rohen The beemaster

    Messages:
    879
    Likes Received:
    170
    Local Time:
    12:07 AM
    You may have chunkloaded only half of you setup or so.
     
    aBaguette_ likes this.

Share This Page