11-30-2006 02:52 PM
11-30-2006 03:01 PM
11-30-2006 03:13 PM
11-30-2006 03:28 PM
You DO NOT HAVE A DAQ BOARD. You have a GPIB controller and that is not the same thing at all. If you ever buy one of NI's multifunction DAQ boards, then you will be able to use the DAQ Assistant and all of the functions associated with DAQ. In this world, DAQ has a very specific meaning and GPIB is treated much differently.
Of course you can use LabVIEW to communicate with your instruments. If there is no instrument driver, it just means you have to write the code yourself. The is the Instrument I/O Assistant as I already mentioned and there are all of the VISA commands. It's recomended that you use the VISA API instead of the lower level GPIB fucntions. You can even write your own driver with information on the other links of the page I provided. Also, even if there is no posted driver for your version of LabVIEW, that doesn't mean one doesn't exist or can't be made. Many people here have multiple versions of LabVIEW and it's possible to save for previous versions. If you find a driver and need it converted, download the driver (7.x preferably) and attatch it in a new post where you ask if someone can convert it for you.
11-30-2006 03:44 PM
05-01-2007 04:46 AM
Philbert,
Looking at your query, in particular the "NDCV+0.000009E+3" string returned by the instrument, I'd guess that you're trying to talk to a Keithley DMM, such as a KE195 or KE196.
These instruments only seem to implement a subset of IEE488 and won't respond to *IDN? queries like more compliant GPIB/IEE488 devices, thus MAX won't identify them. There are drivers from the Instruemt Driver Network on the NI site which work fine with the Keithley DMMs, allowing you to change function, range etc and get back data.
Hope this helps
regards
dave Langstaff