09-24-2007 09:07 AM
09-24-2007 10:04 AM
09-24-2007 10:51 AM
09-25-2007 01:23 AM
09-25-2007 01:26 AM
09-25-2007 07:11 AM
Which add on has the PID toolkit and realtime?
What is realtime anyway? what is the difference between RT and regular LV?
09-25-2007 07:43 AM
An important factor in PID's is the update rate. Although I can not cite a source at the moment, it has been shown that there is an upper limit beyond which more frequent updates have no appreciable effect on improving the performance of the system.
So...
You should give some thought to how long your system can go without an update of your control signals.
If the update rate is low enough, RT (Real-Time) may not be required.
BTW:
Real-Time is a term that is used to describe a system who's response to a stimulus is bounded in time (un-like Windoze that can go off into la-la-land occationally).
Ben
09-25-2007 07:57 AM
09-25-2007 08:10 AM
Graziano,
I have controlled many temperature systems with a PC. I admit that temperature control is a slow process. But I mention this because it illustrates that as long as the output is updated frequently enough, the updates do NOT have to be periodic.
Additional point:
The PID VI that come with the PID toolkit will calculate the actual "dt" since their last call. This feature underscores the fact that PID updates do not have to be deterministic.
Have fun!
Ben
09-25-2007 08:48 AM