pid_library_other_pic32

所属分类:中间件编程
开发工具:Visual Basic
文件大小:181KB
下载次数:1
上传日期:2017-07-15 03:11:25
上 传 者A.D
说明:  { interface } type TPIDController = record PID_Kp, PID_Ki, PID_Kd: real; PID_Integrated : real; PID_Prev_Input: real; PID_MinOutput, PID_MaxOutput: real; PID_First_Time, PID_Int_Improvement, PID_Diff_Improvement: boolean; PID_Prev_AbsError: real; end; procedure Init_PID(var Controller: TPIDController; Kp, Ki, Kd, MinOutput, MaxOutput: real); // Initialises the PID engine of "Controller" // Kp = the "proportional" error multiplier // Ki = the "integrated value" error multiplier // Kd = the "derivative" error multiplier // MinOutput = the minimal value the output value can have (should be < 0) // MaxOutput = the maximal value the output can have (should be > 0)

文件列表:
mP\examples\PID_Mini32_Usage_Example.zip (86871, 2015-07-04)
mP\help\PID_Lib.txt (3216, 2011-10-31)
mP\uses\PID_Lib.emcl (17374, 2015-07-04)
mP\uses\PID_Lib.mpas (6300, 2015-07-03)
mB\examples\PID_Mini32_Usage_Example.zip (86863, 2015-07-04)
mB\help\PID_Lib.txt (2651, 2012-11-12)
mB\uses\PID_Lib.emcl (17374, 2015-07-02)
mB\uses\PID_Lib.mbas (7144, 2015-01-10)

近期下载者

相关文件


收藏者