In value to a simple Boolean Out value. This component is the reverse of the BooleanToStatusBoolean component.
StatusBooleanToBoolean is available in the Conversion folder of the kitControl palette.
This component converts an units output from a source component to the units of the target component. Such conversion is automatic. But, if needed, you can use this component to convert between:
Out of a point, kitControl, or Schedule object (status value), to aIn value of a property in an extension or other component.For example, to link the Out of a Schedule object to the Enabled property of a history extension of a point or object, you link a StatusBooleanToBoolean object between the two.

| Property | Value | Description |
|---|---|---|
| Facets | Config Facets window (defaults to true and false) |
Defines the text to display for each Boolean value.
In property value. What text to define depends on how you are using the component.
|
| In | true and false (default)
|
Displays the source status Boolean value. |
| Out | read-only StatusBoolean true and false |
Displays the converted target simple Boolean value. |
| On Null In Value | drop-down list (defaults to Use In Value) | Configures how to handle null values.
For example, a NumericWritable point (proxy point) positions a damper from 0 to 100% open. In the point’s configuration, its
If this modified component links to another StatusNumeric property, the framework ignores the null value. But, if connected to a StatusBooleanToBoolean, the result of a null input value defaults to the changed value, which may not be what you intended.
|
| Out Value On Null | number | Defines an Out value for the conversion object when its In value has a null status.
|