CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Implementing PID on Temperature Controller
lloydi12345

Replies: 9
Views: 23634

PostForum: General CCS C Discussion   Posted: Tue Aug 30, 2011 5:55 pm   Subject: Implementing PID on Temperature Controller
These codes are really helpful gpsmikey thanks. I already found the article you've recommended me last time but didn't really understood them all. So I'll give this one again another try and see if th ...
  Topic: Implementing PID on Temperature Controller
lloydi12345

Replies: 9
Views: 23634

PostForum: General CCS C Discussion   Posted: Thu Aug 25, 2011 11:55 pm   Subject: Implementing PID on Temperature Controller
Over time the sum should average to zero as positive and negative errors are added. In PID loops it is common to limit integrator "windup" for step changes in input by limiting the range of ...
  Topic: Implementing PID on Temperature Controller
lloydi12345

Replies: 9
Views: 23634

PostForum: General CCS C Discussion   Posted: Wed Aug 24, 2011 10:09 pm   Subject: Implementing PID on Temperature Controller
I see. How about the sum? What should be the value of the max positive and the max negative? What will I do if it reaches those values? Should I reset them to 0?
  Topic: Implementing PID on Temperature Controller
lloydi12345

Replies: 9
Views: 23634

PostForum: General CCS C Discussion   Posted: Tue Aug 23, 2011 10:23 pm   Subject: Implementing PID on Temperature Controller
Thanks SherpaDoug for the reply. I see. I get confuse with the output. Is the output not incremented to its previous value? like:

output = output + Kp * my_error + Ki * sum;

Also, how will I ...
  Topic: Implementing PID on Temperature Controller
lloydi12345

Replies: 9
Views: 23634

PostForum: General CCS C Discussion   Posted: Tue Aug 23, 2011 8:06 pm   Subject: Implementing PID on Temperature Controller
Hi CCS people. It is my first time to post here. I have a project which is a temperature controller and I would like to apply the principle of PID. It's a fryer and it is tasked to follow temperature ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group