Skip to content

Timer

164

The Timer node is designed to toggle between two states or values on a repeating cycle. It is the go-to tool for visual effects and indicators that need to switch back and forth continuously.

When to use this node: * Blinking Lights: Toggling an LED or DMX light between an onValue and offValue to create a warning beacon. * Pulsing UI: Making a "Press Start" label on a screen flash by alternating its visibility or color. * Repeating Mechanical Actions: Cycling a relay on and off at a steady rhythm for atmospheric machinery sounds.

Connectors in

  • onValue [type: string]
  • offValue [type: string]
  • interval [type: integer]
  • start [type: action]
  • stop [type: action]
  • running [type: bool]

Connectors out

  • value [type: string]
  • running [type: bool]
  • onRestart [type: action]
  • onTimer [type: action]

Node properties

  • interval [type: integer]
  • offValue [type: string]
  • onValue [type: string]
  • repeating [type: bool]