Inverse Analog (Change Sign)

From Visuino
Revision as of 06:34, 18 September 2025 by Visuino (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TInverseAnalog.png

Summary

Inverts an analog value by changing its sign.

Description

The **Inverse Analog (Change Sign)** component is used to invert analog values received from a sensor or another source. It changes the sign of the input, turning positive values into negative ones and vice versa.

This is useful when you need to reverse the direction or polarity of a signal. For example, if a sensor outputs values that increase as temperature rises, but your system requires decreasing values instead, this component can adapt the signal accordingly.

Diagram:

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Analog input signal to be inverted.

Output Pins

  • Out – Inverted analog output (sign changed).

Categories