LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Reference in a LLB

Hello,

Just a quick question from someone who is fairly new at using LabVIEW...

I am trying to create a VI reference, and I am using the "Open VI
reference" VI (built in). How do I reference a specific VI that is inside
a .LLB file? I am opening the reference from a VI that is NOT in the same
LLB. Thanks in advance.

-Matt
0 Kudos
Message 1 of 2
(2,617 Views)
> Just a quick question from someone who is fairly new at using LabVIEW...
>
> I am trying to create a VI reference, and I am using the "Open VI
> reference" VI (built in). How do I reference a specific VI that is inside
> a .LLB file? I am opening the reference from a VI that is NOT in the same
> LLB. Thanks in advance.
>

You need to have a path to the VI. LLBs are valid elements of paths, just
like directories. If you need to construct a path, you can use one of the
constants in the File palette, Strip Path to remove elements of a path,
and Build Path to add elements to the path.

Greg McKaskle
Message 2 of 2
(2,617 Views)