LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RIGOL DSA800 Series - LabVIEW Driver installation LABVIEW 2019

I tried the example files included in the driver package for RIGOL DSA815 downloaded from the web page at

https://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=CA1FA4FE2A1C6B71E0440021287E6...

I tried all 2018/2018/2020 versions. None of these worked with LabView_2019 (the only version not covered). From the screenshot you can see that the various sub.vi functions are missing/corrupted.

81e99638-f176-4945-a5cf-ea8fd790cd0c.png

By launching the example files, the instrument goes in remote mode, but after a while the following error message appears.

Screen2.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Any ideas on how to fix it?

 

0 Kudos
Message 1 of 5
(1,091 Views)

You need to look at the commands that the driver send. 

 

Look at Configure Sweep. 

Does the "Format into String" format string use g or f as number format. 

I had problems with the format string for all Rigol DP800 driver vi's. 

0 Kudos
Message 2 of 5
(1,060 Views)

Thanks for your support, the Configure sweep code is:

gminetti_0-1694525446122.png

 

0 Kudos
Message 3 of 5
(1,032 Views)

Try to change %g to %f

Message 4 of 5
(1,027 Views)

There are sooo many things wrong with that driver. I have complained before about this (although, I cannot find it atm)

 

Here is my "correction" to the sweep configure, but I did not leave myself any notes why I did it.

 

Frozen_0-1694530812722.png

 

 

**WARNING**  "\Public\Data\Low Level\Wait for Acquisition Complete.vi" is just plain WRONG! Luckily, it does not break your code. And no, I did not fix it either.

 

Good luck!

---------------------------------------------
Certified LabVIEW Developer (CLD)
Message 5 of 5
(1,009 Views)