or2 - Two-input OR gate
Contents
Functions
or2.N
License
GPL
LinuxCNC Documentation 2025-06-19 OR2(9)
Name
or2 - Two-input OR gate
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=FALSEin1=FALSEout=FALSE
Otherwise,
out=TRUESee Also
logic(9)
Synopsis
loadrtor2[count=N|names=name1[,name2...]]
