EasyManua.ls Logo

Keithley DAQ6510 User Manual

Keithley DAQ6510
114 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 #102 background imageLoading...
Page #102 background image
DAQ6510
Data Acquisition / Multimeter System User's Manual Section 10: Pre-
scan monitor
DAQ6510-900-01Rev. A / April 2018 10-5
Using TSP commands
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 DAQ6510
Reference Manual.
To use other programming environments, you may need to make changes to the example TSP code.
By default, the DAQ6510 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.
This sequence of TSP commands monitors the temperature measurement on the first channel to
ensure the test environment has reached the required temperature to begin scanning. After the code
executes, the data is displayed in the Instrument Console of Test Script Builder.
Send the following commands for this example application:
-- monitor temperature on channel 101
reset()
channel.setdmm("101", dmm.ATTR_MEAS_FUNCTION, dmm.FUNC_TEMPERATURE,
dmm.ATTR_MEAS_TRANSDUCER, dmm.TRANS_THERMOCOUPLE, dmm.ATTR_MEAS_THERMOCOUPLE,
dmm.THERMOCOUPLE_K, dmm.ATTR_MEAS_REF_JUNCTION, dmm.REFJUNCT_INTERNAL)
channel.setdmm("101", dmm.ATTR_MEAS_UNIT, dmm.UNIT_CELSIUS)
-- set limit high on monitor and trigger scan when high limit exceeds
scan.monitor.channel = "101"
scan.monitor.limit.high.value = 30
scan.monitor.mode = scan.MODE_HIGH
-- scan 2-wire resistance on channel 102:105
channel.setdmm("102:105", dmm.ATTR_MEAS_FUNCTION, dmm.FUNC_RESISTANCE,
dmm.ATTR_MEAS_RANGE_AUTO, dmm.ON)
-- create scan
scan.create("101:105")
scan.scancount = 10
-- initiates the monitoring of channel 101 conditions, which will enable the scan
when it crosses the temperature threshold.
trigger.model.initiate()

Table of Contents

Other manuals for Keithley DAQ6510

Question and Answer IconNeed help?

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

Keithley DAQ6510 Specifications

General IconGeneral
Measurement FunctionsDC Voltage, AC Voltage, DC Current, AC Current, Frequency, Temperature, Capacitance
Frequency Range3 Hz to 300 kHz
Temperature Range-200°C to 1820°C
ConnectivityUSB, Ethernet, GPIB
Digit Display6.5 digits
ChannelsUp to 80 channels
MemoryInternal non-volatile memory for data storage
Power Supply100 V to 240 V, 50 Hz to 60 Hz
Dimensions213 mm x 297 mm x 88 mm (8.4 in x 11.7 in x 3.5 in)
Weight3.6 kg

Summary

Section 2 Front-panel overview

Touchscreen display and interaction

Explains how to use the touchscreen for navigation and input.

Section 3 Using a remote interface

Remote communications interfaces

Overview of available interfaces for controlling the DAQ6510 remotely.

LAN communications setup

Guide to configuring and establishing Local Area Network connections.

USB communications setup

Instructions for connecting and communicating with the DAQ6510 via USB.

GPIB communications setup

Details on installing and using the GPIB interface for instrument control.

TSP-Link setup

Information on configuring and using the TSP-Link for instrument networking.

Using the web interface

How to access and utilize the instrument's web-based control interface.

Determining command set

Guide to selecting and changing the instrument's command language.

Section 4 Making basic front-panel measurements

Performing basic front-panel measurements

Step-by-step guide for making common measurements directly on the instrument.

Section 5 Scanning temperature using thermocouples

Thermocouple temperature scanning procedure

How to set up and perform a thermocouple temperature scan.

Using SCPI commands for temperature scanning

SCPI command sequence for automating temperature measurements.

Section 6 Scanning low-level DCV

Performing low-level DCV scanning

Steps to configure and execute DC voltage measurements across channels.

Section 7 Scanning resistors using 4W measurement

Section 8 Mixed function multi-channel scanning

Section 9 Speed scanning for increased test throughput

Section 10 Pre-scan monitor

Section 11 Troubleshooting/FAQ

Related product manuals