Posted 08 March 2013 - 12:11 PM
Hey guys.
So basically what i want to do is have a computer and a monitor hooked up to some levers.
Read this program then i can explain
Does anyone have the correct program to do this?
I understand the program might have to be a,b,c,d ect instead of *.
Thanks.
So basically what i want to do is have a computer and a monitor hooked up to some levers.
Read this program then i can explain
mon=peripheral.wrap("back")
mon.clear()
mon.setCursorPos(1,1)
mon.setTextScale(2)
print"Coal Generators: *"
print"Geothermal Generators: *"
print"Wind Mill: *"
print"Water Mill: *"
print"Solar Panel: *"
print"HV Solar Array: *"
print"MV Solar Array: *"
print"LV Solar Array: *"
print"Nuclear Reactor: *"
print"Water Strainer: *"
print"Oil Fabricator: *"
So im running tekkit and what i want is when i power my say coal generators by a lever it will send a redstone signal to the computer as-well and change the * to on/off depending if its on or off.Does anyone have the correct program to do this?
I understand the program might have to be a,b,c,d ect instead of *.
Thanks.