LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Keithley 2000 Resistance error 800

Hi

 

I'm currently trying to create a Labview program that can scan through 5 channels on a keithley 2000 multimeter with a 20 channel internal scan card to measure a 4-wire resistance.

 

I am using Labview 8.6 and a Serial RS232 port.

 

I can set up the mulitmeter using Labview, but it falls down whenever I try to take a reading and shows an error 800 - RS232 Framing Error.

 

Any help would be much appreciated as there doesn't seem to be many resources out there for measuring 4-wire resistance.

 

 

Thanks

 

Jonathan

0 Kudos
Message 1 of 8
(6,158 Views)
Please check the baud rate and confirm whether it matches with the device (device capablity)
0 Kudos
Message 2 of 8
(6,150 Views)
Are you able to communicate using a hyper-terminal?
0 Kudos
Message 3 of 8
(6,149 Views)

The baud rate is correct, I can communicate with the device by sending commands using Write. I just can't Read anything when I scan.

 

I don't know anything about hyperterminal to test that I'm afraid.

0 Kudos
Message 4 of 8
(6,145 Views)

Hello Neblar,

 

There is an NI Developer Zone article that describes how to perform a Loopback test on a variety of interfaces.  A section in this article describes how to use Hyperterminal for a Loopback test. 

 

When you receive framing errors, the first place to look is the communication on the line.  As serial data is transfered, there are start and stop bits in every byte that is sent, separating different frames of data.  This Knowledgebase article also has some further information. 

 

In an earlier post, you mentioned that your serial communication settings are correct.  Have you checked whether the settings in Measurement and Automation Explorer match those in the Windows Device Manager?

 

Regards,

George T.
Senior Applications Engineer
National Instruments UK and Ireland
0 Kudos
Message 5 of 8
(6,114 Views)

Hi neblar,

The framing error mostly occurs due to baud rate mismatch. If you are confident then may be you are facing a signal degradation. Can you try using a shorter cable?

0 Kudos
Message 6 of 8
(6,108 Views)
Also when you say you can write and not able to read, Can you induce a delay between write and read and see If get out of the error?
0 Kudos
Message 7 of 8
(6,101 Views)
I'm using same multimeter you are, but i'm using gpib to conect with it. I've downloaded the driver, and it's all working good. Have you tried to reset the keithley with labview, after you innitialize it?
TN
Currently using LV 8.5
logo
0 Kudos
Message 8 of 8
(6,100 Views)