Logic Gates
NOT
Description Output is the logical NOT of the Input.

Input Output
0 1
1 0

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

Parameters

Input 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