Using Tsp - Tektronix Keithley DMM7510 User Manual

7 1/5 digit graphical sampling multimeter
Hide thumbs Also See for Keithley DMM7510:
Table of Contents

Advertisement

Section 7: Sampling temperature at a set time interval
Send the commands in the following table to set up and run this example application.
Command
*RST
MeasCount = 1440
MeasInterval = 60
:SENSe:FUNCtion "TEMPerature"
:SENSe:TEMPerature:TRANsducer FRTD
:SENSe:TEMPerature:RTD:FOUR PT100
:SENSe:TEMPerature:ODETector ON
:SENSe:TEMPerature:NPLCycles 1
:SENSe:TEMPerature:OCOMpensated ON
:DISPlay:SCReen GRAPh
:TRIGger:TIMer1:DELay MeasInterval
:TRIGger:TIMer1:STARt:STIMulus NOTify1
:TRIGger:TIMer1:STARt:GENerate OFF
:TRIGger:TIMer1:STATe ON
:TRIGger:BLOCk:WAIT 1, DISPlay
:TRIGger:BLOCk:NOTify 2, 1
:TRIGger:BLOCk:MDIGitize 3, "defbuffer1"
:TRIGger:BLOCk:WAIT 4, TIMer1
:TRIGger:BLOCk:BRANch:COUNter 5, MeasCount,
2
:INIT

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.
7-4
Model DMM7510 7½ Digit Multimeter User's Manual
Description
Reset the DMM7510.
Define variables to make a measurement
every 60 seconds for 24 hours (1440 times).
Set the instrument to measure temperature.
Set the transducer type to 4-wire RTD.
Set the RTD to type PT100.
Enable the detection of open leads.
Set NPLC to 1.
Enable offset compensation.
Switch to the GRAPH swipe screen.
Set up timer 1 with delay time of
MeasInterval.
Set the notify 1 event to trigger the start of
the timer.
Generate a timer event once when the timer
delay elapses.
Enable the timer.
Set trigger model block 1 to wait for
front-panel TRIGGER key press.
Set block 2 to send NOTIFY1 to start
the timer.
Set block 3 to make a measurement and
store it in defbuffer1.
Set block 4 to wait for the timer 1 event after
the delay elapses.
Set block 5 to go to block 2
MeasCount times.
Initiate the trigger model.
DMM7510-900-01 Rev. C / September 2019

Advertisement

Table of Contents
loading

Table of Contents