Logic Gates
NAND
Description Output is the logical NAND of Input 1 and Input 2.

Input 1 Input 2 Output
0 0 1
0 1 1
1 0 1
1 1 0

Availability
  • Requires library: Process Control (option -05)
  • Firmware versions 0x1007 and later
savvy-SFD Graphic nand
Graphic with Parameters nand

Parameters

Input 1 Input, Read-write, Boolean (signed 16-bit integer)
0 = Low
1 = High
Input 2 Input, Read-write, Boolean (signed 16-bit integer)
0 = Low
1 = High
Output Output, Read-only, Boolean (signed 16-bit integer)
0 = Low
1 = High