Page 1 of 1

[SOLVED] Combinator signal off by one tick?

Posted: Mon Aug 12, 2024 6:02 pm
by DarkShadow44
Hello,

I'm ran into weird behavior while trying to build a vanilla LTN-like system with combinators, I hoped that someone knows why it behaves the way it does.

I attached a save, it's paused and can be ticked manually. After 4 ticks, the combinator (marked in the screenshot) should lose its "rocket fuel" signal, but it does not. If you check the power pole to its left, that doesn't have a "rocket fuel" signal anymore. Why does the combinator still have it as input? I thought that once the powerpole doesn't show it anymore, the combinator shouldn't have it either.

What's really weird, when you disconnect the red wire from the combinator it works as expected. I mean the logic breaks, but the combinator loses the "rocket fuel" signal at the same time as the power pole.

Sorry if it's a bit hard to understand, I tried my best explaining.
To be it seems like a bug, but maybe my understanding is simply wrong.

Screenshot.png
Screenshot.png (1.68 MiB) Viewed 286 times
Save file to reproduce:
VanillaTrainLogistics.zip
(1.29 MiB) Downloaded 11 times

Re: Combinator signal off by one tick?

Posted: Mon Aug 12, 2024 10:04 pm
by Tertius
The signal from the green wire is gone, but the red wire connected to the output of the top left "+" arithmetic combinator below the locomotive supplies the offending signal.

Re: Combinator signal off by one tick?

Posted: Mon Aug 12, 2024 10:31 pm
by DarkShadow44
Ugh, of course it's me overlooking something obvious... Thank you!