Dead Zone Scaled Analog(Map): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoDeadZoneScaledAnalog.png == Summary == Maps an analog input to an output range while ignoring a small “dead zone” around a center value. == Description == The Dead Zone Scaled Analog (Map) component processes an analog input, scaling it to a specified output range while ignoring a small input zone near the center. This dead zone prevents small input fluctuations from affecting the output, which is useful for joystick inputs, sensor noise filteri..."
(No difference)

Revision as of 04:07, 8 September 2025

File:TArduinoDeadZoneScaledAnalog.png

Summary

Maps an analog input to an output range while ignoring a small “dead zone” around a center value.

Description

The Dead Zone Scaled Analog (Map) component processes an analog input, scaling it to a specified output range while ignoring a small input zone near the center. This dead zone prevents small input fluctuations from affecting the output, which is useful for joystick inputs, sensor noise filtering, or precision control applications.

Diagram:

Properties

  • Enabled – Enables or disables the mapping operation.
  • Input Range – Maximum and minimum expected input values (default Max: 1, Min: 0).
  • Input Zone Center Value (default 0.5) – Center of the dead zone where input is ignored.
  • Input Zone Span (Size) (default 0.1) – Width of the dead zone around the center value.
  • Output Range – Maximum and minimum output values (default Max: 1, Min: 0).

Pins

Input Pins

  • In (analog) – Analog input signal to be mapped.

Output Pins

  • Out (analog) – Mapped analog output with dead zone applied.

Categories