Posted 17 April 2014 - 08:31 PM
Hi all,
So I'm testing some code out for a project I am doing and for some reason the line with
Anyone can help me with this?
NOTES:
Top = wired modem
Left = Monitor
rcboiler… = My steam boilers attached to the network.
P.S. Yes the boilers and the whole network is connected, I check this earlier with some other code and polling worked fine, it's just find peripheral.find(side) that is thorwin an "attempt to call nil" error.
So I'm testing some code out for a project I am doing and for some reason the line with
local table = peripheral.find("rcboilertankhightile")
kept return a nil error, so I decided to test it in lua interactive and I got this:Anyone can help me with this?
NOTES:
Top = wired modem
Left = Monitor
rcboiler… = My steam boilers attached to the network.
P.S. Yes the boilers and the whole network is connected, I check this earlier with some other code and polling worked fine, it's just find peripheral.find(side) that is thorwin an "attempt to call nil" error.
Edited on 17 April 2014 - 06:33 PM