Repeat Integer

From Visuino
Jump to navigation Jump to search

Summary

The **Repeat Integer** component repeats an integer input a specified number of times.

Description

This component takes an integer input value and outputs it multiple times according to the configured count. It is useful for broadcasting integer values to multiple consumers or repeating them for synchronization and processing.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the integer input is repeated.

Pins

Input Pins

  • in (integer) – Input integer value.

Output Pins

  • out (integer) – Output repeated integer value.

Categories