Using Scpi Commands - Keithley DAQ6510 User Manual

Data acquisition and multimeter system
Hide thumbs Also See for DAQ6510:
Table of Contents

Advertisement

Section 10: Pre-scan monitor

Using SCPI commands

This sequence of SCPI commands executes a scan once the the environment reaches a target
temperature.
You may need to make changes so that this code will run in your programming environment. In the
table, the SCPI commands have a light gray background.
Send the following SCPI commands for this example application:
Commands
*RST
FUNC "TEMP", (@101)
TEMP:TRAN TC, (@101)
TEMP:TC:TYPE K, (@101)
TEMP:UNIT CELS, (@101)
TEMP:TC:RJUN:RSEL INT, (@101)
ROUT:SCAN:MON:CHAN (@101)
ROUT:SCAN:MON:LIM:UPP 30
ROUT:SCAN:MON:MODE UPP
FUNC "RES", (@102:105)
RES:RANG:AUTO ON, (@102:105)
ROUT:SCAN:CREATE (@101:105)
ROUT:SCAN:COUN:SCAN 10
INIT
10-4
DAQ6510 Data Acquisition / Multimeter System User's Manual
Descriptions
Put the instrument in a known state
Monitor temperature on channel 101
Set transducer type to thermocouple
Set thermocouple type to K
Set unit to Celsius
Set internal reference
Monitor channel 101
Set upper limit to 30 Celsius degree
Set monitor mode to upper
Scan resistance on channel 102 through 105
Set auto range
Scan channel 101 through 105
Set scan count to 10
Initiates the monitoring of channel 101 conditions, which
will enable the scan when it crosses the temperature
threshold
DAQ6510-900-01Rev. A / April 2018

Advertisement

Table of Contents
loading

Table of Contents