Hello,
I just started to use the moon logic i am trying to send signals with the difference that I have
red wire is stock items
out['splitter'] = 100 - red.splitter
out['rail']=500 - red.rail
out['transport-belt']=300
out['fast-transport-belt'] = 1000 - red.fast-transport-belt
out['express-transport-belt'] = 1000 - red.express-transport-belt
in some items like fast-transport-belt i am getting an error
RuntimeError: ......... 4: Unknown signal name: fast
and this is the picture also
http://prntscr.com/w9pe1l
Am I doing something wrong?