Saltar al contenido principal

Búsqueda

Infinite Counter

  • Bella_Iris

    I haven't found a way to do this except for just having it restart itself when it gets to max number. That way it is always able to continue counting.

    To do this, join a wire from "counter finished" output to "counter restart" input.

  • dmprince

    Can always branch it with another counter. Each time it reaches a limit add 1. And then restart the original. But then again I don't know what you're doing but you can consider that

  • Nurbldoff

    You could perhaps use a variable and a variable modifier that adds 1.

  • Supposer

    Okay. I was hoping to be able to set the limit at "Infinity" or something.

    Maybe I could make a calculator, which results in current_count + 1. And that sets the max_count. So it stays one step ahead of the current_count. Would that work?

Iniciar sesión para dejar un comentario.