Remove Fixed-Point Overflow Status Function
- Updated2025-01-28
- 2 minute(s) read
Remove Fixed-Point Overflow Status Function
Removes the overflow status from FXP.
To change the overflow status to FALSE, use the Clear Fixed-Point Overflow Status function.

Inputs/Outputs
![]() FXP specifies a fixed-point number. ![]() FXP with overflow removed returns FXP without an overflow status. If FXP does not include an overflow status, FXP with overflow removed returns FXP unchanged. ![]() overflow? is TRUE if FXP includes an overflow status and FXP is the result of an operation that overflowed. If FXP does not include an overflow status, or if FXP includes an overflow status but is not the result of an operation that overflowed, overflow? is FALSE. |
FPGA Module Details
The following details apply when you use this object in an FPGA VI.
The Fixed-Point functions do not support array inputs. However, you can pass array data to these functions element-by-element if you meet the following criteria:
- You place the function inside a For Loop within a single-cycle Timed Loop
- You enable auto-indexing on the For Loop tunnels
- You use the function with other supported functions
- You do not include shift registers or Feedback Nodes