搜索资源列表
8255A控制步进电机汇编程序
- 8255A控制步进电机汇编程序 步进电机作为执行器件,广泛用于自动控制系统、印字位置的控制及XY记录仪的无关控制等各个领域,而步进电机最适宜于用微处理器来控制,此法应用于实验教学、科研中效果良好。 1、实现全数字化驱动电路 设计思路是采用步进脉冲分配器专用芯片PMM8713和程序计数器8253的方法。图1是采用可编程计数器8253、8255和PMM8713芯片的全数字控制方式接线图。在单片机系统中,只连接8253、8255和PMM8713各一个。
基于2051和18s20的温度自动控系统
- 使用2051单片机作为控制芯片,18s20作为温度传感器,使用PID算法自动控制温度变化,精度1摄氏度。
89c51
- 单片机操作软件,使用ccs编写,很实用,自动控制领域。-Single-chip operating software, use the ccs prepared, it is practical, the field of automatic control.
systermofspeechsoundssavingandresuming
- 以单片机为核心的语音存储与回放系统,介绍了系统的组成及软、硬件设计方法。该系统结构紧凑,具有灵活的录音、放音功能;语音音量自动控制功能-Single-chip microcomputer as the core of the voice storage and playback system, introduce a system and software and hardware design methods. The system is compact, flexible recording
LCD2402
- 本装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显示出来。如实时温度超过设定的上、下限值,一方面由LCD显示信息,并发出警报声;另一方面自动控制继电器(Relay)开接通或断开,从而控制加热源的开与断,达到对温度进行实时控制的目的。-The device s function is to conduct real-time temperature monitoring and cont
11112321
- 毕业设计时制作的一套水位遥测自控系统,本系统以AT89S51单片机为主控单元,通过超声波传感器和液位变送器实现液位实时数据的检测和自动控制。系统分主控站与测控站,通过主控站的键盘可以实现对测控站的水位上下限的控制和显示。主控站与测控站之间的无线实时数据传输的解决方案采用广泛应用于无线抄表、工业数据采集系统和水文气象监控等领域的无线通信芯片nRF24L01组成无线高速数据收发模块。系统实现对所监控水位的短矩离无线测量与自动控制,利用GFSK实现数据高速传送以及较低的功耗。从测控站传送过来的数据通过
motorcontrol
- <电力拖动自动控制系统—运动控制系统>多媒体课件运用计算机多媒体工具,忠实体现电机控制精髓,为学习和理解电机控制理论提供帮助。 -The Electricity Automatic control systems- Motion Control System the use of multimedia courseware for computer multimedia tools, faithfully reflects the essence of motor contr
jishewendukongzhi
- 鸡舍温度控制系统,基于单片机和数字温度传感器18B20,实现温度的自动控制-Hen house temperature control system, based on single chip, and digital temperature sensor 18B20, to achieve automatic control of temperature
51
- 51单片机自动控制生产线用12864显示工作状态及运行情况-51 SCM automatic control line with 12864 work condition and operation
ccu_rcu
- 一种天线自动控制系统的控制程序,分主机(CCU)和从机(RCU)两部分。两者通过485接口通信,通信协议符合HDLC规范。-It is a referable control programme for a kind of Antenna Automatic Control System, which contains two parts of CCU(Master) and RCU(Slave). The hardware interface is RS485, and the comm
DS18B20wendukongzhi
- 基于单片机AT89C51和智能温度传感器DS18B20。温度测量点设置相应的温度上、下线。温度传感器DS18B20将温度转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显示出来。如果实时温度超过设定的温度上、下限值,一方面由LCD显示信息,并发出报警声;另一方面自动控制继电器接通或断开,从而控制加热源的开与断,达到对温度进行实时监控的目的。-Based on AT89C51 microcontroller and intelligent temperature se
mohukongzhichengxu
- 模糊控制的C程序,属于自动控制领域,在单片机中使用。-Fuzzy control of C procedures, are automation field, in the MCU to use.
Control
- 自动控制原理,傅里叶变换到拉普拉斯变换的内容,自学者很好的学习资料。-Control theory, Fourier transform to Laplace transform the content, self-learners a good learning materials.
wenduzikong
- 温度自动控制系统的设计,实现对温度的恒定控制-Automatic temperature control system design, implementation, constant control of temperature
xiyiji
- 基于单片机的自动洗衣机控制程序,有各种自动控制功能。-Automatic washing machine control based on SCM procedures, various automatic control functions.
AutoWater_LCD
- 自动控制类,定时控制,任意时间段内控制,带显示人机界面-Automatic control class, timing control, control of any period of time, man-machine interface with display
zikong
- 自动控制原理(第四版) 胡寿松 自动控制原理(胡寿松版)学习指导和习题答案-Automatic Control Theory (fourth edition) Hu Shousong automatic control theory (Hu Shousong version) study guide and answers to exercises
zdkzyl
- 这是华东理工大学的历年考研自动控制原理的真题,很有价值 考研借鉴-This is the calendar year, East China University of automatic control theory Zhenti PubMed, PubMed learn valuable
门控制2
- 控制步进电机正反转,从而实现控制门的开和关,电机正转开门 反转关门(Control stepper motor positive and negative)
单片机的PID控制方法
- PID是最常用的经典控制算法,众多自动控制系统都是采用PID算法的,本文档通俗的解释了什么是PID。(PID is the most commonly used classical control algorithm, and many automatic control systems adopt the PID algorithm. This document explains what PID is popularly.)