LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Spectre_Dave

Add Icon to Call by Reference Node

Status: New

 Add a Show Icon option to the Call by Reference Node.  The Icon would be the Icon associated with the VI Refnum from the Open VI reference.

 

 

Call By ref.JPG

Visualize the Solution

CLA

LabVIEW, LabVIEW FPGA
2 Comments
AristosQueue (NI)
NI Employee (retired)

What you're actually asking for is SUBSTANTIALLY harder than just enabling an icon. What you're really asking for is:

 

"Include in the type information of a VI refnum wire information not just about the conpane but, when that refnum originates from a static VI reference, include all the path/name information as well so that no matter what nodes the wire passes through before it hits the CBR node, the wire still carries enough information to look up the icon and display it."

 

Essentially, the VI Refnum wire becomes a typedef wire when it is sourced at a static VI ref. 

 

Not that any of this is a bad idea. I'm just clarifying the idea. 

 

Kudos!

Spectre_Dave
Active Participant

My work around is to copy the Icon from the Strict Type Def VI and I then drop it onto the Call by Reference Node. The ICON gets in the way of wiring so I drop the ICON once the Call by Reference Node is all wired up. It really helps with multiple Call by Reference Nodes.

 

HSLA.JPG

Visualize the Solution

CLA

LabVIEW, LabVIEW FPGA