LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

who can tell me how to reference a specifed VI included in a LLB?

I want to use the function of "open VI reference" to get a refum to a VI inculded in a LLB file,but the "I/O path control" only accept the LLB file instead of the specified VI .who can give me a suggestion?
0 Kudos
Message 1 of 3
(2,774 Views)
Hi,


All you need to do is add the vi file name to the LLB pathname in the I/O path control.

eg c:\My Project\My LabVIEW.llb and the VI is MyVI.vi

the resultant pathname is c:\My Project\My LabVIEW.llb\MyVI.vi.

You could use the Build Path function in the File I/O palette.


Hope this helps.

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,774 Views)
Under 6i,
Right click on the Path Control.
Select browse options.
Under Selection Mode, select existing files (use LLB's).
This should allow you to select a VI from a LLB use the Path Control.
0 Kudos
Message 3 of 3
(2,774 Views)