Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Other MiddleWare

pid_library_other_pic32

  • Category : MiddleWare
  • Tags :
  • Update : 2017-07-15
  • Size : 181kb
  • Downloaded :0次
  • Author :A*****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
{ 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)
Packet file list
(Preview for download)
mP\examples\PID_Mini32_Usage_Example.zip
mP\help\PID_Lib.txt
mP\uses\PID_Lib.emcl
mP\uses\PID_Lib.mpas
mB\examples\PID_Mini32_Usage_Example.zip
mB\help\PID_Lib.txt
mB\uses\PID_Lib.emcl
mB\uses\PID_Lib.mbas
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.