Welcome to LinuxCNC.org
Home of users of the Enhanced Machine Controller - EMC
a free and powerful machine controller
A fresh bugfix release (2.2.7) - (Changelog). You can get it: as a source package from sourceforge , from CVS , or as a precompiled package which works on Ubuntu as described here. |
|
The EMC2 team now has a brand new custom Live-CD (EU mirror) based on Ubuntu 8.04 with emc 2.2.x included, that will let you try out EMC2 before installing, and it's also the easiest way to install Ubuntu and EMC2 together. (more) |
A fresh bugfix release (2.2.6) - (Changelog). You can get it: as a source package from sourceforge , from CVS , or as a precompiled package which works on Ubuntu as described here. |
|
BLEND
NAME
SYNOPSIS
FUNCTIONS
PINS
PARAMETERS
LICENSE
NAME
|
blend − Perform linear interpolation between two
values
|
SYNOPSIS
FUNCTIONS
|
blend.N (uses floating-point) |
PINS
|
First input. If select is equal to 0.0, the output is
equal to in1
|
|
Second input. If select is equal to 1.0, the output is
equal to in2
|
|
Select input. For values between 0.0 and 1.0, the output
changes linearly from in1 to in2
|
PARAMETERS
|
If true, select values outside the range 0.0 to 1.0 give
values outside the range in1 to in2. If false, outputs are
clamped to the the range in1 to in2
|
LICENSE