Integrated Dynamics

Integrated Dynamics

63M Downloads

regarding infinite loops

Shiruki opened this issue · 2 comments

commented

Issue type: a request, but not something I'm sure belongs in Feature request

  • ❓ Question

Question:I was setting something up to control power gens, and got a warning about infinite recursion because a variable relies on it's output. Would it be possible for it to be a warning, but not something that stops it from functioning? In this case, it's being used as a toggle. And while I'm here, any word on Integrated Crafting? Been loving the networks, keep up the great work!

commented

The infinite recursion error is needed, because otherwise the logic evaluation would get stuck in an infinite loop. What you probably want is something that looks at the previous value of a certain value (previous tick). This can be achieved using the Delayer. (A tutorial is planned for this #613)

And while I'm here, any word on Integrated Crafting

I'm on holidays right now, but when I get back next week, I'll start working on it :-) If all goes well, I'll release it before the end of this year.

commented

Thanks for the reply, enjoy your holiday!