Clever applications for Computercraft turtles and computers?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Wow that sucks, have you tried with Project Red Bundled cables? Works just like good old RP2 Bundled Cables.
I don't have this mod installed. And since it adds things to world generation, I will not install this on my FTB Direwolf server.
Have to try this in single player.
But afaik Project Red bundled cables do not connect to computers at all, like RedPower2 cables did. So probably the same workaround is necessary.
 
Last edited:
I'm atm writing a turtle tunnel program with every nifty feature i can think of. I try to make it as dynamic and user-friendly as i can.
 
Well, Dire has done some pretty rediculous stuff with Turtles and Computercraft (If someone said this, sorry)
He's made:
-Direminer
-Automated Essentia (TWICE)
-Several Mystcraft portal networks for Forgecraft
-TiCo/Computercraft setup that fills an ender tank with any TiCo liquid at the touch of a button.
-Most recently, his MobfarmV2, which is pretty rediculous.
-Automated Bee Breeder (WAT)
-Terminal Glasses MFSU Monitor
-Probably something to do with Nuclear Reactors

The list goes on and on.

Personally I want to see someone make an Automated Infusion Altar using CC, Rednet, and Terminal Glasses.
 
I'm using basic computers from ComputerCraft as logic gates for redstone circuits instead of building them with repeaters, comparators, pistons, torches and stuff.
They are very cheap and the reaction is instant and can be varied in every way.
 
I'm using basic computers from ComputerCraft as logic gates for redstone circuits instead of building them with repeaters, comparators, pistons, torches and stuff.
They are very cheap and the reaction is instant and can be varied in every way.

Expanded Redstone ahd Project Red both provide single block circuit components.
 
  • Like
Reactions: rhn
Has anyone some existing setups that they are willing to share for energy cells?

I have a bank of 33 resonant energy cells. I would like a simple 1x5 computercraft display that will display total energy stored, Rf in, RF out, and time to depletion.

I would assume that I need a wired modem for every cell, however I do not know how I go about reading all of them in an efficient manner.

Thanks!
 
Has anyone some existing setups that they are willing to share for energy cells?

I have a bank of 33 resonant energy cells. I would like a simple 1x5 computercraft display that will display total energy stored, Rf in, RF out, and time to depletion.

I would assume that I need a wired modem for every cell, however I do not know how I go about reading all of them in an efficient manner.

Thanks!

just keep as they come from peripheral.find and then loop over them and add together the getEnergyLevel (whatever it is called)
 
Has anyone some existing setups that they are willing to share for energy cells?

I have a bank of 33 resonant energy cells. I would like a simple 1x5 computercraft display that will display total energy stored, Rf in, RF out, and time to depletion.

I would assume that I need a wired modem for every cell, however I do not know how I go about reading all of them in an efficient manner.

Thanks!

http://pastebin.com/uMkQCt5S

Here is my first take. It periodically checks for new energy cells.

Any suggestions for how to tackle display formatting like commas in the numbers and also having the display change from seconds to minutes to hours to days depending on the size of the number?
2014-08-31_11.56.39.png
2014-08-31_11.56.48.png
2014-08-31_11.56.52.png
2014-08-31_11.57.00.png
2014-08-31_11.57.04.png
2014-08-31_11.59.54.png

EDIT:
Here is my v1.1
http://pastebin.com/1vxnK353

It adds number formatting.


Thanks,
Frank
 
Last edited: