kitControl-NumericSelect

This component is a numeric select. The component’s Select property chooses the input. From three to 10 inputs can be specified.

NumericSelect is available in the Selects folder of the kitControl palette.

All select objects require an enumerated input to perform the selection—the four select object types differ only by the type of input data selected and passed to the out slot.

Figure 1. NumericSelect example application

The wire sheet shows an EnumWritable linked to a NumericSelect’s select slot (where enumerated values are 1 = Econ Disabled, 2 = Min Oa Enabled, 3 = Econ Enabled). This sets the output value to one of the input values depending on the select value.



PropertyValueDescription
FacetsConfig Facets window (defaults to null units, a single decimal place, minimum=negative infinity, maximum=positive infinity)

Selects units and configures how the value displays:

units defines the unit of measure from acceleration to volumetric flow.

precision defines the number of decimal places.

min defines the lowest value allowed.

max defines the highest value allowed.

This configuration affects the Out property value.

Selectnumber (defaults to zero(0))Selects one of the 10 input values to be transferred to the output.
Outread-only number (defaults to zero (0))Provides a numeric output value for linking into a component.
In A through In J (10 inputs)number (defaults to zero (0))Define the selected numeric input values and null definition.