28022 Parallax Inc, 28022 Datasheet

KIT DS2760 THERMOCOUPLE

28022

Manufacturer Part Number
28022
Description
KIT DS2760 THERMOCOUPLE
Manufacturer
Parallax Inc
Datasheet

Specifications of 28022

Lead Free Status
Contains lead
Accessory Type
Thermocouple Kit
For Use With/related Products
BASIC Stamp® Modules
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
DS2760 Thermocouple Kit (#28022)
1-Wire
Introduction
Thermocouples provide a low-cost, reliable means of measuring temperature over a wide range. The
challenge when using a thermocouple is accurately measuring the very low Seebeck output voltage
(fractional to low millivolts) from the element, and providing for cold junction temperature compensation.
The Dallas/Maxim DS2760 High Precision Li+ Battery Monitor is very easily configured into an effective
thermocouple interface. The Parallax DS2760 Thermocouple Module capitalizes on this application and
provides a complete connection between the BASIC Stamp and a standard thermocouple element.
Features
Packing List
Verify that your DS2760 kit is complete in accordance with the list below:
Note: DS2760 demonstration software may be downloaded from www.parallax.com.
Parallax, Inc. • DS2760 Thermocouple Kit (#28022) • 01/2004
1-Wire
Cold Junction measurement: 0°C to +127°C (0.125°C resolution)
Low power consumption:
DS2760 Thermocouple Module
(3) Thermocouple elements:
This documentation
-- Active current: 90 A max
-- Sleep current:
-- (1) K-type (Chromel / Alumel)
-- (1) J-type (Iron / Constantan)
-- (1) T-type (Copper / Constantan) #800-00010
®
Thermocouple Interface
®
interface allows multiple devices with just one Stamp IO pin
2 A max
599 Menlo Drive, Suite 100
Rocklin, California 95765, USA
Office: (916) 624-8333
Fax: (916) 624-8003
#550-28022
#800-00011
#800-00012
General: info@parallax.com
Technical: support@parallax.com
Web Site: www.parallax.com
Educational: www.stampsinclass.com
1

Related parts for 28022

28022 Summary of contents

Page 1

... J-type (Iron / Constantan) -- (1) T-type (Copper / Constantan) #800-00010  This documentation Note: DS2760 demonstration software may be downloaded from www.parallax.com. Parallax, Inc. • DS2760 Thermocouple Kit (#28022) • 01/2004 599 Menlo Drive, Suite 100 General: info@parallax.com Technical: support@parallax.com Rocklin, California 95765, USA Office: (916) 624-8333 Web Site: www ...

Page 2

... K pull-up on the 1-Wire Figure 3: DS2760 Connections to BASIC Stamp 2 Figure 1: Thermocouple Junction Materials SNS Chromel / Alumel Red Iron / Constantan Red Copper / Constantan Red ® data line). Vdd Vss Parallax, Inc. • DS2760 Thermocouple Kit (#28022) • 01/2004 Vss Yellow White Blue Data IO ...

Page 3

... This program lets a BS2p or BS2pe read the temperature from the Parallax ' DS2760 thermocouple module. ' and temperature display is via the DEBUG window. ' -----[ Revision History ]------------------------------------------------ ' -----[ I/O Definitions ]------------------------------------------------- OW PIN 8 Parallax, Inc. • DS2760 Thermocouple Kit (#28022) • 01/2004 (Copyright 2004, All Rights Reserved) User input of thermocouple type ( 1-Wire buss pin Other 3 ...

Page 4

... C ' thermocouple millivolts ' TC sign bit ' temp compensation ' temp in Celsius ' temp in Fahrenheit ' table pointers ' test value from table ' 1 = out of range ' get serial number ' store in SPRAM ' read device type ' if not $30, wrong device ' stop program Parallax, Inc. • DS2760 Thermocouple Kit (#28022) • 01/2004 ...

Page 5

... IF sign THEN ' TC below cold junction IF (tCuV < cjComp) THEN cjComp = cjComp - tCuV ELSE cjComp = 0 ENDIF Parallax, Inc. • DS2760 Thermocouple Kit (#28022) • 01/2004 ' get selection ' validate selection ' remove selections ' point READ to table ' read Seebeck voltage ' read cold junction temp ' get compensation voltage ...

Page 6

... Read_TC_Volts: OWOUT OW, %0001, [SkipNet, RdReg, $0E] OWIN OW, %0010, [tCuV.BYTE1, tCuV.BYTE0 set high end of search ' reverse lookup of table ' x 1 check sign ' disallow negative ' x 4.88 millivolts ' read current register Parallax, Inc. • DS2760 Thermocouple Kit (#28022) • 01/2004 ...

Page 7

... READ (eePntr * 2), Word testVal IF (cjComp = testVal) THEN EXIT ELSEIF (cjComp < testVal) THEN tblHi = eePntr ELSE tblLo = eePntr ENDIF Parallax, Inc. • DS2760 Thermocouple Kit (#28022) • 01/2004 ' save sign bit ' correct alignment ' pad 2's-compliment bits ' x 15.625 uV ' check sign ' disallow negative ' >> 0.125 (>> 3) ...

Page 8

... DS2760 Module Schematic Data span at minimum Vdd DS2760 CC Vin PLS Vdd DC PIO SNS Vss SNS Vss 4.7 k SNS Vss DQ PS IS2 IS1 0.1 µF Parallax, Inc. • DS2760 Thermocouple Kit (#28022) • 01/2004 Vdd 1 k ...

Related keywords