Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/21/02 00:57
Read: times


 
#26063 - RE: PID control for series AC motor
Nitin,

The previous posts have given you some good pointers with regard to implementing zero crossing detection and the need to adjust timer presets.

I suggest the soft start function you want to implement can be done by placing a rate limit on the input (command) to the PID. If your application can use a single control loop, and accept the limited bandwidth on the input, I think you'll find it an easy implementation.

However, if your application needs soft start and quick response to changes in the input once operating, you might need an alternate approach. Some alternates for you to research via the web include multiple PIDs adjusting a single input variable to control multiple output variable of the plant (ac motor, in your case). The mechanisms that enable this approach to work extremely well include multiple PIDs (each having three signal inputs - command, feedback and process) and a LSS Bus (Low Signal Select) or HSS Bus (High Signal Select). Arbitration between the PIDs is accomplished via the feedback to each PID from the LSS or HSS. Control of the plant (process) variable is accomplished via the process output variable that is fed back to the process input of the PID.

Good Luck,

Bruce



List of 11 messages in thread
TopicAuthorDate
PID control for series AC motor            01/01/70 00:00      
RE: PID control for series AC motor            01/01/70 00:00      
RE: PID control for series AC motor            01/01/70 00:00      
RE: PID control for series AC motor            01/01/70 00:00      
RE: PID control for series AC motor            01/01/70 00:00      
RE: PID control for series AC motor            01/01/70 00:00      
Zero crossing detection ckt.            01/01/70 00:00      
Zero cross            01/01/70 00:00      
RE: Zero crossing detection ckt.            01/01/70 00:00      
RE: PID control for series AC motor            01/01/70 00:00      
RE: PID control for series AC motor            01/01/70 00:00      

Back to Subject List