kitControl-NumericLatch
This component provides a latch for a status numeric input.
NumericLatch is available in the Latches folder of the kitControl palette.

| Property | Value | Description |
|---|---|---|
| Facets (Numeric) | Config Facets window | Selects units and configures how the value displays: unit defines the unit of measure from acceleration to volumetric flow. precision defines the number of decimal places. 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 In value. |
| Out | read-only number (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 In value. |
Latch action
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:
Manually, by right-clicking the latch component and clicking .
Automatically, by linking a Boolean value to the latch action slot on a Latch component. Any change of the Boolean status value invokes a latch 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.