Get Analog Array Item At Index

From Visuino
Jump to navigation Jump to search

File:TArduinoGetAnalogArrayItemAtIndex.png

Summary

Retrieves a single item from an analog array at a specified index.

Description

The **Get Analog Array Item At Index** component outputs the value of an analog array element at the given index. It can optionally ignore out-of-range indices and provides clock outputs to indicate empty or out-of-range access.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Ignore Out Of Range (boolean) – If true, ignores invalid indices instead of triggering out-of-range output.
  • Index – The array index to retrieve.

Pins

Input Pins

  • In (analog array) – Input analog array to read from.

Output Pins

  • Out (analog) – Value at the specified index.
  • Empty (clock) – Clock pulse triggered if the index points to an empty element.
  • Out Of Range (clock) – Clock pulse triggered if the index is out of range.

Categories