Divide Analog By Value

From Visuino
Jump to navigation Jump to search

File:TArduinoDivideAnalogByValue.png

Summary

Divides an analog input signal by a specified value.

Description

The Divide Analog By Value component takes an incoming analog signal and divides it by a configurable constant value. This is useful for scaling sensor signals, normalizing inputs, or performing analog signal conditioning.

Diagram:

Properties

  • Enabled – Enables or disables the division operation.
  • Value – Constant divisor used to scale the input signal.

Pins

Input Pins

  • In (analog) – Input analog signal.

Output Pins

  • Out (analog) – Output signal divided by the specified value.

Categories