Owning Palette: Data Type Parsing VIs
Requires: Base Development System
Retrieves fixed-point numeric (FXP) information from the data type stored in variant. This VI returns an error if variant does not contain a fixed-point numeric.

Add to the block diagram |
Find on the palette |
![]() |
variant specifies the variant data from which you want to retrieve data type information. | ||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
FXP representation returns the fixed-point information from the fixed-point data type stored in variant.
| ||||||
![]() |
FXP range returns the range LabVIEW calculates for the fixed-point number stored in variant.
| ||||||
![]() |
include overflow status? returns whether the fixed-point number in variant includes an overflow status. If include overflow status? is TRUE, LabVIEW allocates additional storage space to track whether the fixed-point number is the result of an operation that overflowed. | ||||||
![]() |
error out contains error information. This output provides standard error out functionality. |