Reset (Invoke Method)

Aborts and resets the FPGA VI on the FPGA target to the default state of the VI. This method sets the FPGA VI controls and indicators to their default states, sets uninitialized shift registers to their default values, clears FIFOs, and sets global variables to their default values. This method does not reset memory.

Use the Invoke Method function to implement this method.

Note You cannot use this method if you enable the removal of implicit enable signals from single-cycle Timed Loops.
Option Description
FPGA VI Reference In FPGA VI Reference In is a reference to an FPGA VI. You must open a reference to the FPGA VI to use this parameter.
error in

error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

This node runs normally even if an error occurred before this node runs. If an error occurred before this node runs, the node passes the error in value to error out. If an error occurs while this node runs, the node runs normally and merges error in and its own error status to produce error out.

FPGA VI Reference Out FPGA VI Reference Out returns a reference to an FPGA VI.
error out error out contains error information. This output provides standard error out functionality.