Saddamo 3 Posted August 20, 2017 Share Posted August 20, 2017 Hello everybody, I want to share my program for monitoring IC2 reactor code: https://github.com/SaddamoDeBeers/OpenComputers/blob/master/IC2/ic2statusV8.lua this is my first program I wanted to share, it has a minor bug, when displaying temperature. If temperature is 0 - 999 degrees aligment is not right as it should be, same with EU output. Feel free to use and comment my noob mistakes. Thank you very much for reading Quote Link to post Share on other sites
ErickSantos12 0 Posted October 22, 2017 Share Posted October 22, 2017 It dont works for me :/ Quote Link to post Share on other sites
Saddamo 3 Posted November 9, 2017 Author Share Posted November 9, 2017 send me a screen of your setup, I am sure we will find out why all you need is OC adapter with inventory controller upgrade under IC2 reactor ( not liquid IC2 reactor ) last time it was running for me more then 450 real time hours without errors Quote Link to post Share on other sites
Nexarius 18 Posted November 10, 2017 Share Posted November 10, 2017 Pretty cool Just a small improvement idea. You can use the unicode box characters (they work ingame) for boxes. look here Quote Link to post Share on other sites
Saddamo 3 Posted November 13, 2017 Author Share Posted November 13, 2017 thank you very much, I will try Quote Link to post Share on other sites
Smets 0 Posted January 29, 2022 Share Posted January 29, 2022 Very good program, but is there any way to include a safety stop? If you power on the reactor by including a redstone i/o and when the core temp reaches 70% the oc automaticly turns off the redstone i/o? example if reactor.getHeat() >= 7000 then redstone.setOutput(1, 0) else redstone.setOutput(1, 1) end my programming skills are 0 so this script probably won’t work but i hope you get my question Quote Link to post Share on other sites