I'm trying to use the Keithley 2002 Single Read .vi in a larger labview instrument and it's taking way too long to retrieve data. Is there a quicker way to retrieve the information using labview? Or any other way to speed this up? I'm trying to obtain a VDC reading from the instrument.
Thank you.
Keithley 2002 LabVIEW Single Read .vi
-
- Posts: 2
- Joined: July 28th, 2015, 1:03 pm
- Country: United States
-
- Keithley Applications
- Posts: 2842
- Joined: June 10th, 2010, 6:22 am
- Country: United States
- Contact:
Re: Keithley 2002 LabVIEW Single Read .vi
Not sure why it is taking so long.
But you could always send SCPI commands with either VISA or GPIB write.
:SENSE:VOLT:NPLC 1 Integration rate of 1PLC
:SENSE:VOLT:AVER:STAT OFF Disable the filter
:SENSE:VOLT:RANGE 1 Select the 1V range
:READ? Query the 2002 for data
Now read it with a VISA or GPIB read.
These commands would help speed things up.
But you could always send SCPI commands with either VISA or GPIB write.
:SENSE:VOLT:NPLC 1 Integration rate of 1PLC
:SENSE:VOLT:AVER:STAT OFF Disable the filter
:SENSE:VOLT:RANGE 1 Select the 1V range
:READ? Query the 2002 for data
Now read it with a VISA or GPIB read.
These commands would help speed things up.
-
- Posts: 2
- Joined: July 28th, 2015, 1:03 pm
- Country: United States
Re: Keithley 2002 LabVIEW Single Read .vi
Thanks Dale I'm not sure why it took so long either I did end up doing what you said, I think a little different, to get it working and its much quicker now. Thank you
Who is online
Users browsing this forum: No registered users and 1 guest