Add Analog

From Visuino
Jump to navigation Jump to search

File:TArduinoAddAnalog.png

Summary

Sums multiple analog input signals into a single output.

Description

The Add Analog component takes several analog input signals and calculates their sum. The number of input pins can be configured via the **Input Pins** property, allowing flexible aggregation of signals for signal processing or sensor fusion applications.

Diagram:

Properties

  • Enabled – Enables or disables the addition operation.
  • Input Pins – Number of analog input pins to sum (default 2).

Pins

Input Pins

  • Pin [0] – First analog input (number of pins depends on **Input Pins** property).
  • Pin [1] – Second analog input (and so on up to the configured number).
  • Clock – Optional clock input for synchronized processing.

Output Pins

  • Out (analog) – Sum of all input signals.

Categories