Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simulink Control System

Status
Not open for further replies.

evergreensolar

Chemical
Joined
Jun 21, 2010
Messages
1
Location
US
Just new at Simulink. Got two questions. Thanks a lot for help.

1) control logic of U in PID is based on
Delta U = Kp *e , i.e. U(i) = U(i-1) + Kp *e(i)
How to realize it based on U? Currently just used a delay and sum to add U(i-1) into PID calculation

2) when state space model is used, I must need to linearize around steady state. How can I keep all the information such as U rather than DeltaU around stready state?

dT/dx = A* (T-T0) + B(U-U0). Basically how can I input To and U0 as constant in model?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top