Repeat 64 bit Unsigned

From Visuino
Revision as of 04:29, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatUnsigned64.png == Summary == The **Repeat 64 bit Unsigned** component repeats a 64-bit unsigned integer input a specified number of times. == Description == This component takes a 64-bit unsigned integer and outputs it multiple times according to the configured count. Useful for generating repeated numeric sequences or testing data streams. <b>Diagram:</b> Image:TArduinoRepeatUnsigned64.Preview.png == Properties == *'''Enabled''' (boo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRepeatUnsigned64.png

Summary

The **Repeat 64 bit Unsigned** component repeats a 64-bit unsigned integer input a specified number of times.

Description

This component takes a 64-bit unsigned integer and outputs it multiple times according to the configured count. Useful for generating repeated numeric sequences or testing data streams.

Diagram:

Properties

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

Pins

Input Pins

  • in – Input 64-bit unsigned integer to repeat.

Output Pins

  • out – Output repeated 64-bit unsigned integer.

Categories