虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

数字温度测量

  • 基于PIC16C71的数字水温配制阀的设计

      设计了一种基于PIC16C71单片机的数字水温配制阀。该配制阀采用NTC热敏电阻作温度传感器,与固定电阻组成简单分压电路作为水温测量电路,利用PIC16C71单片机内置的8位A/D转换器把热敏电阻上的模拟电压转换为数字量,PIC16C71单片机控制直流电机驱动混水阀调节冷热水的混合比例实现水温调节。给出了控制电路图,对水温测量电路的参数选择和测温精度作了详细讨论。实验和分析表明,选用阻值较大的NTC热敏电阻和分压电阻可较好地解决热敏电阻因功耗较大造成的热击穿问题。   Abstract:   A digital valve for controlling water temperature based on PIC16C71 was presented in this paper.A bleeder circuit which consisted of a NTC thermistor as temperature sensor and a fixed resistance was designed as water temperature measuring circuit.The analog voltage on the thermistor was converted into digital signal by a 8-bit A/D converter embedded in PIC16C71. Based on the digital signal, the MCU PIC16C71 drived the valve by a DC motor to adjust the water temperature through adjusting the proportion of hot water and cold water.The circuit diagram of controller was given,the principle,the component parameters and the accuracy of measuring temperatures were also dissertated in detail. It was found by experiment and analysis that thermal breakdown of thermistor caused by high power could be solved by selecting thermistor and fixed resistance with high impedance value.

    标签: PIC 16C C71 16

    上传时间: 2013-11-08

    上传用户:Yue Zhong

  • 基于MSP430单片机和DS18B20的数字温度计

    为了在工业生产及过程控制中准确测量温度,设计了一种基于低功耗MSP430单片机的数字温度计。整个系统通过单片机MSP430F1121A控制DS18B20读取温度,采用数码管显示,温度传感器DS18B20与单片机之间通过串口进行数据传输。MSP430系列单片机具有超低功耗,且外围的整合性高,DS18B20只需一个端口即可实现数据通信,连接方便。通过多次实验证明,该系统的测试结果与实际环境温度一致,除了具有接口电路简单、测量精度高、误差小、可靠性高等特点外,其低成本、低功耗的特点使其拥有更广阔的应用前景。 Abstract:  In order to obtain accurate measuring temperature in industrial production and process control, a digital thermometer based on MSP430 MCU is designed. The system uses MSP430F1121A MCU to control DS18B20, and gets the temperature data, which is displayed on the LED. The temperature sensor DS18B20 and MCU transmit data through serial communication. MSP430 series has ultra-low power and high integration, DS18B20 only needs one port to achieve data communication. Through many experimental results prove, this system is consistent with actual environment temperature. The system has characteristics of interface circuit simple, high measuring accuracy, minor error, high reliability, besides, the characteristics of low cost and low power make it having vaster application prospect.

    标签: MSP 430 18B B20

    上传时间: 2013-10-16

    上传用户:wettetw

  • RSM-6505 5通道热电偶测量模块

    RSM-6505可同时对5路的热电偶进行测量,且通道具有周期自校准功能;模块还具有5路数字量输出通道,可以设置为用户控制输出或对测量温度值进行超限状态指示——“超限报警”输出。RSM-6505对输入输出端口采用电气隔离,并采用带隔离的RS-485总线接口及看门狗技术,有效保障设备安全可靠运行

    标签: 6505 RSM 热电偶 测量模块

    上传时间: 2014-12-28

    上传用户:han_zh

  • 用NTC热敏电阻做温度采集

    用NTC热敏电阻做温度采集:本应用例实现NTC热敏电阻器对温度的测量。热敏电阻器把温度的变化转换为电阻阻值的变化,再应用相应的测量电路把阻值的变化转换为电压的变化;SPMC75F2413A内建8路ADC可以把模拟的电压值转换为数字信号,对数值信号进行处理可以得到相应的温度值。1.2 热敏电阻器热敏电阻有电阻值随温度升高而升高的正温度系数(Positive Temperature Coefficient简称PTC)热敏电阻和电阻值随温度升高而降低的负温度系数(Negative Temperature Coefficient简称NTC)热敏电阻。NTC热敏电阻器,是一种以过渡金属氧化物为主要原材料,采用电子陶瓷工艺制成的热敏半导体陶瓷组件。这种组件的电阻值随温度升高而降低,利用这一特性可制成测温、温度补偿和控温组件,又可以制成功率型组件,抑制电路的浪涌电流。

    标签: NTC 热敏电阻 做温度采集

    上传时间: 2013-11-16

    上传用户:sssnaxie

  • 基于LabVIEW和单片机的空调温度场测量系统的研究

    基于LabVIEW和单片机的空调温度场测量系统的研究:室内温度是空调系统舒适性的重要指标,对其及时、准确地测量显得非常重要。介绍单片机AT89C51 和数字式、单总线型温度传感器DS18B20 组成矩形测量网络采集空调室内40 点温度,LabVIEW作为开发平台,二者之间通过串口实现数据通信,利用LabVIEW强大的数据处理和显示功能对采集的空调温度场数据进行实时处理、分析和显示,详细介绍了系统的硬件结构和软件模块的设计方案。关键词:单片机;DS18B20 ;LabVIEW;串行通信 Abstract : Temperature is a very important criterion of air condition system′s comfort , so it is very significant to measure it accurately and real timely. This paper int roduces a data acquisition system of measuring 40 point s temperature for air condition room based on single wire digital sensor DS18B20 and microcont roller AT89C51 which are composed of rectangle measuring meshwork. The data communication between LabVIEW and microcont roller is executed via serial port ,and the temperature field data of air condition room are processed analyzed and displayed on LabVIEW. The hardware and software modules are also given in detail.Keywords : single chip ;DS18B20 ;LabVIEW; serial communication

    标签: LabVIEW 单片机 空调 温度场

    上传时间: 2014-05-05

    上传用户:KSLYZ

  • DHT11数字湿温度传感器的原理和应用范例

    DHT11数字湿温度传感器的原理和应用范例

    标签: DHT 11 数字 湿温度传感器

    上传时间: 2013-11-26

    上传用户:hhkpj

  • XMTD-2000智能型数字显示温度控制器使用说明书

    XMTD-2000智能型数字显示温度控制器使用说明书

    标签: XMTD 2000 智能型 数字显示

    上传时间: 2013-11-07

    上传用户:trepb001

  • 贴片式防水型数字气压传感器CPS120-WP

    贴片式防水型数字气压传感器CPS120-WP是一款电容式压力传感器,高精度,防水处理,数字输出,气压、温度、高度测量。

    标签: CPS 120 WP 贴片

    上传时间: 2013-10-15

    上传用户:南国时代

  • 防水型数字气压传感器BA5803

    防水型数字气压传感器BA5803是一款高精度,高分辨率,防水处理的一款数字气压传感器,该产品压力范围10-1300mbar。可用于气压、温度、高度测量。

    标签: 5803 BA 防水 数字

    上传时间: 2013-10-19

    上传用户:m62383408

  • 微小型数字气压传感器BP5607

    微小型数字气压传感器BP5607是一款成本相对较低,高精度,高分辨率的数字气压计模块!可用于气压、温度、高度测量。

    标签: 5607 BP 数字 气压传感器

    上传时间: 2013-11-17

    上传用户:jasonheung