Get Unsigned Array Item At Index

From Visuino
Revision as of 01:53, 20 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoGetUnsignedArrayItemAtIndex.png == Summary == Retrieves an unsigned array element at a specified index. == Description == The **Get Unsigned Array Item At Index** component outputs the value of an unsigned array element at the position specified by the **Index** property. If the index is invalid, the component can trigger the **Out Of Range** clock output. The **Empty** clock output activates when the array is empty. <b>Diagram:</b> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoGetUnsignedArrayItemAtIndex.png

Summary

Retrieves an unsigned array element at a specified index.

Description

The **Get Unsigned Array Item At Index** component outputs the value of an unsigned array element at the position specified by the **Index** property. If the index is invalid, the component can trigger the **Out Of Range** clock output. The **Empty** clock output activates when the array is empty.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Ignore Out Of Range – If enabled, no action occurs when the index is invalid.
  • Index – Array position (zero-based) of the element to retrieve.

Pins

Input Pins

  • In – Unsigned array input.

Output Pins

  • Out – The unsigned value at the specified index.
  • Empty – Clock output triggered if the array is empty.
  • Out Of Range – Clock output triggered if the specified index is invalid.