beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

MonoFlop Op



MonoFlop
Namespace: Ops.Boolean

Op author: pandur

Sets output to `1` when triggered, turns back to `0` automatically after x seconds


Imagine a light switch (often found in staircases): Once you press the light switch the light goes on for x seconds, then automatically turns off on its own.

Make sure to connect the Trigger port in a meaningful way (not directly to MainLoop), as it would set the output to 1 all the time.



Inputs

Trigger (Trigger)

When triggered, Result is set to Value True

Duration (Number)

Duration in seconds when to automatically reset the Result to Value False

Value True (Number)

The value to use when Trigger is triggered

Value False (Number)

The value to use after the time is over

Reset (Trigger)

Outputs

Activated (Trigger)
Ended (Trigger)
Result (Number)

Either 1 (directly after Trigger was triggered), or 0


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

monoflop example


Patches using MonoFlop

  • Examples
  • Public
  • My Patches