搜索资源列表
增量式PID控制算法汇编程序
- 增量式PID控制算法汇编程序
Electricboilertemperaturecontr
- 摘要】 本文介绍了以AT89S51单片机为核心的温度控制器的设计,在该设计中采用高精度的温度传感器AD590对电热锅炉的温度进行实时精确测量,用超低温漂移高精度运算放大器OP07将温度-电压信号进行放大,再送入12位的AD574A进行A\D转换,从而实现自动检测,实时显示及越限报警。控制部分采用PID算法,实时更新PWM控制输出参数,控制可控硅的通断时间,最终实现对炉温的高精度控制。 【关键词】 水温控制系统 PID控制单片机 温度控制是工业生产过程中经常遇到的过程控制,有些工艺过
PID
- PID模糊镇定算法在液位控制系统中的应用,比较新的资料-Fuzzy PID stabilization algorithm in the application of liquid level control system, compare the new information
fuzz-pid
- 基于真空炉的自整定模糊控制算法,对传统的PID控制算法有很大的提升。-Vacuum Furnace Based on the self-tuning fuzzy control algorithm, the traditional PID control algorithm greatly improved.
PID1
- 在嵌入式控制器上实现温度控制的PID算法及系统设计-In the embedded controller to achieve PID temperature control algorithm and system design
mcu_temp_control
- 基于单片机的温度控制系统,采用PID模糊控制算法,温度控制范围0~80度-The temperature control system based on single chip, using PID fuzzy control algorithm, the temperature control range 0 ~ 80 degrees
motor-pid
- 直流电机伺服控制程序资料,内用详细的PID 算法语言,适合于单片机控制直流电机的场合应用。-DC motor servo control information on the procedures detailed in the PID with ALGOL, suitable for the occasion MCU application of DC motor control.
shuiwenkongzhixitong
- 本文介绍的是一个以51单片机为控制核心的水温控制系统,此系统通过人机交互设定控制温度,采用增量型PID算法,通过脉宽调制控制电炉加热,最终实现水温的恒定。-This article is one of 51 core microcontroller to control the water temperature control system, this system controls the temperature through the man-machine interaction set
PID
- 目前,PID控制及其控制器或智能PID控制器(仪表)已经很多,产品已在工程实际中得到了广泛的应用,有各种各样的PID控制器产品,各大公司均开发了具有PID参数自整定功能的智能调节器(intelligent regulator),其中PID控制器参数的自动调整是通过智能化调整或自校正、自适应算法来实现.-At present, PID control and its controller or intelligent PID controller (instrument) has a lot of
temp_control
- 电阻炉温控制,采用模糊PID控制算法,控制精度比单纯的PID算法高很多。-temperature control,written by C.
PID
- PID控制算法在小车设计中的应用,包含例子和说明!-Pid control algorithm in the application of the design, and that example.
PID-FPGA
- 研究了PID算法在FPGA中的实现,提出数字脉冲快读调制代替DA转换的方法,并针对电机转速控制进行优化-Of the PID algorithm in FPGA implementation of the proposed fast read digital pulse modulation methods instead of DA conversion and optimization for motor speed control
PID.files
- 基于PID算法的电机转速控制系统设计,具体的大家参考文件吧-PID algorithm based on motor speed control system design
PID
- PID算法控制,PID 控制技术,是最简单的闭环控制技术之一,一般都是利用单反馈或者 多反馈来实现对控制对象的调节,实现被控对象的可控性和可预知性的控制。 使得设备运行的更加的可靠,合理且平稳。 -pid Control algorithm
Curriculum-design-software
- 1、对一阶系统实现PID算法控制并进行仿真 2、实现各种函数发生器并显示-1, on a first-order system to achieve PID control algorithm and simulation 2, to achieve a variety of function generator and display
PID-mcu
- 本人收集的单片机PID控制的相关资料,里边介绍了PID算法和编程方法,欢迎下载!-I collected information microcontroller PID control, PID algorithm introduced inside and programming methods, welcome to download!
PID
- 基于反馈式的线性的PID控制在陀螺仪系统中的应用,帮助你了解PID算法-PID control based on linear in gyroscope application
PID
- 在自动控制中,PID控制算法应用很广泛,虽然出现了一些新的算法,但是基于传统的PID算法的。 DSP2000系列越来越像高级单片机,运算速度快,更多地运用在开关电源中,这就需要PID控制算法了。 上传一些数字DIP的应用文献,希望对大家有用-In automatic control, PID control algorithm is very widely used, although there have been some new algorithms, but based on t
PID
- PID控制从浅到深,介绍了PID算法的整定条件,和方法,非常实用-PID control shallow to deep
PID算法实现
- PID控制算法的C语言实现,将PID算法转变为C语言的方法。