DOKK / manpages / debian 12 / linuxcnc-uspace / invert.9.en
INVERT(9) HAL Component INVERT(9)

invert - Compute the inverse of the input signal

The output will be the mathematical inverse of the input, ie out = 1/in. The parameter deadband can be used to control how close to 0 the denominator can be before the output is clamped to 0. deadband must be at least 1e-8, and must be positive.

Analog input value
Analog output value

The out will be zero if in is between -deadband and +deadband.


invert(9), div2(9)

Stephen Wille Padnos

GPL

2023-02-10 LinuxCNC Documentation