Add Analog Value: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "File:TAddAnalogValue.png == Summary == {{:Summaries:Add Analog Value}} == Description == In Visuino, the "Add Analog Value" component is used to add a constant value to an input analog value. This component is typically used in projects where you need to adjust or modify analog signals before they are sent to other components or devices. <b>Diagram:</b> File:TAddAnalogValue.Preview.png == Categories == *File:TArduinoAnalogToolbarCategory.png|link=Category..."
 
No edit summary
 
Line 1: Line 1:
[[File:TAddAnalogValue.png]]
[[Image:TAddAnalogValue.png]]


== Summary ==
== Summary ==
{{:Summaries:Add Analog Value}}
Adds a constant value to an incoming analog signal.


== Description ==
== 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.


In Visuino, the "Add Analog Value" component is used to add a constant value to an input analog value. This component is typically used in projects where you need to adjust or modify analog signals before they are sent to other components or devices.
**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`.


<b>Diagram:</b>
<b>Diagram:</b>


[[File:TAddAnalogValue.Preview.png]]
[[Image:TAddAnalogValue.Preview.png]]
 
== 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 ==
== Categories ==
Line 16: Line 30:
*[[File:TMathToolbarCategory.png|link=Category:Math]] [[Category:Math]] - {{:Summaries:Summary Category Math}}
*[[File:TMathToolbarCategory.png|link=Category:Math]] [[Category:Math]] - {{:Summaries:Summary Category Math}}
*[[File:TArduinoFilterToolbarCategory.png|link=Category:Analog]] [[Category:Filter]] - {{:Summaries:Summary Category Filter}}
*[[File:TArduinoFilterToolbarCategory.png|link=Category:Analog]] [[Category:Filter]] - {{:Summaries:Summary Category Filter}}
== Properties ==
*[[TArduinoCommonClockedAnalogEnableSource.Enabled|Enabled]] - {{:Summaries:Summary Component Enabled}}
== Pins ==
*[[TArduinoCommonAnalogFilter.InputPin|In]] - {{:Summaries:Summary InputPin Analog}}
*[[TArduinoCommonAnalogSource.OutputPin|Out]] - {{:Summaries:Summary OutputPin Analog}}


[[Category:Components]]
[[Category:Components]]

Latest revision as of 06:45, 18 September 2025

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