取消
显示结果 
搜索替代 
您的意思是: 

PID simulator without feedback

Hello,

 

I started making up some PID simulator, see attached. For the plant response its a ln function. So this gets the oscillations right if you crank up delay and/or gain. But at the moment there is no actual feedback from the PID. So it oscillates around setpoint and PID response would more or less oscillate.

Its not the most pretty thing, but its more a draft.

Any help, how I could implement the feedback from the PID? Multiply PID output by some factor and add it to the plant output?

 

Thanks!

 

0 项奖励
1 条消息(共 2 条)
2,340 次查看

It is imperative to wire the dt (s) input in order to make PID working. PID are time dependent.

Read the documentation of the PID to understand how to call it.

 

Benoit

0 项奖励
2 条消息(共 2 条)
2,320 次查看