本科毕业论文---数字温度传感器中英文资料外文翻译文献.doc
《本科毕业论文---数字温度传感器中英文资料外文翻译文献.doc》由会员分享,可在线阅读,更多相关《本科毕业论文---数字温度传感器中英文资料外文翻译文献.doc(14页珍藏版)》请在咨信网上搜索。
中英文资料外文翻译文献 毕业论文中英文资料外文翻译文献 外文资料 DS1722 Digital Thermometer With scientific and technological progress and development of the types of temperature sensors increasingly wide range of application of the increasingly widespread, and the beginning analog toward digital, single-bus, dual-bus and bus-3 direction. And the number of temperature sensors because they apply to all microprocessor interface consisting of automatic temperature control system simulation can be overcome sensor and microprocessor interface need signal conditioning circuit and A / D converters advantages of the drawbacks, has been widely used in industrial control, electronic transducers, medical equipment and other temperature control system. Among them, which are more representative of a digital temperature sensor DS18B20, MAX6575, the DS1722, MAX6636 other. This paper introduces the DS1722 digital temperature sensor characteristics, the use of the method and its timing. Internal structure and other relevant content. FEATURES: Temperature measurements require no external components; Measures temperatures from -55°C to +120°C. Fahrenheit equivalent is -67°F to +248°F; Thermometer accuracy is ±2.0°C; Thermometer resolution is configurable from 8 to 12 bits (1.0°C to 0.0625°C resolution); Data is read from/written to via a Motorola Serial Peripheral Interface (SPI) or standard 3-wire serial interface; Wide analog power supply range (2.65V - 5.5V); Separate digital supply allows for 1.8V logic; Available in an 8-pin SOIC (150 mil), 8-pin USOP, and flip chip package; PIN ASSIGNMENT FIGURE 1 PIN ASSIGNMENT PIN DESCRIPTION: SERMODE - Serial Interface Mode. CE - Chip Enable. SCLK - Serial Clock. GND – Ground. VDDA - Analog Supply Voltage. SDO - Serial Data Out. SDI - Serial Data In. VDDD - Digital Supply Voltage. DESCRIPTION: The DS1722 Digital Thermometer and Thermostat with SPI/3-Wire Interface provides temperature readings which indicate the temperature of the device. No additional components are required; the device is truly a temperature-to-digital converter. Temperature readings are communicated from the DS1722 over a Motorola SPI interface or a standard 3-wire serial interface. The choice of interface standard is selectable by the user. For applications that require greater temperature resolution, the user can adjust the readout resolution from 8 to 12 bits. This is particularly useful in applications where thermal runaway conditions must be detected quickly. For application flexibility, the DS1722 features a wide analog supply rail of 2.65V - 5.5V. A separate digital supply allows a range of 1.8V to 5.5V. The DS1722 is available in an 8-pin SOIC (150-mil), 8-pin USOP, and flip chip package. Applications for the DS1722 include personal computers/servers/workstations, cellular telephones, office equipment, or any thermally-sensitive system. OVERVIEW: A block diagram of the DS1722 is shown in Figure 2. The DS1722 consists of four major components: 1. Precision temperature sensor. 2. Analog-to-digital converter. 3. SPI/3-wire interface electronics. 4. Data registers. The factory-calibrated temperature sensor requires no external components. The DS1722 is in a power conserving shutdown state upon power-up. After power-up, the user may alter the configuration register to place the device in a continuous temperature conversion mode or in a one-shot conversion mode. In the continuous conversion mode, the DS1722 continuously converts the temperature and stores the result in the temperature register. As conversions are performed in the background, reading the temperature register does not affect the conversion in progress. In the one-shot temperature conversion mode, the DS1722 will perform one temperature conversion, store the result in the temperature register, and then eturn to the shutdown state. This conversion mode is ideal for power sensitive applications. More information on the configuration register is contained in the “OPERATION-Programming” section. The temperature conversion results will have a default resolution of 9 bits. In applications where small incremental temperature changes are critical, the user can change the conversion resolution from 9 bits to 8, 10, 11, or 12. This is accomplished by programming the configuration register. Each additional bit of resolution approximately doubles the conversion time. The DS1722 can communicate using either a Motorola Serial Peripheral Interface (SPI) or standard 3-wire interface. The user can select either communication standard through the SERMODE pin, tying it to VDDD for SPI and to ground for 3-wire. The device contains both an analog supply voltage and a digital supply voltage (VDDA and VDDD, respectively). The analog supply powers the device for operation while the digital supply provides the top rails for the digital inputs and outputs. The DS1722 was designed to be 1.8V Logic-Ready. DS1722 FUNCTIONAL BLOCK DIAGRAM Figure 2 OPERATION-Measuring Temperature: The core of DS1722 functionality is its direct-to-digital temperature sensor. The DS1722 measures temperature through the use of an on-chip temperature measurement technique with an operating range from -55° to +120°C. The device powers up in a power-conserving shutdown mode. After power-up, the DS1722 may be placed in a continuous conversion mode or in a one-shot conversion mode. In the continuous conversion mode, the device continuously computes the temperature and stores the most recent result in the temperature register at addresses 01h (LSB) and 02h (MSB). In the one-shot conversion mode, the DS1722 performs one temperature conversion and then returns to the shutdown mode, storing temperature in the temperature register. Details on how to change the setting after power up are contained in the “OPERATION-Programming” section. The resolution of the temperature conversion is configurable (8, 9, 10, 11, or 12 bits), with 9-bit readings the default state. This equates to a temperature resolution of 1.0°C, 0.5°C, 0.25°C, 0.125°C, or 0.0625°C. Following each conversion, thermal data is stored in the thermometer register in two’s complement format; the information can be retrieved over the SPI or 3-wire interface with the address set to the temperature register, 01h (LSB) and then 02h (MSB). Table 2 describes the exact relationship of output data to measured temperature. The table assumes the DS1722 is configured for 12-bit resolution; if the evince is configured in a lower resolution mode, those bits will contain 0s. The data is transmitted serially over the digital interface, MSB first for SPI communication and LSB first for 3-wire communication. The MSB of the temperature register contains the “sign” (S) bit, denoting whether the temperature is positive or negative. For Fahrenheit usage, a lookup table or conversion routine must be used. Address Location S 26 25 24 23 22 21 20 02h MSB (unit = °℃) LSB 2-1 2-2 2-3 2-4 0 0 0 0 01h TEMPERATURE DIGITAL OUTPUT (BINARY) DIGITAL OUTPUT (HEX) +120℃ 0111 1000 0000 0000 7800h +25.0625 0001 1001 0001 0000 1910h +10.125 0000 1010 0010 0000 0a20h +0.5 0000 0000 1000 0000 0080h 0 0000 0000 0000 0000 0000h -0.5 1111 1111 1000 0000 Ff80h -10.125 1111 0101 1110 0000 F5e0h -25.0625 1110 0110 1111 0000 E6f0h -55 1100 1001 0000 0000 C900h OPERATION-Programming: The area of interest in programming the DS1722 is the Configuration register. All programming is done via the SPI or 3-wire communication interface by selecting the appropriate address of the desired register location. Table 3 illustrates the addresses for the two registers (configuration and temperature) of the DS1722. Register Address Structure Table 3 Read Address Write Address Active Register 00h 80h Configuration 01h No access Temperature LSB 02h No access Temperature MSB CONFIGURATION REGISTER PROGRAMMING: The configuration register is accessed in the DS1722 with the 00h address for reads and the 80h address for writes. Data is read from or written to the configuration register MSB first for SPI communication and LSB first for 3-wire communication. The format of the register is illustrated in Figure 2. The effect each bit has on DS1722 functionality is described below along with the power-up state of the bit. The entire register is volatile, and thus it will power-up in the default state. CONFIGURATION/STATUS REGISTER Figure 2 1SHOT = One-shot temperature conversion bit. If the SD bit is "1", (continuous temperature conversions are not taking place), a "1" written to the 1SHOT bit will cause the DS1722 to perform one temperature conversion and store the results in the temperature register at addresses 01h (LSB) and 02h (MSB). The bit will clear itself to "0" upon completion of the temperature conversion. The user has read/write access to the 1SHOT bit, although writes to this bit will be ignored if the SD bit is a "0", (continuous conversion mode). The power-up default of the one-shot bit is "0". R0, R1, R2 = Thermometer resolution bits. Table 4 below defines the resolution of the digital thermometer, based on the settings of these 3 bits. There is a direct tradeoff between resolution and conversion time, as depicted in the AC Electrical Characteristics. The user has read/write access to the R2, R1 and R0 bits and the power-up default state is R2="0", R1="0", and R0="1" (9-bit conversions). THERMOMETER RESOLUTION CONFIGURATION Table 4 R2 R1 R0 ThermometerResolution MaxConversionTime 0 0 0 8-bit 0.075s 0 0 1 9-bit 0.15s 0 1 0 10-bit 0.3s 0 1 1 11-bit 0.6s 1 x x 12-bit 1.2s SD = Shutdown bit. If SD is "0", the DS1722 will continuously perform temperature conversions and store the last completed result in the temperature register. If SD is changed to a "1", the conversion in progress will be completed and stored and then the device will revert to a low-power shutdown mode. The communication port remains active. The user has read/write access to the SD bit and the power-up default is "1" (shutdown mode). SERIAL INTERFACE: The DS1722 offers the flexibility to choose between two serial interface modes. The DS1722 can communicate with the SPI interface or with a standard 3-wire interface. The interface method used is determined by the SERMODE pin. When this pin is connected to VDDD SPI communication is selected. When this pin is connected to ground, standard 3-wire communication is selected. SERIAL PERIPHERAL INTERFACE (SPI): The serial peripheral interface (SPI) is a synchronous bus for address and data transfer. The SPI mode of serial communication is selected by tying the SERMODE pin to VDDD. Four pins are used for the SPI. The four pins are the SDO (Serial Data Out), SDI (Serial Data In), CE (Chip Enable), and SCLK (Serial Clock). The DS1722 is the slave device in an SPI application, with the microcontroller being the master. The SDI and SDO pins are the serial data input and output pins for the DS1722, respectively. The CE input is used to initiate and terminate a data transfer. The SCLK pin is used to synchronize data movement between the master (microcontroller) and the slave (DS1722) devices. The shift clock (SCLK), which is generated by the microcontroller, is active only when CE is high and during address and data transfer to any device on the SPI bus. The inactive clock polarity is programmable in some microcontrollers. The DS1722 offers an important feature in that the level of the inactive clock is determined by sampling SCLK when CE becomes active. Therefore, either SCLK polarity can be accommodated. There is one clock for each bit transferred. Address and data bits are transferred in groups of eight, MSB first. 3-WIRE SERIAL DATA BUS: The 3-wire communication mode operates similar to the SPI mode. However, in 3-wire mode, there is one bi-directional I/O instead of separate data in and data out signals. The 3-wire consists of the I/O (SDI and SDO pins tied together), CE, and SCLK pins. In 3-wire mode, each byte is shifted in LSB first unlike SPI mode where each byte is shifted in MSB first. As is the case with the SPI mode, an address byte is written to the device followed by a single data byte or multiple data bytes. 外文资料译文 DS1722数字温度传感器 随着科学技术的不断进步和发展,温度传感器的种类日益繁多,应用逐渐广泛,并且开始由模拟式向着数字式、单总线式、双总线式和三总线式发展。而数字温度传感器更因适用于各种微处理器接口组成的自动温度控制系统具有可以克服模拟传感器与微处理器接口时需要信号调理电路和A/D转换器的弊端等优点,被广泛应用于工业控制、电子测温计、医疗仪器等各种温度控制系统中。其中,比较有代表性的数字温度传感器有DS18B20、MAX6575、DS1722、MAX6636等。本文主要介绍了数字温度传感器DS1722的特性、使用方法以及它的时序、内部结构等相关内容。 特点: (1) 温度测量无需外部元件。 (2) 测量温度范围从-55℃至+120℃,华氏等量温度为-67℉248℉。 (3) 温度测量精度为±2.0℃ 。 (4) 温度测量配置可为8位至12位分辨率(即1.0℃至0.0625℃分辨率)。 (5) 数据读写接口方式可以是Motorola串行外设接口或三线串行接口。 (6) 模拟电源电压范围(2.65V到5.5V )。 (7) 单独的逻辑数字电压允许在1.8V。 (8) 具有8管脚SOIC(150 mil )封装和8管脚USOP封装两种封装形式。 图1 管脚图 管脚描述: SERMODE-串行接口模式 CE-芯片使能 SCLK-串行时钟线 GND-地 VDDA-模拟电源电压 SDO-串行数据输出 SDI-串行数据输入 VDDD-数字电源电压 描述: 具有SPI接口和三总线接口的DS1722数字温度传感器是一个可以对温度进行读取的装置。对温度测量不需要外部元件辅助,它是一个真正的温度-数字转换器。温度数据通信通过DS1722 的Motorola SPI 接口或者一个标准三总线 串行接口来实现。接口标准选择由用户自己来决定。 应用中,如要求更大温度分辨率,用户可以调整分辨率从8位至12位。在必须迅速侦查到热失控的情况下,这是特别方便的应用。应用的灵活性,DS1722芯片的模拟供电电压范围为2.65V到5.5V,而一个单独的数字电压供电允许范围为1.8V至5.5V。 DS1722具有8管脚SOIC(150 MIL )封装和8管脚USOP封装两种封装形式。 DS1722的应用领域可以涉及到个人计算机/服务器/工作组,单元电话,办公设备,或任何热敏感系统。 概况: DS1722的内部结构方框图如图2所示: 图2 内部结构方框图 数字温度传感器DS1722由四个主要部分成: 精密温度传感器。 (1) 模数转换器。 (2) SPI/三线接口电子器件。 (3) 数据寄存器。 (4) 这种温度传感器无需外部元件.开始供电时,DS1722处于能量关闭状态,供电之后,用户通过改变寄存器分辨率使其处于连续转换温度模式或者单一温度转换模式.连续转换模式下,DS1722连续转换温度并将结果存于温度寄存器中,如同转换只是一种背景,读温度寄存器中的内容不影响其温度转换;在单一转换模式,DS1722执行一次温度转换,结果存于温度寄存器中,然后回到关闭模式,这种转换模式适用于对温度敏感的应用场合。更多关于配置寄存器的内容包含在“编程操作”部分。 温度转换结果的默认分辨率为9位。在应用中,小增量温度变化是至关重要的, 用户可以通过改变分辨率寄存器来实现不同的温度分辨率,从第9位可以改变到8位 、10位、11或12,这些是通过程序配置寄存器来完成。但每增加一位大约增加一倍的转换时间。 DS1722有摩托罗拉串行接口和标准三线接口两种通信接口,用户可以通过SERMODE管脚来选择通信标准,SERMODE管脚接VDDD为SPI接口,SERMODE管脚接地为标准三线接口。该装置包含一个模拟电源电压和一个数字电源电压( 即:VDDA和VDDD),模拟电源电压供给装置的运行,而数字电源电压供应数字输入和输出.DS1722是为1.8V逻辑电压而设计准备的。 温度测量操作: DS1722 功能核心是它是以直接数字式温度传感器来工作的。DS1722 温度测量通过一个芯片温度测量技术来实现,测量范围从-55℃到+120℃。该装置在供电前处于待机模式,在供电后,DS1722可可能会被置于续转换模式或单一转换模式。在连续转换模式状态下,该装置连续计算温度并把测温数据的最新结果存储在温度寄存器的地址位01H(LSB)和02H(MSB);在单一转换模式状态下,DS1722执行一次温度转换,结果存于温度寄存器中,然后回到关闭模式。关于详细介绍在供殿后如何更改设置包含在“编程操作”部分。 温度转换分辨率配置可以分为(8,9,10,11,12位),且在默认状态下为9位;其对应分辨率分别为1.0℃,0.5℃,0.25℃,0.125℃,和0.0625℃。 传感器DS1722将温度转换后以二进制的补码格式存储于温度寄存器中,通过SPI或者三线接口,温度寄存器中的地址01H(LSB)和02H(MSB)中的数据可以被读出来,表2描述了输出的数据与被测量的温度的确切关系,表中假设DS1722配置为12位分辨率;如果设备被配置在一个低分辨率方式下,那些位将包含0s。数据通过数字接口连续传送,MSB首先通过SPI传输,LSB首先通过三线传输。温度寄存器器的MSB包含“标志”(s)位,表示温度是正值或负值。若为华氏用法,必须使用查表或转换规则。 表2 温度与地址数据格式关系 S 26 25 24 23 22 21 20 02h MSB (单位为℃) LSB 2-1 2-2 2-3 2-4 0 0 0 0 01h 温度值 数字输入 (二进制) 数字输出 (十六进制) +120℃ 0111 1000 0000 0000 7800h +25.0625 0001 1001 0001 0000 1910h +10.125 0000 1010 0010 0000 0a2- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 本科毕业 论文 数字 温度传感器 中英文 资料 外文 翻译 文献
咨信网温馨提示:
1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前自行私信或留言给上传者【可****】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时私信或留言给本站上传会员【可****】,需本站解决可联系【 微信客服】、【 QQ客服】,若有其他问题请点击或扫码反馈【 服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【 版权申诉】”(推荐),意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:4008-655-100;投诉/维权电话:4009-655-100。
1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前自行私信或留言给上传者【可****】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时私信或留言给本站上传会员【可****】,需本站解决可联系【 微信客服】、【 QQ客服】,若有其他问题请点击或扫码反馈【 服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【 版权申诉】”(推荐),意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:4008-655-100;投诉/维权电话:4009-655-100。
关于本文