Converts the digital waveform or digital data in the digital input to a 2D Boolean array. Wire data to the digital waveform input to determine the polymorphic instance to use or manually select the instance.


icon

Inputs/Outputs

  • cdigtblrn.png digital data

    digital data is the set of input digital data.

  • cu16.png response on error

    response on error specifies what to do if any value in the digital input is not a 0, 1, H, or L.

    0Warn but Convert (default)—Any values that are not 0, 1, H, or L are converted to FALSE and a warning is returned in error out.
    1Failboolean array is returned empty and an error is returned in error out.
  • cenum.png mode

    mode specifies whether the conversion is performed on the data with the least significant bit (LSB) first or most significant bit (MSB) first. The order of the Boolean values in boolean array reflects the selection made in mode.

    0
    LSB First
    (default)
    1
    MSB First
  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

    This node runs normally even if an error occurred before this node runs.

  • i2dbool.png boolean array

    boolean array returns the converted Boolean array. The order of the Boolean values in boolean array reflects the bit direction selected in mode.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.