搜索资源列表
增量式PID控制算法汇编程序
- 增量式PID控制算法汇编程序
PID source
- 电动车控制器开发时用的PID算法
C语言实现PID算法
- C语言实现PID算法
Electricboilertemperaturecontr
- 摘要】 本文介绍了以AT89S51单片机为核心的温度控制器的设计,在该设计中采用高精度的温度传感器AD590对电热锅炉的温度进行实时精确测量,用超低温漂移高精度运算放大器OP07将温度-电压信号进行放大,再送入12位的AD574A进行A\D转换,从而实现自动检测,实时显示及越限报警。控制部分采用PID算法,实时更新PWM控制输出参数,控制可控硅的通断时间,最终实现对炉温的高精度控制。 【关键词】 水温控制系统 PID控制单片机 温度控制是工业生产过程中经常遇到的过程控制,有些工艺过
SIMENSPLCS7 实现的PLC控制算法控制源代码
- 利用西门子PLC-7 S300实现的PLC控制算法控制源代码,The original code of PID control used Simens PLC-7
f_pid.rar
- 模糊pid算法在visual c++环境下运行的源程序,压缩文件,有模糊控制表,Fuzzy pid algorithm in visual c++ environment to run the source code, compressed files, has fuzzy control table
PID
- PID模糊镇定算法在液位控制系统中的应用,比较新的资料-Fuzzy PID stabilization algorithm in the application of liquid level control system, compare the new information
pid工程控制校正分类
- pid工程控制校正分类 PID算法 工程校正
MCUcontrolPID
- 简述如何用单片机实现PID算法,从参数和结果等方面说明实际应用-On how to use single-chip realization of PID algorithm, the results from the parameters and shows the practical application of
PIDC
- PID算法温控C语言程序设计,一个非常有用且简单的C语言程序-PID temperature control algorithm for C language programming, a very useful and simple C language program
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.
PID
- 一个关于PID算法的PPT幻灯片,介绍的很详细,还有一些不错的帮助记忆的顺口溜等等~-A PID algorithm on the PPT slides, described in great detail, with the help of some good memories of doggerel, and so on ~
pid算法
- pid算法从基本到精通 基础概念到程序编写
PID控制算法的C语言实现(完整版)(1)
- pid算法各个环节的c语言实现,微分,积分,比例环节(PID algorithm in all aspects of C language, differential, integral, proportional link)
摄像头车可跑程序K60LPLD_OSKinetis_V3
- 飞思卡尔可跑程序,内配PID算法,7620摄像头(feisikaerkepaochengxu)
PID algorithm implemented by C#
- c语言实现的pid算法,非常详细,适合学习使用(PID algorithm implemented by C#)
读飞控源码:PID控制原型
- 飞行控制的PID算法,非常好的资料。希望对大家有帮助(Flight control PID algorithm, very good information.)
位置式PID控制算法
- 位置式PID算法,有详细的公式推导及计算(Positional PID algorithm with detailed formula deduction and calculation)
PID算法
- PID是一个闭环控制算法。因此要实现PID算法,必须在硬件上具有闭环控制,就是得有反馈。比如控制一个电机的转速,就得有一个测量转速的传感器,并将结果反馈到控制路线上。
PID算法实现
- PID控制算法的C语言实现,将PID算法转变为C语言的方法。