I am looking for some assistance in getting started developing an application in VB 6. The application hardware is a Keithley 6517A Electrometer, PCI-GPIB card, and computer, data are collected from a detector and we need to measure current. I have installed Measurement Studio, copied the NIGLOBAL and NIVBIB32.bas modules into the project. What next? I am hoping that someone might have done some work with this instrument before, but a few questions:
1. It appears that there are a few ways to talk to the instrument, but I am unfamiliar with this kind of programming (database experience previously)...What is the name of the command set that I should plan to use and can you suggest a good reference?
2. Do I need to install VISA? I found an example program on the NI website that refers to a gpib-32.dll that I can find on my system, but cannot add to the project, either through add file, components, or references via the Project menu. Despite having the modules, I still need to talk through a dll to send messages to the instrument to ask for things and get things, correct?
It would be great is someone had a simple vb6 program for the Keithley that takes current measurements...
Thanks for input. I am looking for a stepwise approach assistance. I can communicate with the instrument "somewhat" through the Measurement Automation interface that allows you to send commands like *IDN? and the instrument responds usually, although, this tends to lock the Keithley up.
Thanks again for input.
Mike