StatusNumericToStatusString is available in the Conversion folder of the kitControl palette.
Object properties specify the number of integer (whole number) digits and decimal digits to use in the output string, with a default value of six (6) each. Unused digits are padded with a zero. For example, with an input numeric value of 72.8, the default output string would be: 000072.800000.

| Property | Value | Description |
|---|---|---|
| Out | read-only number | Displays the converted target status text. |
| In | number and null definition (defaults to 0) | Displays the source status numeric 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 |
| Integer Digits | number (defaults to 6) | Configures the whole number to the left of the In value’s decimal point.
|
| Decimal Digits | number (defaults to 6) | Configures the fraction to the right of the In value’s decimal point.
|