Repeat Integer

From Visuino
Revision as of 05:36, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatInteger.png == 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. <b>Diagram:</b> Image:TArduinoRepeatInteger.Preview.png == Properties == *'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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