Unsigned Array Value

From Visuino
Jump to navigation Jump to search

File:TArduinoUnsignedArrayValue.png

Summary

Defines and outputs an unsigned array with configurable values and elements.

Description

The **Unsigned Array Value** component allows you to create a static or programmable unsigned array. You can define **Value Elements** or add functional elements (such as **Set Value** or **Set Value State**) through the element editor, each providing its own input pins. The array can also be updated or triggered using the **Clock** pin, while the elements manage their own pins for setting or modifying values dynamically.

Diagram:

Categories

Properties

  • Elements – Collection of configurable array-related elements (e.g., **Set Value**, **Set Value State**).
  • Value Elements – Collection of unsigned values used to define the default array contents.

Pins

Input Pins

  • Clock – Triggers the component to output the defined array.
  • (Element Pins) – Each element (such as **Set Value** or **Set Value State**) provides its own pins (e.g., **Clock**, **Boolean**) for dynamic value control.

Output Pins

  • Out – Outputs the current unsigned array.