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

LIMIT3

NAME
SYNOPSIS
FUNCTIONS
PINS
PARAMETERS

NAME

limit3 − Limit the output signal to fall between min and max, limit its slew rate to less than maxv per second, and limit its second derivative to less than maxa per second squared. When the signal is a position, this means that the position, velocity, and acceleration are limited.

SYNOPSIS

loadrt limit3 [count=N]

FUNCTIONS

limit3.N (uses floating-point)

PINS

limit3.N.in float in

limit3.N.out float out

PARAMETERS

limit3.N.min float rw (default: -1e+20)

limit3.N.max float rw (default: 1e+20)

limit3.N.maxv float rw (default: 1e+20)

limit3.N.maxa float rw (default: 1e+20)