Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Search the Community

Showing results for tags 'big reactors'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 4 results

  1. Description: I need a program that can monitor a Big Reactors Reactor, and have the power generated, output, and load graphed. Function: I need this program to have at least 3 different graphs. The power output, load, and and power generated. (So basically what I just said previously.) I want to be able to look and see the current reactor stats. Nothing crazy, just simple stats that I can take a quick glance at. (Bonus points for color, and a control panel, but not necessary.) Deadline: I don't have a deadline, but I would appreciate it if this was done
  2. Description: I need a program that can monitor a Big Reactors Reactor, and have the power generated, output, and load graphed. Function: I need this program to have at least 3 different graphs. The power output, load, and and power generated. (So basically what I just said previously.) I want to be able to look and see the current reactor stats. Nothing crazy, just simple stats that I can take a quick glance at. (Bonus points for color, and a control panel, but not necessary.) Deadline: I don't have a deadline, but I would appreciate it if this was done
  3. Introduction This program and its library make setting up PID controllers in Minecraft easy. Controllers are used whenever you want to maintain a certain speed, temperature etc. An example system in Minecraft would be a Big Reactors turbine: It takes an adjustable steam flow rate and has a speed that should be maintained at an optimal value of 1800 rpm. A turbine controller would therefore have the following inputs: 1. the current turbine speed 2. the target turbine speed (1800 rpm) and the following output: 1. steam flow rate (a value that would let the tu
  4. Ok, so, I'm playing on a modpack (Tekkify) that has both Big Reactors and OpenComputers, and I'm trying to write a program that monitors a turbine I have set up after I start the program. I sadly don't know a lot about lua or OC on my own to fix this, so I'm looking to get some help possibly from people who have more know-how on with OC. I've already written up a rough mock of what I want, though it doesn't quite work as I had imagined-- it goes through the program once, prints the items I'm attempting to track to the screen once, I was using a while loop to hopefully make it check the values
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.