Subtract Analog Value: Difference between revisions
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: | ||
[[ | [[Image:TSubtractAnalogValue.png]] | ||
== Summary == | == Summary == | ||
Subtracts a constant value from an incoming analog signal. | |||
== Description == | == 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`. | |||
[[ | <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}} | ||
[[Category:Components]] | [[Category:Components]] |
Latest revision as of 06:41, 18 September 2025
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
- Analog components category
- Math components category
- File:TArduinoFilterToolbarCategory.png - Summaries:Summary Category Filter