Analog Array Insert Items

From Visuino
Jump to navigation Jump to search

File:TArduinoAnalogArrayInsertItems.png

Summary

Inserts new values into an analog array at a specified index.

Description

The Analog Array Insert Items component allows insertion of one or more values into an analog array. You can specify the index where the new values should be placed and define the values through value elements. This makes it useful for dynamically extending arrays, adding markers, or inserting computed values into data streams.

Diagram:

Properties

  • Enabled – Enables or disables the insertion operation.
  • Index – Position in the array where new values will be inserted.
  • Value Elements – Values to insert, added via the value elements editor.

Pins

Input Pins

  • In (analog array) – Incoming analog array.

Output Pins

  • Out (analog array) – Modified analog array with new values inserted.

Categories