kitControl-EnumLatch is available in the Latches folder of the kitControl palette.

| Property | Value | Description |
|---|---|---|
| Facets | Config Facets window (defaults to blank) | Defines a range of enumerated states (enum values).This configuration applies to the Out property value.
|
| Clock | true and false (default) and null definition
|
Triggers the component to capture and send the In value to the Out value at the moment this property changes from false to true. Nothing happens when it changes from true to false. This is called “latching the input property to the output property on the rising edge.”
When null is checked, the value displayed defaults to the incoming value from the device.If you remove the check mark you
can configure the |
| Out | read-only enumerated value (defaults to 0) | Contains the value that is captured from the In property at latch time. You link to this property to display the value on a graphic or to process the value with another
component.
|
| In | number (defaults to 0) and null definition | Contains the value to pass to Out. You link to this property from a data source, such as from a control point or a Schedule output.
When null is checked, the value displayed defaults to the incoming value from the device.If you remove the check mark you
can configure the |
Latching triggers the component to capture the In value and send it to the Out value. In addition to the Clock property’s role in triggering a latch, you invoke this action:
false to true or true to false). This is in contrast to using the Clock property, which causes the component to latch only when its status changes from false to true. The Latch action captures the input value any time that the Latch command is invoked.