kitControl-StatusNumericToStatusString

This component converts a StatusNumeric value to a StatusString value.

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.

Figure 1. StatusNumericToStatusString properties


PropertyValueDescription
Outread-only numberDisplays the converted target status text.
Innumber 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 In value.

Integer Digitsnumber (defaults to 6)Configures the whole number to the left of the In value’s decimal point.
Decimal Digitsnumber (defaults to 6)Configures the fraction to the right of the In value’s decimal point.