Add Analog

From Visuino
Revision as of 01:37, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image: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. <b>Diagram:</b> Image:TArduinoAddAnalog.Preview.png == Properties == *'''Enabled'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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