The following VI snippets demonstrate how to pass an Image Display reference from a Main VI to a subVI. The subVI reads an image file and updates the Image Display control in the Main VI using a Property Node.
The reference created in the Main VI identifies which Image Display control will be updated when the subVI writes to the Value property.
Calling VI

SubVI
Note: The images above are LabVIEW snippets, which includes LabVIEW code that you can reuse in your project. To use a snippet, download the image from attachments, save it to your computer in the same file format, and drag the file onto your LabVIEW diagram.