[15.6][Twinsen]strange inserter behaviour for 1-tick signals

Bugs that are actually features.
Post Reply
terror_gnom
Fast Inserter
Fast Inserter
Posts: 117
Joined: Wed Apr 06, 2016 4:01 am
Contact:

[15.6][Twinsen]strange inserter behaviour for 1-tick signals

Post by terror_gnom »

When inserters get a one tick wide signal to enable them, they will sometimes perform the action and sometimes not.
To test, just drop 10 water barrels in the assembler, while there are some in the upper chest. The input inserter will swing (as exprected) and then stop after 3 swings (not expected :P ).
Blueprint string

Twinsen
Factorio Staff
Factorio Staff
Posts: 1330
Joined: Tue Sep 23, 2014 7:10 am
Contact:

Re: [15.6][Twinsen]strange inserter behaviour for 1-tick signals

Post by Twinsen »

Your combinator is getting cleared every second swing, thus the condition in the first inserter is not satisfied for every swing.

Connecting the inserters directly and changing the condition to == 1 makes it activate correctly every time.

Capture.PNG
Capture.PNG (127.06 KiB) Viewed 863 times

terror_gnom
Fast Inserter
Fast Inserter
Posts: 117
Joined: Wed Apr 06, 2016 4:01 am
Contact:

Re: [15.6][Twinsen]strange inserter behaviour for 1-tick signals

Post by terror_gnom »

Yeah right... should have thought about it... But it was late at night. Sorry for bothering you.

Post Reply

Return to “Not a bug”