Unforce Variable VI

Owning Palette: Forcing VIs

Requires: Base Development System (Real-Time, Windows)

Discontinues forcing on an I/O variable or I/O alias and returns control of the I/O value to the NI Scan Engine.

Example

 Add to the block diagram  Find on the palette
variable path (URL) specifies the path to the I/O variable or I/O alias. The path can be absolute or relative. The format of the variable path is \\<TargetName>\<ModuleName>\<VariableName>. You can view the variable path for an I/O variable in the Context Help window when you hover over the I/O variable node on the block diagram.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the Programmatic Forcing.lvproj in the labview\examples\Scan Engine directory for an example of using the Unforce Variable VI.

 Open example  Find related examples