Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

DMM6500 connection to LabView

Hi, I have DMM6500 for my project, which I used for measurement of Voltage and Amperes.

I used to record data manually, but wanted to do automated record for my pile of LEDs and wanted to use LV.

 

I want to use the readings of DMM6500 as input for some VI (which I will make) in LV 

 

I am having trouble in connecting DMM6500 as "Device I/O" in LV with a normal cable, and it seems to be more difficult than what I anticipated initially.

 

Could you give me instructions in how I can connect DMM6500 such that its reading can be used as input for LV's VI?

 

Thank you so much.

 

Message 1 of 29
(9,884 Views)

Hey, using driver provided the vendor is more convenient.

 

Keithley DMM6500 DAQ6500 Series Meter,Data Acquisition System

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 2 of 29
(9,860 Views)

The DMM6500 manual states, "The DMM6500 GPIB interface is IEEE Std 488.1 compliant and supports IEEE Std 488.2 common
commands and status model topology."  This means that using the SCPI commands will permit operation of this device using the proper hardware connections.  You can use this very simple LabVIEW VISA interface to control & query the unit.

LV2012 VISAwrc.png

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
Message 3 of 29
(9,791 Views)

Use the USB connection. The GPIB interface is an extra option on this model

0 Kudos
Message 4 of 29
(9,775 Views)

@cymrieg wrote:

Use the USB connection. The GPIB interface is an extra option on this model


It doesn't matter the connection whether GPIB or USB once it is found in NI-Max.  It will still communicate the same through SCPI using the simple VISA vi.  The only change would be identifying the correct VISA resource name

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 5 of 29
(9,770 Views)

I have download the driver, however, I still can not find the .VI. what should I do?

thank you.

0 Kudos
Message 6 of 29
(8,699 Views)

 

Hello all,
I'm trying to use this DMM6500 with labview.
So I've downloaded the "Keithley DMM6500 DAQ6500 Series Meter,Data Acquisition System",
But when I'm trying to use the examples to see how it works, I always have the same problem :

Bastiennn_0-1622820770318.png

So I was just wondering if I need a special DAQ device to use the DMM6500 with LabVIEW via usb or ethernet, or it's just that I've completely missed something ?

Hoping to give lots of Kudos, 🙂
And thanks for your reading time anyway !


0 Kudos
Message 7 of 29
(6,847 Views)

USB2 is probably not the correct resource name.

If you connect usb make sure the dmm is also expecting usb. 

And make sure you use the correct usb port on your dmm. 

Probably ath e back with a square connector.

greetings from the Netherlands
Message 8 of 29
(6,840 Views)

Kudo ! 🙂
Thanks a lot,
I'm now apparently able to "talk" with the dmm6500,
or at least the name of the error changed (error 224, so apparently it's some parameters that I need to understand which one should be the good one)

 

 

0 Kudos
Message 9 of 29
(6,798 Views)

 

 

So Mr Albet.Geven was indeed right.

After finding the visa drivers I'm now able to recognize the DMM6500 from my computer and talk with it with the good visa resource name.

But after playing with (almost I think) ALL the parameters I'm still a bit stuck :
I managed to make the "General scanning" example of the DMM6500 work,
But only with the "single point.vi" to get one reading

Single point for General scanning example of DMM6500.png


I've put the PseudoCard at 0 because no pseudocard is used there.
But my !dream! 🙂 would be to be able to get a continuous reading (a scan each 5s during the whole experiment, which can be between 0 to 10 minutes) and then to export the readings on my computer.

And the problem is that when I'm using the "multiple points.vi"

Multiple points for General scanning example of  DMM6500.png

 

I always have the same error :

Bastiennn_1-1623317734792.png

 

 

 

In case of it if it helps understanding a print screen of my inputs :

Bastiennn_2-1623317800200.png

 

The input for the "channel list ("2:10") is empty, because otherwise I have always another error (using single or multiple points) :

Bastiennn_3-1623317956531.png


Did anybody have the same problem ?
I tried debugging step by step and change all parameters but I cannot find what is this block number 1 in trigger model.
It may be because there is no trigger parametrized 🤔 but the only trigger i want is continuously read (a scan each 5s) until I say stop and then export... And moreover it's working for the single point.

As always thanks a lot for your reading time,
If anybody as a clue that would be wonderful,

Have a cool day in any cases !

PS : I hope it doesn't bother that it's still on this thread

0 Kudos
Message 10 of 29
(6,775 Views)