Owning Palette: FPGA Interface Functions
Includes the Up Cast function.
The function on this palette can return general LabVIEW error codes, specific FPGA Interface error codes, or error codes specific to the FPGA target. Refer to the specific FPGA target hardware documentation for a list of target-specific error codes.
| Palette Object | Description |
|---|---|
| Up Cast | Converts an FPGA VI-specific reference to a more generic reference. You then can use common code to interact with different FPGA VIs. The FPGA targets must be of the same class. You might want to use this function if you want to evaluate different algorithms in a host VI without rewriting the host VI. You cannot use this function with DMA FIFOs. Some FPGA targets might not support this function. Refer to the specific FPGA target hardware documentation for more information. |