EasyManua.ls Logo

Keithley 2100 User Manual

Keithley 2100
157 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #147 background imageLoading...
Page #147 background image
2100-900-01 Rev. D / September 2011 Return to Section Topics B-35
Model 2100 6 1/2-Digit Resolution Digital Multimeter User’s Manual Appendix B: Remote Interface Reference
Rem send command -- Enable math
stat = viWrite(sesn, "CALC:STAT ON", 12, ret)
If (stat < VI_SUCCESS) Then
MsgBox "System command error.", vbExclamation, "2100 multimeter device test"
stat = viClose(fList)
Exit Sub
End If
Rem send command -- Take readings
stat = viWrite(sesn, "READ?" & vbLf, 6, ret)
If (stat < VI_SUCCESS) Then
MsgBox "System command error.", vbExclamation, "2100 multimeter device test"
stat = viClose(fList)
Exit Sub
End If
Sleep (3000) ' wait for math processing
Rem fetch the measure data
stat = viRead(sesn, readin, 128, ret)
If (stat < VI_SUCCESS) Then
MsgBox "Read in data error.", vbExclamation, "2100 multimeter device test"
stat = viClose(fList)
Exit Sub
End If
Rem set to local mode
stat = viWrite(sesn, "system:local", 12, ret)
If (stat < VI_SUCCESS) Then
MsgBox "System command error. (system:local)", vbExclamation, "2100
multimeter device test"
stat = viClose(fList)
Exit Sub
End If
stat = viClose(sesn)
stat = viClose(fList)
stat = viClose(dfltRM)
For i = 0 To (5 - 1) ' print out the 4 times samples reading
Debug.Print "Rdgs = "; Mid(readin, i * 16 + 1, 15)
Next
MsgBox "End of Job."
End Sub
Visual C++ programming example: DEVQUERY
Visual C++ sample application
Using DEVQUERY
This C++ sample application is a Win32 console application. It illustrates how to use the Keithley
Instruments, Inc. IOUtils command. A Win32 console application is a Win32 application that uses
text-based input and output, not a graphical interface. You can quickly create a Win32 application
by using simple input and output functions.

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the Keithley 2100 and is the answer not in the manual?

Keithley 2100 Specifications

General IconGeneral
DC Voltage Range100 mV to 1000 V
AC Voltage Range100 mV to 750 V
Resistance Range100 Ω to 100 MΩ
ContinuityYes
Diode TestYes
Frequency Range3 Hz to 300 kHz
DC Voltage Accuracy0.0035%
DC Current Range100 µA to 10 A
DC Current Accuracy0.05%
AC Current Range100 µA to 10 A
Frequency Accuracy0.01%
Capacitance Range1 nF to 10 mF
Temperature Range-200 °C
ConnectivityRS-232
Type6.5-digit digital multimeter

Summary

Safety Precautions

Section 1 General Information

Introduction

General information about the Model 2100 Digital Multimeter.

Feature overview

Highlights the key features and capabilities of the Model 2100.

Specifications

Details the technical specifications and performance of the Model 2100.

Section 2 Getting Started

Overview

Provides an overview of the Model 2100 features and basic usage.

Setting up the Model 2100 Digital Multimeter

Guides users through the initial setup process for the multimeter.

Model 2100 familiarization

Introduces the main components of the Model 2100.

Section 3 Basic Measurement Functions

Voltage measurements (DC and AC)

Explains how to perform DC and AC voltage measurements.

Current measurements (DC and AC)

Details how to measure DC and AC currents.

Resistance measurements (2- and 4-wire)

Covers both 2-wire and 4-wire resistance measurement methods.

Frequency and period measurements

Explains how to measure frequency and period.

Continuity measurements

How to use the continuity test function.

Diode measurements

Instructions for testing diodes.

RTD measurements

Information on measuring temperature using RTDs.

Section 4 Front Panel Operations

Measurement configuration

Guide to configuring measurement functions and parameters.

Trigger operations

Discussion of the triggering system and options.

Math operations

Explains the eight available math functions.

Other system-related operations

System-level configurations affecting measurements.

Section 5 Remote Interface Operations

Setting up the remote interface

Guides on setting up remote control via USB using software.

Remote interface commands

Introduction to SCPI commands for controlling the multimeter.

Triggering

Overview of triggering options for remote control.

System-related commands

SCPI commands for system-level operations.

Section 6 Error Messages

Introduction

How errors are retrieved and managed by the multimeter.

Execution errors

Lists and describes error codes related to command execution.

Self-test errors

Identifies errors that may occur during self-tests.

Appendix A Specifications

Specifications

Detailed technical specifications for the Model 2100 multimeter.

Appendix B Remote Interface Reference

An introduction to SCPI language

Explanation of the SCPI command language structure.

The MEASure? command

How to use the MEASure? command for measurements.

The CONFigure command

How to use the CONFigure command to set up measurements.

The measurement configuration command

Commands for configuring measurement functions and parameters.

The math operation command

SCPI commands for performing math operations.

The triggering commands

SCPI commands related to triggering measurements.

The system-related commands

SCPI commands for system-level operations.

Related product manuals