EasyManua.ls Logo

Tektronix Keithley DMM7510 User Manual

Tektronix Keithley DMM7510
105 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 #76 background imageLoading...
Page #76 background image
Section
9: Integrating with a Model 3706A-S using TSP-Link Model DMM7510 7½ Digit Multimeter
User's Manual
9-6 DMM7510-900-01 Rev. C / September 2019
Using TSP
The following TSP code is designed to be run from Keithley Instruments Test Script Builder (TSB).
TSB is a software tool that is available from tek.com/keithley
. You can install and use TSB to write
code and develop scripts for TSP-enabled instruments. Information about how to use TSB is in the
online help for TSB and in the “Introduction to TSP operation” section of the Model DMM7510
Reference Manual.
To use other programming environments, you may need to make changes to the example TSP code.
By default, the DMM7510 uses the SCPI command set. You must select the TSP command set
before sending TSP commands to the instrument.
To enable TSP commands:
1. Press the MENU key.
2. Under System, select Settings.
3. Set the Command Set to TSP.
4. At the prompt to reboot, select Yes.
Send the following commands for this example application:
-- Initialize the TSP-Link network, where node 1 is 3706A-S and node 2 is DMM7510.
tsplink.initialize()
-- If the TSP-Link state is not online, print an error message and quit.
state = tsplink.state
print(state)
if state ~= "online" then
print("Error:\n-Check that all instruments have a different node number")
print("-Check that all instruments are connected correctly\n")
return
end
-- Reset both instruments to the default settings.
node[1].reset()
-- Node 1 is 3706A-S.
node[2].reset()
-- Node 2 is DMM7510.
--[[
Create a configuration list on DMM7510 named "myScanConfigList".
Index 1 is DCV 100 mV range, 10 channel.
Index 2 is DCV 10 V range, 20 channel.
Index 3 is ACV 1 V range, 9 channel.
Index 4 is Resistance 4W, 20 channel.
]]
node[2].dmm.measure.configlist.create("myScanConfigList")
node[2].dmm.measure.func = node[2].dmm.FUNC_DC_VOLTAGE
node[2].dmm.measure.range = 10
node[2].dmm.measure.nplc = 1

Table of Contents

Other manuals for Tektronix Keithley DMM7510

Question and Answer IconNeed help?

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

Tektronix Keithley DMM7510 Specifications

General IconGeneral
BrandTektronix
ModelKeithley DMM7510
CategoryMultimeter
LanguageEnglish

Summary

Safety Precautions

Front-Panel Overview

Instrument Power

Controls turning the instrument on and off via the power switch.

Touchscreen Display

Details the high-resolution color touchscreen interface for interaction.

Swipe Screens

Explains navigating through multiple screens by swiping left or right.

Menu Overview

Describes the main menu structure and its submenus for accessing functions.

Remote Interface Operation

Remote Communications Interfaces

Explains choosing communication interfaces for instrument control and data transfer.

GPIB Communications

Details GPIB interface setup, driver installation, and connections.

LAN Communications

Covers setting up instrument and computer for LAN connectivity and web interface.

USB Communications

Explains connecting and communicating with the instrument via USB.

Web Interface Control

Describes accessing and using the instrument's web interface for settings and control.

Command Set Configuration

Explains how to change between SCPI and TSP command sets for remote operation.

Basic Front-Panel Measurements

Introduction to Basic Measurements

Introduces performing a 2-wire resistance measurement using the front panel.

Required Equipment

Lists necessary items for performing basic measurement examples.

Device Connections for Measurements

Details how to connect the instrument for various measurement types.

Performing Basic Measurements

Guides on making and viewing basic measurements from the front panel.

Viewing Measurement Data

Explains how to view recorded data in reading buffers using the Reading Table.

High-Accuracy DC Voltage Measurements

Introduction to High-Accuracy DC Voltage

Details how to use the DMM7510 for precise DC voltage measurements.

Equipment for High-Accuracy DC Voltage

Lists equipment needed for performing high-accuracy DC voltage measurements.

Device Connections for DC Voltage

Explains terminal connections for accurate DC voltage measurements.

Performing High-Accuracy DC Voltage Measurements

Steps for making accurate DC voltage measurements using front panel or remote commands.

4-Wire Resistance Measurement with Offset Compensation

Introduction to 4-Wire Resistance Measurement

Explains accurate resistance measurement using 4-wire and offset compensation.

Equipment for 4-Wire Resistance

Lists required equipment for performing 4-wire resistance measurements.

Device Connections for 4-Wire Resistance

Details the 4-wire connections for accurate resistance measurements.

Performing 4-Wire Resistance Measurements

Guides on using the 4-wire method with offset compensation for resistance.

Temperature Sampling at Set Intervals

Introduction to Temperature Logging

Demonstrates logging temperature over 24 hours at set intervals using the DMM7510.

Equipment for Temperature Sampling

Lists necessary equipment for temperature monitoring applications.

Device Connections for Temperature Sampling

Details the 4-wire connections for RTD temperature probes.

Sampling Temperature Over Time

Guides on setting up timed temperature measurements using SCPI or TSP commands.

Resistor Grading and Binning

Introduction to Resistor Grading and Binning

Explains benchtop binning operations using trigger models and digital I/O.

Instrument Connections for Binning

Shows rear-panel connections for the DMM7510 to a test fixture for component binning.

Resistor Grading and Binning Test Procedure

Details the process of grading and binning resistors based on measured limits.

Integrating with Model 3706A-S via TSP-Link

Introduction to TSP-Link Integration

Explains configuring DMM7510 and 3706A-S switch via TSP-Link for multichannel testing.

Equipment for TSP-Link Integration

Lists required hardware for TSP-Link integration, including multiplexer cards.

Device Connections for TSP-Link

Shows physical connections for DMM7510 and 3706A-S TSP-Link integration.

Performing TSP-Link Integration Test

Guides on setting up TSP nodes and running the integrated test with multiple instruments.

Capturing and Analyzing Waveforms

Introduction to Waveform Analysis

Demonstrates capturing voltage and current waveforms from a buck converter.

Equipment for Waveform Analysis

Lists necessary equipment for capturing and analyzing waveforms.

Device Connections for Waveform Analysis

Shows buck converter evaluation board connections for various waveform tests.

Testing a Buck Converter

Details tests for ripple noise, duty cycle, linearity, and power-up behavior of a buck converter.

Troubleshooting and FAQs

Finding Updated Drivers

Guides on locating and downloading instrument drivers from the support website.

Firmware Upgrade Procedure

Provides step-by-step instructions for upgrading the instrument's firmware.

USB Flash Drive Read Issues

Addresses common problems encountered when the instrument fails to read USB flash drives.

Changing the Command Set

Explains how to switch between SCPI and TSP command sets for remote operation.

Additional Information and Next Steps

Additional DMM7510 Information Resources

Points to resources like reference manuals, handbooks, and application notes for further details.

Related product manuals