Logic Gates
AND4
Description The output is the logical AND of the four logic inputs.

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

Availability
  • Available only in the dw2xx & dw2xx-v2 series products
  • Requires library: Process Control (option -05)
  • Firmware versions 0x2007 and later
savvy-SFD Graphic and4
Graphic with Parameters and4

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
Input 3 Input, Read-write, Boolean (signed 16-bit integer)
0 = Low
1 = High
Input 4 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