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

IC2 power monitor

Started by excubated, 03 April 2014 - 01:48 AM
excubated #1
Posted 03 April 2014 - 03:48 AM
Hey!

I have written a program that displays info from (y-2) IC2 energy storage devices. Would love some feedback, as this is my first encounter with Lua!

Screenshot
Spoiler

Code
http://pastebin.com/XkdgaGh0
InDieTasten #2
Posted 18 April 2014 - 12:46 PM
looks nice :)/>
camptaco #3
Posted 03 May 2014 - 04:30 PM
*warning i am new to this whole computercraft stuff* this looks awesome, i downloaded it and i ran it. i got through the whole device detection and stuff. then it says where do i want to output the data. and i don't know how to display it on the monitor.
Agoldfish #4
Posted 05 May 2014 - 02:54 PM
*warning i am new to this whole computercraft stuff* this looks awesome, i downloaded it and i ran it. i got through the whole device detection and stuff. then it says where do i want to output the data. and i don't know how to display it on the monitor.
You can output it into a file, then do

monitor <side> <file>
it should show the data on the monitor. I may be wrong, I haven't used the program.
gustavowizard #5
Posted 07 May 2014 - 07:26 PM
does this use any other mod than CC? cant make it work here
jonny190 #6
Posted 30 December 2014 - 02:12 AM
I'm liking this, is there any way og suming a total at the side or bottom in a percentage bar?