LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ970A does not show in NI MAX, but it is shown in Keysight Connection Expert

Solved!
Go to solution

I have the following issue:

Turns out i do not see the usb instrument device DAQ970A from Keysight in my NI MAX. I can interact with this instrument through Keysight Connection Expert. 

 

The Instrument appears in "USB Test and Measurement Devices".

I already tried in device manager selecting the IVI Drivers.

 

I can seem to find the solution for this problem.

I need to use this instrument with usb interface in labview.

 

 

0 Kudos
Message 1 of 8
(1,929 Views)

You will need labview device drivers for interacting with the device which is available from below link.

https://www.keysight.com/in/en/lib/software-detail/driver/daq970-labview-driver-for-the-keysight-dat...

 

 

 


CLD Using LabVIEW since 2013
0 Kudos
Message 2 of 8
(1,903 Views)

I installed the labview keysight drivers for communicating and device still does not show up in NI MAX 

ni max device not showing.PNG

It is still shown in Keysight connection expert as following:

connection expert keysight daq970a.PNG

 

And in my device manager it also is displayed as USB Test and Measurement Device (IVI)

device manager device.PNG

and in my labview program i can access to device's function palette:

j_ortiz97_0-1637273070397.png

but i cannot access the instrument through the constant, it just does not show up.

0 Kudos
Message 3 of 8
(1,873 Views)
Solution
Accepted by JorgeOrtiz97

From Measurement and Automation explorer go to Tools and select Reset Configuration Data.

Then restart the system and then check in Measurement and Automation explorer


CLD Using LabVIEW since 2013
0 Kudos
Message 4 of 8
(1,865 Views)

I was able to solve it, it turns out i just needed to turn off the daq's file access off (which i had it on) in the user settings. Thanks, this issue is solved.

Message 5 of 8
(1,845 Views)

Hello

I am sadly facing the same issue. Can you please explain how you did turn off the daq's file access? I can not find where to do it.

Kind reguards

0 Kudos
Message 6 of 8
(762 Views)

To deactivate the DAQ's file access,

You need to go to User Settings

- I/O

- USB Settings

And there you will find the option File Access, just need that option Off is selected.

 

 

0 Kudos
Message 7 of 8
(547 Views)

Disabling File Access did not solve my problem.  

 

I loaded the DAQ970 driver from MAX (Measurement and Automation eXplorer) discovery screen.  The DAQ970A showed up in the MAX device tree and I renamed it to DAQ.  When I loaded and run the example ohm measurement, I received a read error.  Then after trying to resolve this error by following the Keysight LabVIEW driver installation instructions, which had me load prerequisites loading the IVI common code (KtDAQ970 IVI-C Driver for the Keysight Data Acquisition System version 1.0.0.0 or greater) which caused me to lose the DAQ970 as a VISA device in MAX device tree and a USB Device in Windows Device Manager.  It now presents as an "USB test measurement device (IVI)" in windows Device Manager and still “No VISA device found” in MAX device tree.  However, I could still access the DAQ using it’s USB address where I can successfully query the device ID  from MAX Tools>NI VISA>VISA Interactive control: double click my USB instrument (DAQ970A) Input/Output tab: Basic IO, write "*IDN?/n" then read "Device Info NO ERROR".   Then trying to duplicate the ID query in a LV program using VISA write/read commands, the VISA write the “Query ID SCPI command” is successful but the VISA read fails??   I have not found any helpful information on the internet. 

 

I have since disabled the IVI drivers and removed all IVI files, MAX could find my DAQ970A and Windows Device Manager insists on presenting it as an IVI device. 

0 Kudos
Message 8 of 8
(319 Views)