Hello,
I should note that I am fairly new to Labview, I respectfully ask for your patience.
My goal:
Use the Keithley 2000 to take remote DCV measurements from a shunt resistor every second and log these values for later use. We plan to setup a VI to do this for us, utilizing the instrument drivers. I decided to first see if I could even take a single measurement using the NI example code downloaded directly for NI in link 1 (provided below). I am having trouble completing this task.
Before you ask, I have installed all required drivers recommended by NI; NI max, NI serial, NI 488.2, etc.
My Setup:
-Keithly 2000 DMM
-RS232 to USB connection (Serial)
-Windows 10 PC
-Labview 11.0 (2011)
-Plug and Play drivers
What I have done:
I first read through and followed the guidance found in link 2 (provided below). Then I read through setting up the Keithley for remote readings as specified from the manufacturers user manual, and also mirrored those specifications in the Labview VI (baud rate, flow control, etc.). I also setup NI max to reflect these specifications (although I don't know what that really does). I then launched the example code "Read Single.VI" and errors starting popping out. I have remedied most of these pesky errors (I think, sometimes I wonder if error out says "ok"--but really isn't). The error I cannot figure out comes when the operation gets to the subVI named "Wait for SRQ": this error comes in two parts, one for both Labview and the DMM.
Error in labview - 1073807339 - <ERR> _ke2000 Wait for SRQ: A timeout occurred while waiting for a service request from the instrument. This could mean that your instrument did not have time to take all of the measurements or that an error occurred previously. (I assume the latter because no error to my knowledge and observation occurred previously).
Error on DMM - Error 363 - Input buffer overun
Thank you kindly for taking the time to guide me through to victory, cheers.
Best,
David
Physics Undergraduate
Links:
1: http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=248
2: https://forums.ni.com/t5/Digital-Multimeters-DMMs-and/keithley-2000/td-p/2520264