Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Kiethley 2700 Front Panel Data Acquisition

I am a new to LabView and I am trying to use the Keithley 2700 instrument to collect data using the front panel inputs. Typically when you collect data from the Keithley 27xx instruments you would use the rear slot number and channel code to do the instrument scan. For instance if you are reading from slot 1 on channel 3 you would add 103 to your channel scan list. However, I was wondering what is the corresponding slot/channel code when you are reading from the front panel. Thanks for your help!

0 Kudos
Message 1 of 3
(622 Views)

I typically use the Keysight(Agilent) 34970A alternative.  You should know that you need to place the instrument into Monitor Channel mode which will allow the selected channel to continuously update on the front panel.  The SCPI commands remain the same between manufacturers.  Use:

ROUT:MON (@103)

ROUT:MON:STATE ON

ROUT:MON:DATA?

 

This will set the active channel to the 3rd channel of slot 1

Turn on the monitoring capabilities

Acquire the most recent monitored piece of data

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 2 of 3
(544 Views)

If you are referring to using the DMM to do FRONT TERMINAL measurements, for when you might not have a multiplexer card installed, you leave the ROUTe scanlist blank.

 

Hope that helps.

Craig

0 Kudos
Message 3 of 3
(523 Views)