Out value to an Integer In value.
StatusEnumToInt is available in the Conversion folder of the kitControl palette.

| Property | Value | Description |
|---|---|---|
| Out Facets | Config Facets window (defaults to null for units, min for minimum, max for maximum and 10 for radix) | Selects units and configures how the value displays:
Out property value.
|
| In Facets | Config Facets window | Defines the range of enumerated states (enum values) for the In value.
|
| Out | read-only integer | Displays the target integer. |
| In | number (defaults to 0) with null definition | Displays the source status enum value.
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 |
| On Null In Value | drop-down list (defaults to Use In Value) | Configures how to handle null values.
If this modified component links to another StatusEnum property, the framework ignores the null value. But, if connected to a StatusEnumToInt component, 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 In value for the conversion object when the input Out value has a null status.
|