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

OR2

NAME
SYNOPSIS
FUNCTIONS
PINS
LICENSE

NAME

or2 − Two-input OR gate

SYNOPSIS

loadrt or2 [count=N]

FUNCTIONS

or2.N

PINS

or2.N.in0 bit in

or2.N.in1 bit in

or2.N.out bit out

out is computed from the value of in0 and in1 according to the following rule:

in0=FALSE in1=FALSE

out=FALSE

Otherwise,

out=TRUE

LICENSE

GPL