推荐星级:
  • 1
  • 2
  • 3
  • 4
  • 5

温度控制的PID算法的C语言程序.

更新时间:2019-08-24 10:29:41 大小:3M 上传用户:sun2152查看TA发布的资源 标签:温度控制pid算法C语言 下载积分:1分 评价赚积分 (如何评价?) 收藏 评论(1) 举报

资料介绍

#nclude<reg51.h>

#include<intrins.h>

#销nclude<math.h>

#include<string.h>

struct PID{

unsigned int SetPoint;//设定目标 Desired Value unsigned int Proportion;//比例常数Proportional Const unsigned int integral;//积分常数Integral Const unsigned int Derivative://微分常数Derivative Const unsigned int LastError;//Emorl-1]

unsigned int PrevError;//Errorl-2]

unsigned int SumError;//Sums of Errors struct PID spid;//PID Control Structure unsigned int rout;//PID Response(Output)

unsigned int rin://PID Feedback(Input)

sbit data1=P100;sbit clk=P141;sbit plus=P240;sbit subs=P241:sbit stop=P22;sbit output=P34;sbit DQ=P33;unsigned char flag,flag_1=0;unsigned char high_time,low_time,.count=0,/占空比调节参数unsigned char set_temper=35;unsigned char temper;unsigned chari:unsigned charj=0;unsigned ints;


部分文件列表

文件名 大小
温度控制的PID算法的C语言程序.pdf 3M

部分页面预览

(完整内容请下载后查看)

全部评论(1)

  • 2020-01-14 10:05:38yzwb1986

    有福同享,感谢楼主,祝楼主大吉大利。