在介绍模糊控制基本原理及模糊控制器设计与分类的基础上,推导出一种简化PID型模糊控制器。为了验证简化PID型模糊控制器的性能,将其与PD及 PI型模糊控制器进行比较。其仿真结果最后表明,在控制器参数选取相同的情况下,简化PID型模糊控制器的性能要优于PD型和PI型模糊控制器。
上传时间: 2013-11-19
上传用户:pompey
The power of programmability gives industrial automation designers a highly efficient, cost-effective alternative to traditional motor control units (MCUs)。 The parallel-processing power, fast computational speeds, and connectivity versatility of Xilinx® FPGAs can accelerate the implementation of advanced motor control algorithms such as Field Oriented Control (FOC)。 Additionally, Xilinx devices lower costs with greater on-chip integration of system components and shorten latencies with high-performance digital signal processing (DSP) that can tackle compute-intensive functions such as PID Controller, Clark/Park transforms, and Space Vector PWM. The Xilinx Spartan®-6 FPGA Motor Control Development Kit gives designers an ideal starting point for evaluating time-saving, proven, motor-control reference designs. The kit also shortens the process of developing custom control capabilities, with integrated peripheral functions (Ethernet, PowerLink, and PCI® Express), a motor-control FPGA mezzanine card (FMC) with built-in Texas Instruments motor drivers and high-precision Delta-Sigma modulators, and prototyping support for evaluating alternative front-end circuitry.
上传时间: 2013-10-28
上传用户:wujijunshi
ADAM-5510KW中FPID/PID功能块之实现及应用一、 ADAM-5510KW实现PID控制的方法1、ADAM-5510KW可以使用Multiprog软件提供的FPID和PID功能块来实现PID控制。2、ADAM-5510KW对可以使用的PID控制回路并无限制,实际上,取决于Scan Rate,ScanRate越低,则允许的PID回路越多。3、在实际应用中,流量、液位、压力、温度等等对象都可以进行控制。对于流量、液位、压力等等参数可以用传感器或变送器转换为电压/电流信号接入模拟量输入模块ADAM-5017进行采集;对于温度可以用热电偶模块ADAM-5018或热电阻模块ADAM-5013进行采集;输出的执行机构例如调节阀、风扇等等可由模拟量输出模块ADAM-5024进行控制。二、 ADAM-5510KW中如何调用FPID/PID功能块1、FPID功能块在ProconOS.fwl库中,先将库添加进Project中。
上传时间: 2013-10-12
上传用户:it男一枚
S7-200 能够进行 PID 控制。S7-200 CPU 最多可以支持 8 个 PID 控制回路(8 个 PID
上传时间: 2013-10-19
上传用户:D&L37
这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
上传时间: 2014-10-25
上传用户:zhouli
典型PID算法程序,经实验,控制效果优,控制精度高。
上传时间: 2014-01-05
上传用户:开怀常笑
积分分离PID算法的思想是:当被控量与设计的偏差量偏差较大时,取消积分量,以免积分量使系统稳定性降低,超调量增大;当被控值接近定值时,引入积分控制,以消除静差,提高系统精度。
上传时间: 2015-04-18
上传用户:lyy1234
此程序为模糊PID控制程序,自适应模糊PID控制器以误差e和误差变化率e 作为输入,可以满足不同时刻的e和e 对PID参数自整定的要求。利用模糊控制规则在线对PID参数进行修改,便构成了自适应模糊PID控制器。
上传时间: 2015-04-18
上传用户:1079836864
用tubro C写的PID算法,该算法常用于温度控制等时延性控制系统
上传时间: 2014-01-27
上传用户:cainaifa
如何用c语言实现PID算法,很多控制类用到的程序,作为参考.!
上传时间: 2015-05-05
上传用户:kytqcool