CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - PID ASM
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - PID ASM - List
[
Other resource
]
AN937 Source Code - Implementing a PID Controller
DL : 0
PIC 18 PID 控制事例程序。 asm code-PIC 18 cases of PID control procedures. Asm code
Update
: 2008-10-13
Size
: 10.9kb
Publisher
:
马钢
[
Embeded-SCM Develop
]
PIDasm
DL : 0
PID program using asm language
Update
: 2008-10-13
Size
: 205.19kb
Publisher
:
来生缘
[
SCM
]
AN937 Source Code - Implementing a PID Controller
DL : 1
PIC 18 PID 控制事例程序。 asm code-PIC 18 cases of PID control procedures. Asm code
Update
: 2025-02-17
Size
: 11kb
Publisher
:
马钢
[
assembly language
]
PID_control_source_programe
DL : 0
主要用于工业PID控制,例如可以使用于电机调速,实现电机的稳定运行。-used mainly for industrial PID control, for example, can be used in motor, the motor stable operation.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
[
Embeded-SCM Develop
]
PIDasm
DL : 0
PID program using asm language
Update
: 2025-02-17
Size
: 205kb
Publisher
:
来生缘
[
SCM
]
pidcode
DL : 0
用于数字PID调节的汇编代码,可供用于单片机中的PID算法的参考-For digital PID regulator assembly code, that can be used for the PID algorithm for single-chip reference
Update
: 2025-02-17
Size
: 11kb
Publisher
:
huang lun
[
Other Embeded program
]
PWM
DL : 0
加PID控制的PWM波形产生源代码,已经调试通过-Plus PID control PWM waveform generator source code has been debugging through
Update
: 2025-02-17
Size
: 3kb
Publisher
:
牛杰
[
assembly language
]
PID
DL : 0
增量型PID算法汇编程序,增量式PID算法的输出量为 UnΔ = Kp[(en-en-1)+(T/Ti)en+(Td/T)(en-2*en-1+en-2)] 式中,en、en-1、en-2分别为第n次、n-1次和n-2次的偏差值,Kp、Ti、Td分别为比例系数、积分系数和微分系数,T为采样周期。 -PID algorithm for incremental compilation process, incremental PID algorithm output for UnΔ = Kp [(en-en-1)+ (T/Ti) en+ (Td/T) (en-2* en-12B ! en-2)] where, en, en-1, en-2, respectively, for the first n times, n-1 and n-2 times the value of the deviation, Kp, Ti, Td, respectively, the proportional coefficient, integral coefficient and differential coefficient, T is sampling period.
Update
: 2025-02-17
Size
: 11kb
Publisher
:
nini
[
assembly language
]
PIDvb
DL : 0
pid汇编程序 用于控制电机,温度的51汇编程序源吗码.-pid assembler is used to control motor, the temperature of 51 to compile my source code.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
linhao
[
SCM
]
PID
DL : 1
温度PID控制,增量式算法.条理清晰,通俗易懂.-PID temperature control, incremental algorithm. Clarity of user-friendly.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
ma zhisong
[
assembly language
]
wendu
DL : 0
在计算机控制系统中,使用的是数字PID控制器,数字PID控制算法通常又分为位置式和增量式控制算法。由于计算机控制是一种采样控制,它只能根据采样时刻的偏差值?BR> [18B20源程序加上位机温度显示应用程序包(1).rar] - 用c写的18b20驱动程序 功能:实现对DS18B20的读取 原理:单总线协议 注意:单总线协议对延时要求比较严格,此程序中采用的是11.0592M的晶振,如果使用其他的晶 [最佳直线应用程序.rar] - 用于传感器线性度计算的小程序,供大家 共享和学习. -In the computer control system, using a digital PID controller, digital PID control algorithms are usually divided into position and incremental control algorithm. Because computer control is a control sample, it can only be based on sampling time deviations values? BR
Update
: 2025-02-17
Size
: 1kb
Publisher
:
jkl
[
SCM
]
temp
DL : 0
基于C51搭建的温度控制系统的程序,PID控制。-C51-based temperature control system set up procedures, PID control.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
sunren
[
SCM
]
PID
DL : 0
PID温度控制程序,51单片机,积分分离-PID program for temperature control
Update
: 2025-02-17
Size
: 4kb
Publisher
:
gdchen
[
assembly language
]
PID
DL : 1
51单片机使用汇编语言编制的PID算法程序,积分分离法-51 single-chip using the PID algorithm for the compilation of the preparation procedures
Update
: 2025-02-17
Size
: 4kb
Publisher
:
ws
[
assembly language
]
pid
DL : 0
pid汇编算法,可以根据实际情况修改,希望对需要的朋友门有所帮助-pid compilation algorithm, according to the actual situation can be amended in the hope that the door of a friend in need help
Update
: 2025-02-17
Size
: 1kb
Publisher
:
坚信
[
Embeded-SCM Develop
]
pid
DL : 1
PID程序的实现 一般而言,使用PLC进行控制的场合是不需要进行PID编程的,目前PLC中都带有PLC的控制模块,只要对有关的参数进行设置就可以很好的工作了,可谓是“傻瓜式”的控制,这也大大降低了对开发者的要求。但在使用工业板卡的场合,遇到需要进行PID控制的工艺时,如果不是采用组态软件进行开发的话,就必须使用高级语言做出PID的控制程序,这里给出一个最简单的PID控制程序,以对大家有所启发,这里使用的是PID的增量控制式。-PID process procedures to achieve the realization of PID in general, the use of PLC control PID occasions does not require programming is now in the PLC with a PLC control module, as long as the set of parameters can be very good work can be described as a " fool" type of control, which greatly reduces the requirements on developers. However, in the use of the industrial board of occasions, met the need for the process PID control, if not the development of the use of configuration software, it must be used to make high-level language of the PID control program, there are given one of the most simple PID control procedures in order to be a source of inspiration for all of us, here is the use of the incremental PID control type.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
坚信
[
Embeded-SCM Develop
]
PIDtemper
DL : 0
实现PID温度控制系统,用汇编编出来的,功能已经实现,带硬件电路分析-PID temperature control system implementation, compiled with the compile out, function has been achieved
Update
: 2025-02-17
Size
: 319kb
Publisher
:
刘岸峰
[
assembly language
]
sm8952a-tqfpsy
DL : 0
模糊PID控制的温控仪程序。输入的信号为所有热电偶和热电阻以及电压电流信号。单片机采用sm8952。输出信号有SCR驱动信号,继电器驱动信号,以及电平驱动信号-Fuzzy PID control of temperature controller program. Input signal for all thermocouple and thermal resistance, and voltage and current signals. SCM sm8952. SCR drive signals and output signals, relay drive signal, and the drive signal level
Update
: 2025-02-17
Size
: 36kb
Publisher
:
ddg
[
DSP program
]
lab0604-PID
DL : 0
DSP中开发的PID控制代码,c语言和部分汇编实现-DSP PID control algorithm,c and asm
Update
: 2025-02-17
Size
: 20kb
Publisher
:
xuguizhou
[
Other systems
]
TEMP-ASM
DL : 0
温度采样汇编子程序,温度PID控制,主要由温度采样_温度滤波子程序_温度线性化温度设定值等组成-temperature ASM control program
Update
: 2025-02-17
Size
: 3kb
Publisher
:
ZB
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.