LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

having problems making labview communicate with fluke 2620A instrument

I am using RS232 and i dont know wat i am doing wrong.
I have the instrument driver for the fl2620A and i am trying to run the read data.vi in labview 7.0 but i am not getting the info thru....? do i have to use the DAQ assistant? Is it coz i am using a trial version?
Help!
0 Kudos
Message 1 of 4
(2,954 Views)
First of all, the driver is old and originally used a serial port driver that mapped port 0 to Com1, port 1 to Com2, etc., so make sure the port setting is correct. Second, the instrument will not transmit anything without a request for data first so just running Read Data won't do anything. Try Fluke 2620A Read Values which first writes a request for data and then does a read. Lastly, check the cable and the serial port configuration of both the instrument and the settings in the Initialize VI. If you can communicate in Hyperterminal, then you know that the cable and settings are correct.
0 Kudos
Message 2 of 4
(2,954 Views)
Hey dennis,
I tried that but it still doesnt seem to work. Hyperterm is not responding either....I was wondering if i needed to have NI VISA installed too to make this work? I was reading the manual and it said that i needed that
Any other suggestions????? I also found an example vi on the fluke 2625 instrument driver....could that work?

I am a beginner at this and i am just trying to learn how to use labview
0 Kudos
Message 3 of 4
(2,954 Views)
If it doesn't work in Hyperterminal, then either the serial port settings are wrong or the cable is not wired correctly. For the driver to work, VISA has to be installed but Hyperterminal doesn't require it. There should be a menu option on the instrument to set serial port parameters (baud rate, stop bits, etc.), so you need to make sure that those settings and the settings for Hyperterminal match exactly. For the cable, double check the instrument manual but what you probably need is a null modem type. This type will connect TD on the pc's serial port to RD on the instrument's and RD of the pc's to TD of the instrument. For a DB9 to DB9 connection, this means pins 2 and 3 get cross-wired.

Allow to me to add a few personal observations
about serial communications in general. I have had more problems and spent more time on serial instruments than just about all others combined. Because no standards exist, everyone does things a little bit differently and it seems you're always starting from scratch. The only advantage I have is 25 years dealing with these pigs. The cost advantage of using serial versus GPIB may seem great but if someone has to spend close to a day debugging cables and settings, the cost savings are gone. The best way to deal with serial is to "Just say NO!".

Okay. End of rant.
0 Kudos
Message 4 of 4
(2,954 Views)