This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Worthdwarf's profile picture

Trouble with energy storage

Started by Worthdwarf, 22 March 2017 - 06:56 PM
Worthdwarf #1
Posted 22 March 2017 - 07:56 PM
So i just started on tekkit and tryed to make a energy system with computercraft. The problem i have is that my computer cant seem to get the energy levels of my energy cells. It keeps giving me an "attempt to call nill" error. I have checked and the computer does recognize that there is something connected.

(i have no code to paste since i first tested it out in the lua with the basic peripheral commands: Peripheral.isPresent("left") and Peripheral.wrap("left").getEnergyLevel() )
Lyqyd #2
Posted 22 March 2017 - 08:12 PM
Can you show us the output of `textutils.tabulate(peripheral.getMethods("left"))`?