Page 1 of 1
SIGNAL all in belt
Posted: Mon Jul 18, 2016 9:14 pm
by magals
in 0.13.9 stopped working condition "all *> resource."
But if you construct a scheme from blue books, working condition. (blue scheme save in 0.13.8)
Can you fix it?
Left hand, right drones.
why is true?
Re: SIGNAL all in belt
Posted: Tue Jul 19, 2016 5:55 am
by XKnight
This is not a 0.13.9 bug, just a regular weird behaviour (I double-check it in 0.12.23).
This happens because "Everything > signal A" means "Everything except signal A > signal A" (otherwise this condition will be always false, because "signal A > signal A" = False).
As a result, if you have only one signal A in input then
"Everything except signal A > signal A" == "---Nothing--- > signal A", and this is always True by design.
Re: SIGNAL all in belt
Posted: Thu Jul 28, 2016 9:18 pm
by arl85
yes, very weird indeed.
if you compare "everything" with a constant it acts strangely; for example, if you set a lamp to turn on on "everything" > 0 (constant value, not signal) and no signal is sent on circuit, lamp turns on!!!