Analog Array To Analog

From Visuino
Jump to navigation Jump to search

Summary

Splits an analog array into individual analog outputs.

Description

The Analog Array To Analog component takes an input analog array and outputs each element to separate analog pins. The number of output pins can be configured via the **Output Pins** property. This is useful for routing array data to multiple processing blocks, actuators, or display elements.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Output Pins (default 8) – Number of analog output pins.

Pins

Input Pins

  • In (analog array) – Input analog array to be split into individual outputs.

Output Pins

  • Out (analog) – Individual analog outputs corresponding to array elements.
    • Pin [0]** – First element of the array.
    • Pin [1]** – Second element of the array.
  • (Additional pins appear if more output channels are configured.)*

Categories