题 目:电动机运行时的温度监控摘要随着科技生活的日益进步,人们对机器的控制从单一的开环控制慢慢发展到目前的闭环反馈式控制,特别是在工控领域,由于一些大型设备在长时间的运行过程中电机不断地运转,导致电机温度的升高,影响到电机的使用寿命以及运行时的精确控制。过高的电机温度,还有可能导致火灾,造成不可避免的损失。因此电机运行时的温度监控,不但可以确保电机的正常工作,电机运行过程中实时温度数据都可以被检测显示,当温度过高时会直接停止电机的运转。此次设计是以 STC89C52 单片机为控制核心,电动机为控制对象,通过单片机实时的数据采集、传输、处理。通过 DS18B20 芯片对温度数据的采集转换,传送到单片机处理,然后通过 LCD1602 液晶显示模块进行显示,串口通信采用 MAX232 电平转换芯片,使单片机与 PC 端电脑可进行双向的数据传输和通信功能,上位机可设定电机阈值温度,下位机反馈当前温度值。程序使用 C语言编写通过 Keil 软件进行编译,硬件部分使用 Altium Designer 17 仿真制板。总体调试成功后可监控电机五个部位的温度值,并显示在液晶屏,当电机温度超过阈值温度时,启动继电器断开电机的电源,实现电机的实时监控和保护功能,通过与计算机的实时通信,提高系统的智能化以及电机的自动化过程管理。关键字:电动机绕组 表面温度 电动机运行 保护装置 温度保护过负荷保护AbstractWith the development of science and technology, the control of machine is gradually developing from single open loop control to closed loop feedback control, especially in the field of industrial control. Due to the continuous operation of some large-scale equipment during the long-term operation, the temperature of the motor increases, which affects the service life of the motor and the precise control of the operation time. Too high motor temperature, but also may lead to fire, causing inevitable losses. Therefore, the temperature monitoring when the motor is running can not only ensure the normal operation of the motor, but also can detect and display the real-time temperature data in the course of the motor operation....