This documentation is no longer maintained. For documentation of the current version of emc2, please see http://www.linuxcnc.org/docview/html

DEADZONE

NAME
SYNOPSIS
FUNCTIONS
PINS
PARAMETERS
LICENSE

NAME

deadzone

SYNOPSIS

loadrt deadzone [count=N]

FUNCTIONS

deadzone.N (uses floating-point)

Update out based on in and the parameters.

PINS

deadzone.N.in float in

deadzone.N.out float out

PARAMETERS

deadzone.N.center float rw (default: 0.0)

The center of the dead zone

deadzone.N.threshhold float rw (default: 1.0)

The dead zone is center ± (threshhold/2)

LICENSE

GPL