Provides a region of zero output, or a dead zone. output is zero if start of dead zone <= input <= end of dead zone. The data type you wire to input determines the output data type.

The maximum input word length is 32 bits.


icon

Inputs/Outputs

  • cunkn.png input

    input is the data point the VI processes.

  • cunkn.png start of dead zone

    start of dead zone specifies the low end of the dead zone.

  • cunkn.png end of dead zone

    end of dead zone specifies the high end of the dead zone.

  • iunkn.png output

    output is the processed data.

    output = inputstart of dead zone for input < start of dead zone output = inputend of dead zone for input > end of dead zone output = 0 for start of dead zone <= input <= end of dead zone

  • If the result exceeds the range of the output data type, the result saturates, returning the maximum value representable by the data type with the same sign as the actual result.