Subtract Analog Value: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "File:TSubtractAnalogValue.png == Summary == {{:Summaries:Subtract From Analog Value}} == Description == In Visuino, the "Subtract Analog Value" component is used to subtract a constant value from an incoming analog signal. Example: If you set the constant value in the component to 10 and the value on the "In" pin is 30, the value on the "Out" pin will be 20 <b>Diagram:</b> File:TSubtractAnalogValue.Preview.png == Categories == *File:TArduinoAnalogToolbarCa..."
 
No edit summary
 
Line 1: Line 1:
[[File:TSubtractAnalogValue.png]]
[[Image:TSubtractAnalogValue.png]]


== Summary ==
== Summary ==
{{:Summaries:Subtract From Analog Value}}
Subtracts a constant value from an incoming analog signal. 


== Description ==
== Description ==
In Visuino, the "Subtract Analog Value" component is used to subtract a constant value from an incoming analog signal.
The **Subtract Analog Value** component reduces the input analog signal by a fixed constant.
Example: If you set the constant value in the component to 10 and the value on the "In" pin is 30, the value on the "Out" pin will be 20
This is useful for offset correction, calibration, or shifting sensor values by a known amount. 


<b>Diagram:</b>
**Example:** 
If the constant is set to `10` and the value on the **In** pin is `30`, the output on the **Out** pin will be `20`. 


[[File:TSubtractAnalogValue.Preview.png]]
<b>Diagram:</b> 
 
[[Image:TSubtractAnalogValue.Preview.png]]
 
== Properties == 
*'''Enabled''' – Enables or disables the component. 
*'''Value''' – The constant analog value to subtract from the input. 
 
== Pins == 
=== Input Pins === 
*'''In''' – Analog input signal. 
 
=== Output Pins === 
*'''Out''' – Analog output after subtraction. 


== 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:41, 18 September 2025

File:TSubtractAnalogValue.png

Summary

Subtracts a constant value from an incoming analog signal.

Description

The **Subtract Analog Value** component reduces the input analog signal by a fixed constant. This is useful for offset correction, calibration, or shifting sensor values by a known amount.

    • Example:**

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

Diagram:

Properties

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

Pins

Input Pins

  • In – Analog input signal.

Output Pins

  • Out – Analog output after subtraction.

Categories