- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
单片机应用系统设计——
温度巡检系统
摘要
本论文采用台湾凌阳公司生产的μ’nSP?系列16位SPCE061A单片机,设计了用于检测炉窑温度的温度巡检系统, 该系统在冶金、化工等领域应用较为广泛。课题主要内容包括硬件设计(热电偶温度传感器、热电偶温度变送器、驱动芯片、LED显示器等)以及软件程序设计(模拟量的采集、A/D转换模块、定时器、I/O模块等)。
该系统可以在一个采样周期内实现四个温度采集点的巡回检测、各个采集点的温度的LED显示、温度的超限报警功能。论文详细阐述了软件设计的思路,并对硬件接口电路和程序流程图进行了详细的分析,并对系统的抗干扰性能进行了优化设置。
大部分程序采用了C语言编程,相较于汇编语言来说它具有结构灵活,数字信号处理能力强的特点,而且只要修改参数就可以方便地应用于其它类似的系统。
关键字:SPCE061A单片机,采样,A/D转换
The Design of System for Itinerant Temperature Measurement Using MCU
Abstract
The author of the paper designs a itinerant measurement system of temperature in measuring the furnace temperature using the SPCE061A 16-bit MCU in the μ’nSP? series made by Taiwan Sunplus Ltd , which is used widely in the filed of metallurgical engineering and chemical industry. This paper contains the designs of hardware (the thermocouple sensor, the thermocouple convert, the driver, the LED displayer etc.) and the software (the analog data collect, the ADC convert unit, the Timer,the I/O unit etc.).
The system can measure the furnace temperature of the four points in a sample period, display the temperature data of each point on the LED displayer and give an alarm when the temperature oversteps the normal boundaries. The paper tells the designing thought in detail and analyses the circuit diagrams and charts with clarity.
Most of the programs are described by C language, which has the advantages of agility structure and strong Digital Signal Processing ability to the assemble language. The program can be transplanted conveniently to other similar system just by modifying the parameters.
Keywords: SPCE061A MCU, sample,analogy-digital-convert
目录
1 绪论 1
1.1 课题的提出 1
1.2 单片机的发展及现状 1
1.3 课题的系统构成 2
2 系统基本硬件 4
2.1 凌阳16位单片机SPCE061A介绍 4
2.1.1 SPCE061A的性能 5
2.1.2 SPCE061A的内部结构和最小系统 6
2.1.3 定时器和计数器 8
2.1.4 输入输出接口 11
2.1.5 A/D转换器 13
2.1.6 凌阳SPCE061A的指令系统 15
2.2 温度传感器 17
2.2.1热电偶的测温原理 18
2.2.2 热电偶传感器的选型 18
2.2.3 热电偶的结构形式 19
2.2.4 热电偶的冷端补偿 19
2.3 温度变送器 21
3 系统硬件设计 24
3.1 电路方框图其说明 24
3.2 SPCE061A与计算机的接口 24
3.3 SPCE61A与外
文档评论(0)