LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Issues downloading drivers

Solved!
Go to solution

Hello,

 

I am trying to install a driver (for siglent DSG1062X). I already downloaded the zip file and decompressed it.but I can't use it in LabVIEW.

 

I didn't had a \instr.lib folder in my LabVIEW so I created one (and copied the driver folder inside) but wouldn't work.

I tried directly opening the exemple VI inside of the driver but I had this loading.

Bivrox_0-1750943840087.png

I also tried to put the folder where the searching was: C:\Program Files\NI\LVAddons but I got the same issue

I couldn't click on brows, the app was frozen (needed task manager to close it).

 

I also tried installing it via LabVIEW instrument driver installer but I had this issue:

Bivrox_1-1750944191719.png

Bivrox_2-1750944238736.png

 

Would any of you know how to deal with thoses issues ?

 

Have a good day,

Esteban

0 Kudos
Message 1 of 10
(509 Views)

@Esteban.S wrote:

I didn't had a \instr.lib folder in my LabVIEW so I created one (and copied the driver folder inside) but wouldn't work.

 


Where exactly did you create it and what LabVIEW version are you using?

 

I currently have LabVIEW 2021 32-bit and for that, its instr.lib should be this path:

 

C:\Program Files (x86)\National Instruments\LabVIEW 2021\instr.lib

 

LabVIEW should create that path when you install it.  If you really didn't have one, then you almost certainly deleted it yourself.

 

It is still possible to use downloaded drivers in other locations, but it can take a while to do.  You have to open all the files and relink them all to each other in their new location, and they also don't get automatically put into the palettes, but it is possible.

0 Kudos
Message 2 of 10
(478 Views)

Hello,

I am using LabVIEW 2024 Q3, and the exact path of the driver is : C:\Program Files (x86)\National Instruments\LabVIEW 2024\instr.lib.

I had to create the instr.lib folder by myself because there wasn't any (and there wasn't neither on any previous version of labVIEW).

 

I don't understand why there wasn't any because I already installed drivers (via VISM, but the siglent driver doesn't exist there) such as the DAQ one, and MGI collection.

 

Have a nice day !

Esteban

0 Kudos
Message 3 of 10
(457 Views)

Hi Bivrox,

 

In the zip file you installed under instrlib, does the vi "Configure Standard Waveform.vi" exist ?

 

Normally if all the VI you need are in the zip file, LabVIEW won't detect a static error (however dynamic error could still happen after a Run if the vi from zip file call some unkown dll for instance).

Bilsix
0 Kudos
Message 4 of 10
(452 Views)

Hello,

After lot of issues, I was able to run the examples VIs. But somehow, I can't have acces to any of the function inside of the lib (even inside the example VI that uses some).

Do you know how to use them without have to use the "Select a VI" function ?

I also have this warning details once the example VI is started:

EstebanS_0-1751009655703.png

Thanks for your help !

Esteban

 

 

0 Kudos
Message 5 of 10
(441 Views)


Hi Esteban,

 

What do you mean by "can't have access to any of the function inside of the lib" ?

If you were able to run the examples, it means you're able to use the lib, no ?May you screenshot your issue ?

 

KR,

 

Bilsix

Bilsix
0 Kudos
Message 6 of 10
(418 Views)

Hi,

When launching one of the example VI of the lib, I first have this message : 

EstebanS_0-1751025520763.png

 (just after loading VI)

 

And once inside the block diagram, when seraching for addind new functions to create my own I can't find any function of the lib.

What I'm trying to do is just simply using the different functions such as using the one on VISA or DAQ.

 

EstebanS_1-1751025647892.png

EstebanS_2-1751025667378.png

 

0 Kudos
Message 7 of 10
(409 Views)

Hi Esteban,

 


@Esteban.S wrote:

When launching one of the example VI of the lib, I first have this message : 


That's just a warning and there is the option to "ignore"…

 


@Esteban.S wrote:

And once inside the block diagram, when seraching for addind new functions to create my own I can't find any function of the lib.

What I'm trying to do is just simply using the different functions such as using the one on VISA or DAQ.


You can always "select a VI…" and loading from disk…

 

How did you install the driver and did you (or the installation process) edit the palette to actually show that driver?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 8 of 10
(405 Views)
Solution
Accepted by Esteban.S

Ok I see, it seems the VIs are working now.

 

For your 2 points:

1. Concerning the "Load Warning Summary" dialog box, if you click on "Show Details", it'll explain that LabVIEW was waiting to find the VIs in a partcular location, but he finally found them in an other one. It's not a big issue I think.

-> If you spot where the example VIs want to find the VIs, you paste them in the correct location, the dialog box won't appear

-> Otherwise if you just save the example VI, I guess it could solve the dialog box appearance as well

 

2. Concerning the Function Palette customization, this link'll help

 

If your issue are solved please put the commentary as a solution !

 

++,

 

Bilsix.

Bilsix
0 Kudos
Message 9 of 10
(403 Views)

Hello,

 

Thank you all for your help !

Have a nice day,

Esteban

0 Kudos
Message 10 of 10
(328 Views)