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

WCOMP

NAME
SYNOPSIS
FUNCTIONS
PINS
PARAMETERS
NOTES
LICENSE

NAME

wcomp − Window comparator

SYNOPSIS

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

FUNCTIONS

wcomp.N (uses floating-point)

PINS

wcomp.N.out bit out

True if in is between min and max

wcomp.N.over bit out

True if in is greater than max

wcomp.N.under bit out

True if in is less than min

wcomp.N.in float in

PARAMETERS

wcomp.N.min float rw

Low boundary for comparison

wcomp.N.max float rw

High boundary for comparison

NOTES

Note that if min = max, strange things happen.

LICENSE

GPL