代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/141782/12984614
c pid.c
float Vh,Vl,Kph,Kpl,Kih,Kil,Kdh,Kdl,Ve;
Kp=(Vpedal-Vl)*(Kph-Kpl)/(Vh-Vl)+Kpl;
Ki=(Vpedal-Vl)*(Kih-Kil)/(Vh-Vl)+Kil;
Kd=(Vpedal-Vl)*(Kdh-Kdl)/(Vh-Vl)+Kdl;
PI(Vfbk,Vpe
www.eeworm.com/read/141782/12984731
s pid.s
.module PID.c
.area text(rom, con, rel)
.dbfile E:\PMax\单片机源代码\函数库\PID\PID.c
.dbfunc e PIDInit _PIDInit fV
.even
_PIDInit::
.dbline -1
.dbline 21
; /************************************
www.eeworm.com/read/141782/12984738
i pid.i
www.eeworm.com/read/328003/13052654
frx pid.frx
www.eeworm.com/read/328003/13052655
frm pid.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00C0C0C0&
Caption = "Simple PID Loop Simulator - Industrial Level Control ... mlseim@mmm.com"
ClientHeight = 8715
www.eeworm.com/read/328003/13052658
vbw pid.vbw
Form1 = 88, 88, 613, 528, , 22, 22, 547, 462, C
instructions = 66, 87, 615, 536, , 66, 66, 591, 506, C
www.eeworm.com/read/328003/13052661
vbp pid.vbp
Type=Exe
Form=pid.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation
Form=instructions.frm
IconForm="Form1"
Startup="Form1"
Exe
www.eeworm.com/read/328003/13052662
exe pid.exe
www.eeworm.com/read/241406/13146793
txt pid.txt
主程序:
LD SM0.1
CALL SBR_0
子程序:
LD SM0.0
MOVR 0.75, VD104 // 载入循环定点 = 注满75%
MOVR 0.25, VD112 // 载入循环增益 = 0.25
MOVR 0.2, VD116 // 载