Datenblatt-pdf.com


DS1726 Schematic ( PDF Datasheet ) - Dallas

Teilenummer DS1726
Beschreibung High-Precision 3-Wire Digital Thermometer and Thermostat
Hersteller Dallas
Logo Dallas Logo 




Gesamt 13 Seiten
DS1726 Datasheet, Funktion
www.maxim-ic.com
FEATURES
§ Temperature Measurements Require No
External Components
§ Measure Temperatures from -55°C to +125°C
(-67°F to +257°F)
§ DS1626: ±0.5°C Accuracy from 0°C to
+70°C
§ DS1726: ±1°C Accuracy from -10°C to
+85°C
§ Output Resolution is User-Selectable to 9, 10,
11, or 12 Bits
§ Wide Power-Supply Range (2.7V to 5.5V)
§ Convert Temperature to Digital Word in
750ms (max)
§ Stand-Alone Thermostat Capability
§ Thermostatic Settings are User-Definable and
Nonvolatile (NV)
§ Data is Read/Written Through a 3-Wire Serial
Interface
§ Available in 8-Pin mMAX/mSOP Package
DS1626/DS1726
High-Precision 3-Wire Digital
Thermometer and Thermostat
PIN CONFIGURATION
DQ 1
8 VDD
CLK/CNV 2
7 THIGH
RST 3
6 TLOW
GND 4
5 TCOM
mSOP
(DS1626U, DS1726U)
See Table 1 for Ordering Information
See Table 2 for Pin Descriptions
APPLICATIONS
§ Thermostatic Controls
§ Industrial Controls
§ Consumer Products
§ Any Space-Constrained Thermally Sensitive
Application
DESCRIPTION
The DS1626 and DS1726 digital thermometers/thermostats provide temperature measurements and stand-
alone thermostat capability over a -55°C to +125°C range. The DS1626 offers ±0.5°C accuracy from 0°C to
+70°C and the DS1726 has ±1°C accuracy from -10°C to +85°C. The resolution of the measured
temperature is user-selectable from 9 to 12 bits. Communication with the DS1626 and DS1726 is achieved
through a 3-wire serial bus.
The DS1626 and DS1726 offer thermostatic functionality with three dedicated thermostat outputs (THIGH,
TLOW, and TCOM), and over-temperature (TH) and under-temperature (TL) user-programmable thresholds
stored in on-chip EEPROM. For stand-alone thermostat operation, TH and TL can be programmed prior to
installation, and the DS1626/DS1726 can be configured to automatically begin taking temperature
measurements at power-up.
Pin descriptions for the DS1626 and DS1726 are provided in Table 2 and user-accessible registers are
summarized in Table 3. A functional diagram is shown in Figure 1.
1 of 13
06/10/03






DS1726 Datasheet, Funktion
DS1626/DS1726
OPERATION—MEASURING TEMPERATURE
The DS1626/DS1726 measure temperature using a bandgap-based temperature sensor. A delta-sigma
analog-to-digital converter (ADC) converts the measured temperature to a digital value that is
calibrated in degrees centigrade; for Fahrenheit applications a lookup table or conversion routine must
be used. Communication with the DS1626/DS1726 is achieved through a 3-wire serial interface, and
all data is transmitted LSb first.
The DS1626/DS1726 can be programmed to take continuous temperature measurements (continuous
conversion mode) or to take single temperature measurements on command (one-shot mode). The
measurement mode is programmed by the 1SHOT bit in the configuration register as explained in the
CONFIGURATION REGISTER section of this data sheet. The 1SHOT bit is stored in EEPROM, so it
can be programmed prior to installation if desired. In continuous conversion mode, when a Start
Convert T command is issued the DS1626/DS1726 perform consecutive temperature measurements
until a Stop Convert T command is issued. In one-shot mode, the Start Convert T command causes one
temperature measurement to be taken and then the DS1626/DS1726 return to a low-power idle state.
The resolution of the DS1626/DS1726 digital temperature data is user-configurable to 9, 10, 11, or 12
bits, corresponding to temperature increments of 0.5°C, 0.25°C, 0.125°C, and 0.0625°C, respectively.
The resolution is set by the EEPROM R0 and R1 bits in the configuration register. Note that the
conversion time doubles for each additional bit of resolution.
After each temperature measurement and analog-to-digital conversion, the DS1626/DS1726 store the
measured temperature as a two’s complement number in the 12-bit temperature register (see Figure 4).
The sign bit (S) indicates if the temperature is positive or negative: for positive numbers S = 0 and for
negative numbers S = 1. The Read Temperature command provides user access to the temperature
register.
When the DS1626/DS1726 are configured for 12-bit resolution, all 12 bits of the temperature register
will contain temperature data. For 11-bit resolution, the 11 MSbs (bits 11 through 1) of the temperature
register will contain data and bit 0 will read out as 0. Likewise, for 10-bit resolution, the 10 MSbs (bits
11 through 2) will contain data, and for 9-bit the 9 MSbs (bits 11 through 3) will contain data, and all
unused LSbs will contain 0s. Since the DS1626/DS1726 transmit data LSb first, when reading data
from the temperature register, all 12 bits must be read in order to receive all MSbs of the measured
data, regardless of the conversion resolution. Table 4 gives examples of 12-bit resolution digital output
data and the corresponding temperatures.
Figure 4. TEMPERATURE, TH, and TL REGISTER FORMAT
bit 11 bit 10 bit 19 bit 8 bit 7 bit 6 bit 5 bit 4 bit 3 bit 2 bit 1
S 26 25 24 23 22 21 20 2-1 2-2 2-3
bit 0
2-4
6 of 13

6 Page









DS1726 pdf, datenblatt
Figure 7. 3-WIRE COMMUNICATION
a) Start Temperature Conversion
RST
CLK
DQ 1 0 0 0 1 0 1 0
DS1626/DS1726
Start Convert T [51h] Command
b) Write to the TH/TL Registers
RST
CLK
DQ
C0 C1 0 0 0 0 0 0 D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11
×××
×××
Write TH [01h] or TL [02h] Command
TH or TL Data from Master
c) Write to the Configuration Register
RST
CLK
DQ 0 0 1 1 0 0 0 0 D0 D1 D2 D3 D4 D5 D6 D7
Write Config [0Ch] Command
Configuration Reg. Data from Master
d) Read from the Temperature Register
RST
×××
CLK
DQ 1
×××
0 1 0 1 0 1 0 1 D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 0 0 0 × × ×
Read Temperature [AAh] Command
Temperature Data from DS1626/DS1726
e) Read from the Configuration Register
RST
CLK
DQ 0 0 1 1 0 1 0 1 D0 D1 D2 D3 D4 D5 D6 D7
Read Config [ACh] Command Configuration Reg. Data from DS1626/DS1726
12 of 13

12 Page





SeitenGesamt 13 Seiten
PDF Download[ DS1726 Schematic.PDF ]

Link teilen




Besondere Datenblatt

TeilenummerBeschreibungHersteller
DS1720Digital Thermometer and ThermostatDallas
Dallas
DS17212-Wire Digital Thermometer and ThermostatDallas
Dallas
DS1722Digital Thermometer with SPI/3-Wire InterfaceDallas
Dallas
DS1726High-Precision 3-Wire Digital Thermometer and ThermostatDallas
Dallas
DS17285DS17287 / 3V/5V Real-Time ClockDallas
Dallas

TeilenummerBeschreibungHersteller
CD40175BC

Hex D-Type Flip-Flop / Quad D-Type Flip-Flop.

Fairchild Semiconductor
Fairchild Semiconductor
KTD1146

EPITAXIAL PLANAR NPN TRANSISTOR.

KEC
KEC


www.Datenblatt-PDF.com       |      2020       |      Kontakt     |      Suche