TonyVS Posted December 15, 2013 Posted December 15, 2013 Does any one know where this block comes from? I have been looking all over and cant even find the name of it Thanks
Timendainum Posted December 15, 2013 Posted December 15, 2013 That looks like something from Volts not Tekkit.
TonyVS Posted December 16, 2013 Author Posted December 16, 2013 I was thinking it would be attached to atomic science somehow which is in both
Timendainum Posted December 16, 2013 Posted December 16, 2013 Tekkit is all BuildCraft power, just by looking at the block it is reading volts and amps, which is something that is in Volts. I have not seen this block in Tekkit. Also, the wiring is from Volts, that I am sure of. That block is attached to the wiring so I'm not sure it is from Atomic Science.
00Ducky Posted December 16, 2013 Posted December 16, 2013 You can use a computercraft with open peripheral.
TonyVS Posted December 16, 2013 Author Posted December 16, 2013 I would prefer to have the output in MJ but I just want to see what I am outputting, computercraft eh??? please explain, a link to a tutorial would be awesome Thank you
TonyVS Posted December 16, 2013 Author Posted December 16, 2013 I have a Fusion reactor setup I want to see how much power I am outputting, I don't care which block gives me the info, I just want to know how to get the info. that first block, could be hexxic, volts, vanilla minecraft, it is the only block I have seen that can give a power measure. something that will tell me MJ/t would be even better Thanks
00Ducky Posted December 16, 2013 Posted December 16, 2013 Here is OpenP website http://www.openblocks.info/openperipheral/documentation local redstoneEnergyCell = peripheral.wrap("left") Hypno wrote a program that works really well. http://pastebin.com/GAwupSMA Watch the video to under stand how it works. With the amount of power you are producing I don't know how you would be able to find out. Also, you have more then just 2 tesaracks right?
phazeonphoenix Posted December 16, 2013 Posted December 16, 2013 While that's a nifty piece of code and does what it does quite well it won't help much with how much power per tick he's producing. Unfortunately there really isn't a way to do this in Tekkit as far as I know. I don't think the data returned from Open Peripherals when connected to a conduit is of any use for this need. If you don't mind installing another mod for the sake of knowing for sure, look at Ender I/O. It has a power monitor block that works with MJ quite well. Only problem is you might have to rerun your power conduits with EIO's in order for it to work.
TonyVS Posted December 17, 2013 Author Posted December 17, 2013 The tesseracts are only to put power out to the public,the redstone conduit is connecting to my array of redstone energycells then they output from 10 or so tesseracts to my private channels
00Ducky Posted December 17, 2013 Posted December 17, 2013 To be honest some math would be your best bet. I count 15 turbines facing in the picture, if you built this in a square that would be 225 turbines in all. Each turbine makes 20 MJ(I used the MJ reader on a REC with one large turbine sending it power) a tick (unless you change the config) so that is 4500MJ a tick. WOW... Hows the anti matter going?
TonyVS Posted December 17, 2013 Author Posted December 17, 2013 It is 13 x15 at the moment (ran out of coal for steel ingots) the original post said one of those could power 45 large turbines which for this setup could be 225 large turbines. I have 195 and it looks like there is steam to spare. Yea the math is fine, I just like seeing the output, easier to tweak that way, trying little things here, little things there to see improvement. I am just surprised no one has wanted to see this bad enough that no one wrote a block in a mod for it. The antimatter is awesome, it runs 24/7 only have to deal with explosions when the server lags for too long, I get some strange matter then. I have not figured out a way to fully automate strange matter yet but working on it
Norman1346 Posted December 20, 2013 Posted December 20, 2013 I don't know about that block, but there is a hand held meter you could use to measure the current going threw the output cable.
TonyVS Posted December 21, 2013 Author Posted December 21, 2013 with the conduit it only tells you saturation of the cable, it is at 100% which means it is at full capacity. not very helpful beyond that, unless you know of a different meter?
phazeonphoenix Posted December 21, 2013 Posted December 21, 2013 I usually play in creative to test things like this. I'll use enough empty Redstone Cells so that combined they draw more power than my power source is generating. Then use the meter on one of the input connections to the RECs. They will all have the same average input rate and multiply that by how many RECs you have. It's the best way I've found to test the large amount of power generated by a core like that. And trust me I was testing a lot lol. But I stumbled onto a discovery. Look at this. The Energetic infuser It is capable of taking 500mj/t and gives a nice meter view in it's info tab. If you put in something that can be charged A LOT like a power suit piece with a maxed out HV battery the infuser will draw a lot of power to charge the item. It's a fairly accurate way to make short runs of your power with very detailed info.
TonyVS Posted December 21, 2013 Author Posted December 21, 2013 The energetic infuser that is an interesting way to do it I will try that, thanks, it should be easier when the next thermal expansion come out they have larger restone energy cells
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now