Clears the overflow status of FXP by changing the overflow status of FXP to FALSE.


icon

Inputs/Outputs

  • cunkn.png FXP

    FXP specifies a fixed-point number.

  • iunkn.png FXP with overflow cleared

    FXP with overflow cleared returns FXP with an overflow status of FALSE. If FXP does not include an overflow status, FXP with overflow cleared returns FXP unchanged.

  • ibool.png overflow?

    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.

    Note The following details are subject to change with each version of the LabVIEW FPGA Module.

    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