create interval

This block is part of the timers group and was last modified in core v10.4.28.

create interval v10.4.28

Creates an interval to run the given function each time.

In pins 2 + flow
  • flow
    flow
  • ID required
    value

    Unique ID across all blueprints to identify this timer.

  • seconds required
    number

    In how many seconds this interval should trigger each time.

Out pins 1 + flow
  • flow
    flow
  • On Interval
    execute_function

A typical wiring for create interval: a function trigger starts the flow; value feeds the id pin; number feeds the seconds pin; the function out pin wires to an execute block.

Studio canvas example for the create interval block: typical wiring for create interval.

Version history

Introduced in v10.4.28.


Back to timers Return to the main group to view all sub-groups Back to timers Return to the group to view all blocks within this group