LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

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 Kudos
Message 1 of 2
(1,962 Views)

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 Kudos
Message 2 of 2
(1,942 Views)