Add Analog Value

From Visuino
Jump to navigation Jump to search

File:TAddAnalogValue.png

Summary

Adds a constant value to an incoming analog signal.

Description

The **Add Analog Value** component increases the input analog signal by a fixed constant. This is useful for calibration, offset correction, or shifting sensor readings upwards by a known value.

    • Example:**

If the constant is set to `10` and the value on the **In** pin is `20`, the output on the **Out** pin will be `30`.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Value – The constant analog value to add to the input.

Pins

Input Pins

  • In – Analog input signal.

Output Pins

  • Out – Analog output after addition.

Categories