You can use the VI name to refer to a vi in memory. (note that all VIs in
memory must have a unique name, thus LV can make a reference needing only
the name.)
To refer to a vi not in memory, LV needs a full path. The open VI reference
is polymorphic, it accepts strings and paths (as you already noticed).
"MattI"
wrote in message
news:506500000005000000AC7D0000-1021771306000@exchange.ni.com...
> This is awesome!
> Looking at the diagram, I am somewhat surprised that Open VI Reference
> works using just the VI names returned by Property
> Node:Application:All VIs In Memory when they are wired to the path
> input to Open VI Reference, but I guess it uses the (relative)
> built-in path info that we users can't see to look up t
he VI which is
> in memory, and then returns the full path.