LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling .llb file from a main.vi

Solved!
Go to solution

I am trying to call .llb file from main.vi. What is the method of doing it. Tried calling the .llb file through call by reference method. I am using Labview 2016 and Vision 2016

0 Kudos
Message 1 of 3
(1,790 Views)

A .llb contains plain vi's. Right-click on the BD, Select a VI..., navigate to the .llb file, open it, select a vi.

Unless you really need to call it by reference.

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 2 of 3
(1,784 Views)
Solution
Accepted by topic author priya9129

Calling the VI dynamically is exactly the same as any other VI. The .llb should be in the path: C:\myllb.llb\myvi.vi.

 

Like any other VI, calling it as a sub VI should be preferred over dynamic calling.

0 Kudos
Message 3 of 3
(1,763 Views)