Archived:Where Can I find Invoke Nodes in LabVIEW NXG?

Updated May 1, 2023

NI does not actively maintain this document.

This content provides support for older products and technology, so you may notice outdated links or obsolete information about operating systems or other relevant products.

Reported In

Software

  • LabVIEW NXG

Issue Details

I was using Invoke nodes in my previous code using LabVIEW 2019. Now I want to try rebuild them in LabVIEW NXG, but I cannot find the invoke nodes.

Solution

When LabVIEW migrates to LabVIEW NXG, the invoke nodes has been replaced by specific VI representations. For example, the Run VI invoke nodes has been replaced with Run VI functions to invoke the method to VI class.

Figure: Invoke node in current LabVIEW

Figure : Run VI representations in LabVIEW NXG
The fastest way to find the representation is to use the Ctrl + Space in LabVIEW NXG and search the method. Not all methods are currently available but will be updated accordingly in incoming NXG version.