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 #72 background imageLoading...
Page #72 background image
DAQ6510
Data Acquisition / Multimeter System User's Manual Section 6: Scanning low-
level DCV
DAQ6510-900-01Rev. A / April 2018 6-5
Send the following commands for this example application:
Commands Descriptions
Pseudocode
int scanCount = 10
Create a variable to hold the scan
count
int channelCount = 6
Create a variable to hold channel
count
int bufferSize = scanCount *
channelCount
The number of readings
int lastIndex
The last scan index in the buffer
after every two seconds
string tmpBuff
A temporary buffer that store
scanned data every two seconds
DAQ6510
*RST
Put the instrument in a known
state
:TRAC:POIN bufferSize,
"defbuffer1"
Set the buffer size (not necessary
when using the default buffer, but
added to show command use
case)
:ROUT:SCAN:BUFF "defbuffer1"
Assign all scanned data to
"defbuffer1"
FUNC 'VOLT:DC', (@101:106)
Set channels functions to DCV
VOLT:DC:RANG:AUTO ON,
(@101:106)
Set the channels ranges to auto
VOLT:DC:NPLC 5, (@101:106)
Set NPLC to 5
VOLT:DC:AZER ON, (@101:106)
Set autozero function to ON
ROUT:SCAN (@101:106)
Setup the scan list
ROUT:SCAN:COUN:SCAN 10
Setup the number of repeated
scans
INIT
Initiate the scan
Pseudocode
for i = 1; i <= bufferSize;
delay 2000
Delay two seconds to allow
readings to accumulate
DAQ6510
lastIndex = TRACe:ACTual?
Query the current buffer index
tmpBuff = "TRACe:DATA? i,
lastIndex, "defbuffer1",
READ
Query the readings available from
index i to index lastIndex
Pseudocode
printBuffer (tmpBuffer)
Print readings in temporary buffer
to console
i = lastIndex + 1
end for
DAQ6510
:TRAC:SAVE "/usb1/MyData.csv",
"defbuffer1"
Save buffer data from defbuffer1
to USB

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