06-29-2009 11:42 PM
Hello,
Im using LabVIEW 8.2.1 and trying to take measurements from an HP3457A DMM. I'm using a GPIB-USB-HS adapter. I wrote a VI in 8.2.1, but used a GPIB-PCMCIA card. That worked fine but my new computer does not have a PCMCIA slot. MACS detects the HP3457A, but no matter what I try, my VI keeps giving me an error message as soon as the VISA OPEN subVI tries to access the HP3457A. Any thoughts?
-Chris
06-30-2009 02:13 AM
06-30-2009 05:31 PM
Hey Chris,
There shouldn't be any difference in the way that the PCMCIA GPIB device and the GPIB-USB-HS works. I was wondering if you could post a screenshot of the MAX configuration and how the resource is shown for the HP3457A DMM and then what you are placing at the VISA resource in your LabVIEW program. Usually if you're getting an error at the VISA open there are either problems physically communicating with the instrument (cable could have come loose or the instrument could have been powered down), the VISA resource could already be open due to an alternate program using it (Test Panels), or the VISA resource being used is incorrect.
Thanks
Eric K
Applications Engineering
National Instruments
06-30-2009 09:56 PM
Thanks for responding :). I have attached a screenshot of the MACS screen. When I used the PCMCIA card, MACS was unable to get a response to a *IDN? query but the overall program worked and I was able to take measurements. I used the Interactive Control feature of MACS and was able to get a response to a ID? query (a command I found in the HP3457A manual). The response to the query was "HP3457A" and a timeout error.
-Chris
06-30-2009 10:47 PM - edited 06-30-2009 10:49 PM