Posted 11 February 2013 - 11:21 AM
I may refer to the top room as the central computer room and the bottom room as the multiple computer storage room.
Okay, so me and my friend are trying to make a factory. I setup multiple computers with programs on each and a wireless redstone behind it so it sends the signal (http://puu.sh/20zg7) and it seems to work fine. I wanted to have this central computer (http://puu.sh/20zgI) to send commands to the computers you saw. My plan was to have the central computer broadcast a command to one of the individual computers at the bottom room (Room with all the computers).
When I tested this out this is what I got.
This is a setup to see how it would work: http://puu.sh/20zeR At first I thought it was the wireless redstone but it cant because these work just fine: http://puu.sh/20zfG
Now this computer is #14 (http://puu.sh/20zc4) and has this code: http://puu.sh/20z9q – this computer is acting as the bottom room
Now this computer is #13 (http://puu.sh/20zdy) and has this code: http://puu.sh/20zd6 – this computer is acting as the central computer
when I start them I notice that computer #14 seems to receive the message but does no actions.
I tried to use the os.reboot() function because computer #14 needs it so after the actions are complete then it will reboot and wait for another message from #13. I added the reboot command to pc #13 as-well to see what happens and still nothing. I then try both without the reboot function and still get the same results.
What am I doing wrong?
Okay, so me and my friend are trying to make a factory. I setup multiple computers with programs on each and a wireless redstone behind it so it sends the signal (http://puu.sh/20zg7) and it seems to work fine. I wanted to have this central computer (http://puu.sh/20zgI) to send commands to the computers you saw. My plan was to have the central computer broadcast a command to one of the individual computers at the bottom room (Room with all the computers).
When I tested this out this is what I got.
This is a setup to see how it would work: http://puu.sh/20zeR At first I thought it was the wireless redstone but it cant because these work just fine: http://puu.sh/20zfG
Now this computer is #14 (http://puu.sh/20zc4) and has this code: http://puu.sh/20z9q – this computer is acting as the bottom room
Now this computer is #13 (http://puu.sh/20zdy) and has this code: http://puu.sh/20zd6 – this computer is acting as the central computer
when I start them I notice that computer #14 seems to receive the message but does no actions.
I tried to use the os.reboot() function because computer #14 needs it so after the actions are complete then it will reboot and wait for another message from #13. I added the reboot command to pc #13 as-well to see what happens and still nothing. I then try both without the reboot function and still get the same results.
What am I doing wrong?