01-15-2021 03:39 AM
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
Solved! Go to Solution.
01-15-2021 03:58 AM
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.
01-15-2021 05:35 AM
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.