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 #65 background imageLoading...
Page #65 background image
Section
5: Scanning temperature using thermocouples DAQ6510 Data Acquisition / Multimeter System
User's Manual
5-6 DAQ6510-900-01Rev. A / April 2018
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 makes a series of temperature measurements. After the code
executes, the data is displayed in the Instrument Console of Test Script Builder.
Send the following commands for this example application:
-- Reset the instrument to the default settings
reset()
-- Set up channel settings for Slot 1
channel.setdmm("101:110", dmm.ATTR_MEAS_FUNCTION, dmm.FUNC_TEMPERATURE)
channel.setdmm("101:110", dmm.ATTR_MEAS_TRANSDUCER, dmm.TRANS_THERMOCOUPLE)
channel.setdmm("101:110", dmm.ATTR_MEAS_THERMOCOUPLE, dmm.THERMOCOUPLE_K)
channel.setdmm("101:110", dmm.ATTR_MEAS_REF_JUNCTION, dmm.REFJUNCT_INTERNAL)
channel.setdmm("101:110", dmm.ATTR_MEAS_OPEN_DETECTOR, dmm.ON)
-- set up Scan
scan.create("101:110")
-- Set the scan count to 24hrs * 60min/hr = 1440
scan.scancount = 1440
-- Set the time between scans to 60s
scan.scaninterval = 6.000e+01
-- Ensure data gets written to a connected USB drive after each scan
scan.export("/usb1/scan24hr.csv", scan.WRITE_AFTER_SCAN, buffer.SAVE_RELATIVE_TIME)
-- Enable scan restart after power failure
scan.restart = scan.ON
-- Trigger to start the scan...
trigger.model.initiate()
-- Ensure that the display shows the SCAN swipe and carousel
display.changescreen(display.SCREEN_SCAN_SWIPE)

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