10-12-2009 02:23 AM
I am a beginner of Labview. I don't know how to acquire data from the memory of multimeter.
I read some examples about DAQ, but it seems not similar to my case. I can't use DAQ in my computer, as I don't have DAQ board.
Could anybody give me some guide? Similar examples would be great.
Solved! Go to Solution.
10-12-2009 03:11 AM
Hi fragrance2008,
what type of device do you use? How is it connected to your pc?
Mike
10-12-2009 03:15 AM
10-12-2009 04:04 AM
I use 3458A multimeter. It is connected with Agilent GPIB 82357A interface.
10-12-2009 04:15 AM
Hi fragrance2008,
you can get the driver for this device here.
There is also an examle in it, which shows how you can work with it.
Mike
10-12-2009 04:24 AM
Hi Mike,
Thanks a lot for your fast reply. 🙂
I downloaded the examples and I would read through them.
10-12-2009 06:59 AM
Hi Mike,
I have another problem.
After I installed the instrument drivers for Agilent 3458a multimeter, I tried to open the examples under agilent 3458, but there is error message:
Error occurred at VISA open in agilent 3458 lvlib: Initialize.vi -> agilent 3458 Acquire Single(math) Measurementr.vi.
Possible reasons: The given session or object reference is invalid.
What is the problem? I use Labview 9.0, and Visa 4.5.1. Could it be incompatible problems?
10-12-2009 07:10 AM - edited 10-12-2009 07:11 AM
Confirm that you have the VISA Run Time Engine on the target machine. If you do not have it installed, you can install the VISA Run Time Engine from ni.com.
Error -1073807346 Using VISA When Running LabVIEW Executable On Target Computer
10-12-2009 07:43 AM
Hey Mathan,
I have already updated the VISA Run Time Engine to 4.6 version on my working compute. Still thesame error message appears when I try to run the example.
By the way, I installed the instrument drivers which seems to be used in labview 8, but I use labview 9. Could that be the reason for the error?
Driver type: Plug and Play (project-style). I am not sure it is correct or not.
10-12-2009 08:17 AM
Hello,
You would see this error if you are not running the top level VI. If you have a reference that is an input on the connectors then you would get this error. If this is not true then look in your code and see what is trowing this error. That would help us help you.