07-26-2008 05:59 PM
07-26-2008 07:35 PM
11-07-2008 06:33 PM
In the suggestion by dennis , it is stated there are two types of serial cable and i must use the right type.
What are the two types? Does he mean a 9 pin serial port and a 25 pin serial port? please clarify. My serial port on keithley meter is 9 pin.
Thanks
poli
11-07-2008 07:42 PM
11-08-2008 01:56 AM
Thanks for the earlier tip, the keithley manual says i need straight through cable and so i will use that type only.
My requirement is to plot the voltage measured by keithley multimeter such that every 10 millisec a reading is acquired.
That is the sampling frequency is 100Hz. How do i ensure this requirement in my labview code? Often people set the baud rate- will varying this change the sampling frequency?
11-08-2008 09:15 AM
For fast reading, it is important not to use the MEAS? command, but READ followed by FETCH? (if I remember correctly). Normally these DMMs operate at 1 PLC (power line cycle -> 50/60 Hz), so you need to adjust the NPLC (number of power line cycles).
There is to options to work with the Keithley DMMs inside LabVIEW. You could use the LabVIEW drivers for the Keithley 2000, those can be found on ni.com and on the keithey homepage. Propably they only implement GPIB, the you need to make some modifications on them for RS232. The other option is to send the commands as found in the DMM manual via VISA.
Felix