Posted 17 December 2014 - 05:56 PM
hey guys,
im trying to set a simple system with ComputerCraft and MinefactoryReload here,
i got my computer sending a:
rs.setAnalogOutput("back", 1) - to fire cannon laser 1
rs.setAnalogOutput("back", 2) - fire nunmber 2
on the Rednet Controler i have:
1- Passtrough I/O U (coming from Up)
2- Equals Var 0 Const 1 = I/O D White color(out from Down)
3- Equals Var 0 Const 2 = I/O D Orange color
separetaed i can make them fire ok, but i cant make the computer send 2 analog signals at the same time can i? so im trying to set the rednet controller to shot the 2 signals at the same time; if i create a 3rd type of signal (analog 3 for example)
can i make the Controller to fire 1 signal to the both colors ? (white and orange) so both cannons will fire…
if not how could i do this?
thanks guys!
im trying to set a simple system with ComputerCraft and MinefactoryReload here,
i got my computer sending a:
rs.setAnalogOutput("back", 1) - to fire cannon laser 1
rs.setAnalogOutput("back", 2) - fire nunmber 2
on the Rednet Controler i have:
1- Passtrough I/O U (coming from Up)
2- Equals Var 0 Const 1 = I/O D White color(out from Down)
3- Equals Var 0 Const 2 = I/O D Orange color
separetaed i can make them fire ok, but i cant make the computer send 2 analog signals at the same time can i? so im trying to set the rednet controller to shot the 2 signals at the same time; if i create a 3rd type of signal (analog 3 for example)
can i make the Controller to fire 1 signal to the both colors ? (white and orange) so both cannons will fire…
if not how could i do this?
thanks guys!