From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,241 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,235 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,214 Views)