Programming D-79
DC590+ Series DC Digital Drive
Functional Description
If INPUT A is TRUE the OUTPUT is FALSE, otherwise the OUTPUT is TRUE.
AND(A,B,C)
If A and B and C are all TRUE then the OUTPUT is TRUE, otherwise the
OUTPUT is FALSE.
NAND(A,B,C)
If A and B and C are all TRUE then the OUTPUT is FALSE, otherwise the
OUTPUT is TRUE.
OR(A,B,C)
If at least one of A or B or C is TRUE then the OUTPUT is TRUE, otherwise the
OUTPUT is FALSE.
NOR(A,B,C)
If at least one of A or B or C is TRUE then the OUTPUT is FALSE, otherwise the
OUTPUT is TRUE.
XOR(A,B)
If A and B are the same, (both TRUE or both FALSE), then the output is FALSE,
otherwise the output is TRUE.