11-03-2012 03:00 PM
Hello,
I am looking for a simple code compatible with labview 2011 and Keithley 6517A electrometer that can measure current continuously and write it to a text file. I want to be able to control the number of data points, duration betweent data points and also the duration of the measuring run. can anyone help me with this? Even a similar example would be really helpful. Thank you
11-03-2012 03:55 PM - edited 11-03-2012 04:07 PM
@Smahat wrote:
Hello,
I am looking for a simple code compatible with labview 2011 and Keithley 6517A electrometer that can measure current continuously and write it to a text file. I want to be able to control the number of data points, duration betweent data points and also the duration of the measuring run. can anyone help me with this? Even a similar example would be really helpful. Thank you
check NI for preconfigured drivers for your instrument in questioned, otherwise use SCPI commands to NI VISA to get your measurement and as for how you manipulate the data (depends on your programmed architecture)...also check out NI Examples>>Hardware Input and Output
07-24-2013 10:06 AM - edited 07-24-2013 10:06 AM
You can just read a signal monitor out from the back of the 6517A. It has two monitor out (2Vout and Preamp_out). Both gives a voltage signal out of your front panel display at whatever measurement you are using (V, R, I, Q). You can just feed it to any analog in DAQ and save/display in LabVIEW.