kitControl-NumericToBitsDemux

 NumericToBitsDemux is a component that converts a numeric value into the binary equivalent. Each bit in the component represents the binary bit position of the numeric integer (numerics are truncated to whole numbers for the conversion). This component can express numeric values in bits (up to 32) as well as bytes (up to 4).

NoteThis component is not designed to convert negative numbers.

The NumericToBitsDemux component is located in the Util folder of the kitControl palette and has the following properties:

See also Alphabetical list of kitControl components

Figure 36 shows an example of the NumericToBitsDemux component with a numeric value of 357 linked to the In Numeric property. Note that Bits 0 through 8 are set to the binary representation of this number, as well as Bytes0 and 1.

Figure 36. Example NumericToBitsDemux component - wiresheet view


Example NumericToBitsDemux component - wiresheet view