DOKK / manpages / debian 12 / linuxcnc-uspace / blend.9.en
BLEND(9) HAL Component BLEND(9)

blend - Perform linear interpolation between two values

loadrt blend [count=N|names=name1[,name2...]]

First input. If select is equal to 1.0, the output is equal to in1
Second input. If select is equal to 0.0, the output is equal to in2
Select input. For values between 0.0 and 1.0, the output changes linearly from in2 to in1
Output value.

If true, select values outside the range 0.0 to 1.0 give values outside the range in2 to in1. If false, outputs are clamped to the the range in2 to in1

Jeff Epler

GPL

2023-02-10 LinuxCNC Documentation