Latches
D Latch with Set
Description If the Set is inactive and 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 Set is Enabled, the Output is forced HIGH.

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 dsLatch
Graphic with Parameters dsLatch

Parameters

Set Input, Read-write, Set to default on hard initialization, Boolean (signed 16-bit integer)
0 = Inactive
1 = Set
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