Latches
D Latch
Description If the Output value is the opposite of the input Data, a rising edge of the Clock will change the Output to match the input Data.

When the Data and Output are already the same values, a rising edge on the Clock will have no effect.
The Output is not persistent when powered-down.
Availability
  • Requires library: Process Control (option -05)
  • Firmware versions 0x1007 and later
savvy-SFD Graphic dLatch
Graphic with Parameters dLatch

Parameters

Data Input, Read-write, Boolean (signed 16-bit integer)
0 = Low
1 = High
Clock Input, Read-write, Boolean (signed 16-bit integer)
0 = Low
1 = High
Output Output, Read-only, Set to default on hard initialization, Boolean (signed 16-bit integer)
0 = Low
1 = High