Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Dead Zone VI

LabVIEW 8.6 FPGA Module Help
June 2008

NI Part Number:
371599D-01

»View Product Info

Owning Palette: Nonlinear Systems VIs

Installed With: FPGA Module

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.

Details  

input is the data point the VI processes.
start of dead zone specifies the low end of the dead zone.
end of dead zone specifies the high end of the dead zone.
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

Dead Zone Details

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.


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit