SlideShare a Scribd company logo
1 of 12
Power Control University 2007 
Hands-On Lab PCU230 
PI / PID Pump Control with PF400 Drives
3 
Overview 
Equipment List 
 PowerFlex 400 Demo 
 Pump Demo 
 Computer for DriveTools 
 22-SCM-232 
 Step-up Transformer 
Introduction 
The PowerFlex 400 drive will be used to operate the pump motor and control flow with the built-in 
PID loop. Our application scenario is an intake pump that must maintain a constant flow regardless 
of the demand. The valve will be used to simulate different demand settings. 
Lab Objectives 
This lab is designed to familiarize the student with process PI. At the conclusion of this lab, the 
student will be able to: 
 Configure process PID for pump flow control 
 Configure DriveObserver to monitor data 
 View PID variables 
 Tune the PID regulator
4 
Setup 
Drive Demo Setup 
1. Position all switches to the OFF position. (Left for IN1, IN2, RUN FWD, RUN REV) 
2. Verify that the PC is connected to the PowerFlex 400 drive as follows: 
 Connect 9 Pin D-shell connector to Com1 of the computer. 
 Connect cable to the 22-SCM-232 module. 
 Connect RJ45 Cable to the drive and the 22-SCM-232 module 
WARNING: If the cable is not connected as described above, verify that power has been removed 
from the drive before attempting to connect to it. 
3. Verify that the pump is connected to the PowerFlex 400 drive as follows: 
 Connect motor cable of the pump to the external motor connector 
 Connect the pump I/O connector to the external I/O connector (flow) 
 The “Aux” must have the connector with the chain plugged in 
4. Pull the Power Switch (Red mushroom button) to power the demo. 
NOTE: If your demo does not power up, please ask an instructor for help). 
Set the Drive to Defaults 
From Transformer 
1. Set parameter P041 [Reset To Defaults] to 1 “Factory Rest” to reset all parameter values to 
factory default settings. 
2. Press “Stop” to clear the active fault (F048). 
RSLinx 
When it comes time to view the parameters in the drive it is far easier to use a software package to 
accomplish this vs. using the keypad on the drive. That software package will be Drive Executive 
and Drive Observer. These software tools communicate to the drive using RSLinx. When starting 
and connecting to the drive with this software, RSLinx will automatically start. RSLinx should also 
be configured with the correct serial driver. Since this lab is not an exercise in setting up RSLinx, 
we’ll assume that it is configured for use. If you cannot connect to the drive, ask for assistance.
Programming the Process PID 
Connecting to the Drive Using DriveExecutive 
1. Double-click the DriveExecutive icon on the Windows desktop (or in the Windows Start menu 
select: Programs > DriveTools 2000 > DriveExecutive) to start the software. 
2. In the menus select Drive > Connect to Drive… (here’s where RSLinx gets launched 
5 
automatically) 
3. When the Connect to Drive dialog opens, navigate the tree to the serial driver (in this case, 
“Unrecognized Device”). 
4. Select the drive device (Unrecognized Device) and click OK. The drive window opens. At this 
time, DriveExecutive may create a Device Database File. 
PID Regulator 
Process Control uses the output of PID regulator as the speed reference. No master speed 
reference exists and the PID Output directly controls the drive output. This configuration does not 
require a master reference, only a desired setpoint, such as a flow rate for a pump. The PID loop 
compares the setpoint to the process feedback. The PID loop controls the drive output to maintain 
the process steady state to match the setpoint. 
Our application will use the Process Control configuration to control the flow rate for a pump.
Configuring Reference and Feedback Signals 
1. Set parameter A152 [PID Ref Sel] to 1 “PID Setpoint” to enable the setpoint (this tells the drive 
that the speed command will be coming from the PID regulator). 
2. Set parameter A153 [PID Feedback Sel] to 1 “Analog Input 2”. 
3. Set parameter T073 [Analog Input 2 Sel] to 1 “Current Mode, 4-20 mA” (this tells the PID 
regulator to use the 4-20mA input instead of the 0-10V input). 
4. Set DIP Switch A12 to 20 mA. 
5. Set parameter A157 [PID Setpoint] to a value of 30% (the desired Setpoint arbitrarily derived). 
If left at zero and start was pressed the speed command would be zero since the setpoint is 
satisfied. 
6. Set parameter P39 [Accel Time 1] to a value of 0.1 (this ensures that the rate will not interfere 
6 
with the PID loop). 
7. Set parameter P40 [Decel time 1] to a value of 0.1 (this ensures that the rate will not interfere 
with the PID loop). 
8. Before starting the drive, minimize Drive Executive and launch Drive Observer. Start a new file 
and plot parameters b002 [Commanded Frequency] and d306 [Analog In 2] and A157 [PID 
Setpoint]. Set the scale at 0-100% for all traces. 
9. Once Drive Observer is running (press the little guy in the menu bar running) start the drive 
and note the performance. 
10. If you want to stop recording data, click the Stop button . 
11. Your task now is to tune the PID loop to achieve a waveform similar to this: 
70 
60 
50 
40 
30 
20 
10 
0 
60 
50 
40 
30 
20 
10 
0 
Commanded Frequency 
Feedback 
Start 
Stop
7 
Tuning the PID Regulator 
The PID regulator in the drive must be adjusted for the specific pump that you are connected to. 
These adjustments need to be made to optimize how the drive reacts to changes in the connected 
load. 
Understanding Gain Settings 
1. This section will help you get a feeling for how to adjust the drive gain values. Use 
DriveExecutive to make changes while you watch the [Output Freq] and [Analog In 4-20mA] 
signal in DriveObserver. Do not forget to change the valve position after each parameter setting 
change. 
2. The Proportional component affects how the regulator reacts to the magnitude of the error. To 
adjust the response, use parameter A154 [PID Proportional Gain]. The default value is 0.01. 
3. The Integral component affects how the regulator reacts to error over time. To adjust the 
integration rate, use parameter A155 [PID Integral Time]. The default value is 2.0s. This 
parameter is scaled so that when it is set to 2.0, the process will integrate from 0-100% of 
[Maximum Frequency] in 2.0 seconds when the process error is 100%. 
4. The Differential component affects the rate of change of the PID output. A156[PID Differential 
Rate]. Differential Rate (in 1/seconds) used by the PID regulator. This parameter is scaled so 
that when it is set to 1.0, the process response is 0.1% of [Maximum Frequency] when the 
process error is changing at 1% / second, optimizing the PID Regulator 
5. Using DriveObserver, you should be able to adjust the gain settings in the PowerFlex 400 drive 
until you have a graph that looks like the one above. A properly tuned PI regulator will minimize 
overshoot (and ringing) while avoiding excessive undershoot. 
6. More guidelines for PID tuning can be found in the PF400 Manual - Appendix
time 
8 
Extra credit 
To further enhance your understanding of the PID loop. Lower the Integral time to 1 second. Start 
the drive and then stop the drive after you get a steady state on the commanded frequency. Then 
change the Integral time to 2 seconds then 3 seconds and finally 4 seconds. Compare all the 
waveforms from Drive Observer. They should look similar to the waveforms 
50 
45 
40 
35 
30 
25 
20 
15 
10 
5 
0 
% feedback 
40 
35 
30 
25 
20 
15 
10 
5 
0 
You are encouraged to manipulate the tuning parameters of the PID loop to become familiar with 
the effects of each one. It’s possible to achieve suitable running characteris tics through different 
tuning parameters. 
frequency command hz 
Feedback 
Commanded Frequency 
Integral Gain = 1s Integral Gain = 2s Integral Gain = 3s Integral Gain = 4s
9 
Document Conventions 
Throughout this workbook, we have used the following conventions to help guide you through the 
lab materials. 
This style or symbol: Indicates: 
ATTENTION: Identifies information about practices or 
circumstances that can lead to personal injury or death, 
property damage, or economic loss. Attentions help you: 
 identify a hazard 
 avoid the hazard 
 recognize the consequences 
! 
Words shown in bold (e.g., 
RSLogix 5000 or OK) 
Any item or button that you must click on, or a menu name 
from which you must choose an option or command. This will 
be an actual name of an item that you see on your screen or 
in an example. 
Words shown in bold italics, 
enclosed in single quotes 
(e.g., 'Controller1') 
An item that you must type in the specified field. This is 
information that you must supply based on your application 
(e.g., a variable). 
Note: When you type the text in the field, remember that you 
do not need to type the quotes; simply type the words that 
are contained within them (e.g., Controller1). 
The text that appears inside of this gray box is supplemental 
information regarding the lab materials, but not information 
that is required reading in order for you to complete the lab 
exercises. The text that follows this symbol may provide you 
with helpful hints that can make it easier for you to use this 
product. Most often, authors use this “Tip Text” style for 
important information they want their students to see. 
Note: If the mouse button is not specified in the text, you should click on the left mouse button.
10 
Notes:
11
PCU230_PIPumpControlWithPF400Drives_rev_A– April 2007 Copyright © 2007 Rockwell Automation, Inc. All Rights Reserved. Printed in USA.

More Related Content

What's hot

Tlk94 Controller
Tlk94 ControllerTlk94 Controller
Tlk94 ControllerJoseph
 
Design and tuning of PID override control system based on signal filtering
Design and tuning of PID override control system based on signal filteringDesign and tuning of PID override control system based on signal filtering
Design and tuning of PID override control system based on signal filteringMinh Chien Tran
 
VIV Asia 2013, Muyang: expert experience and fuzzy, CropTech-FeedTech debate,...
VIV Asia 2013, Muyang: expert experience and fuzzy, CropTech-FeedTech debate,...VIV Asia 2013, Muyang: expert experience and fuzzy, CropTech-FeedTech debate,...
VIV Asia 2013, Muyang: expert experience and fuzzy, CropTech-FeedTech debate,...VIV Corporate
 
Tuning presentation v1
Tuning presentation v1Tuning presentation v1
Tuning presentation v1tony arman
 
Comparison of PID controller tuning methods for unstable systems
Comparison of PID controller tuning methods for unstable systemsComparison of PID controller tuning methods for unstable systems
Comparison of PID controller tuning methods for unstable systemsNidhi Yadav
 
Tlk43 Controller
Tlk43 ControllerTlk43 Controller
Tlk43 ControllerJoseph
 
EGRE 553-Industrial Controls
EGRE 553-Industrial ControlsEGRE 553-Industrial Controls
EGRE 553-Industrial ControlsJose Ramirez
 
Meeting w12 chapter 4 part 2
Meeting w12   chapter 4 part 2Meeting w12   chapter 4 part 2
Meeting w12 chapter 4 part 2Hattori Sidek
 
Motorola air defense configuring an ap650 running wing 5.x as a sensor only
Motorola air defense configuring an ap650 running wing 5.x as a sensor onlyMotorola air defense configuring an ap650 running wing 5.x as a sensor only
Motorola air defense configuring an ap650 running wing 5.x as a sensor onlyAdvantec Distribution
 
Instruction for updating ind and software umka
Instruction for updating ind and software umka Instruction for updating ind and software umka
Instruction for updating ind and software umka yhonfredy2
 
Tolomatic electric stepper products brochure
Tolomatic electric stepper products brochureTolomatic electric stepper products brochure
Tolomatic electric stepper products brochureElectromate
 
Mitsubishi ac servos melservo jn-dienhathe.vn
Mitsubishi ac servos melservo jn-dienhathe.vnMitsubishi ac servos melservo jn-dienhathe.vn
Mitsubishi ac servos melservo jn-dienhathe.vnDien Ha The
 
사토프린터 SATO LT408 열전사감열 바코드프린터엔진 오토라벨러엔진 매뉴얼
사토프린터 SATO LT408 열전사감열 바코드프린터엔진 오토라벨러엔진 매뉴얼사토프린터 SATO LT408 열전사감열 바코드프린터엔진 오토라벨러엔진 매뉴얼
사토프린터 SATO LT408 열전사감열 바코드프린터엔진 오토라벨러엔진 매뉴얼HION IT
 
Instraction on Smart Home Software
Instraction on Smart Home SoftwareInstraction on Smart Home Software
Instraction on Smart Home SoftwareDaniel Chen
 

What's hot (18)

User Guide - PID
User Guide - PIDUser Guide - PID
User Guide - PID
 
Tlk94 Controller
Tlk94 ControllerTlk94 Controller
Tlk94 Controller
 
Fadal power on off - operator manual
Fadal power on off - operator manualFadal power on off - operator manual
Fadal power on off - operator manual
 
Design and tuning of PID override control system based on signal filtering
Design and tuning of PID override control system based on signal filteringDesign and tuning of PID override control system based on signal filtering
Design and tuning of PID override control system based on signal filtering
 
Mic1462 quick start_[1738]
Mic1462 quick start_[1738]Mic1462 quick start_[1738]
Mic1462 quick start_[1738]
 
VIV Asia 2013, Muyang: expert experience and fuzzy, CropTech-FeedTech debate,...
VIV Asia 2013, Muyang: expert experience and fuzzy, CropTech-FeedTech debate,...VIV Asia 2013, Muyang: expert experience and fuzzy, CropTech-FeedTech debate,...
VIV Asia 2013, Muyang: expert experience and fuzzy, CropTech-FeedTech debate,...
 
Tuning presentation v1
Tuning presentation v1Tuning presentation v1
Tuning presentation v1
 
Comparison of PID controller tuning methods for unstable systems
Comparison of PID controller tuning methods for unstable systemsComparison of PID controller tuning methods for unstable systems
Comparison of PID controller tuning methods for unstable systems
 
Tlk43 Controller
Tlk43 ControllerTlk43 Controller
Tlk43 Controller
 
PID Tuning
PID TuningPID Tuning
PID Tuning
 
EGRE 553-Industrial Controls
EGRE 553-Industrial ControlsEGRE 553-Industrial Controls
EGRE 553-Industrial Controls
 
Meeting w12 chapter 4 part 2
Meeting w12   chapter 4 part 2Meeting w12   chapter 4 part 2
Meeting w12 chapter 4 part 2
 
Motorola air defense configuring an ap650 running wing 5.x as a sensor only
Motorola air defense configuring an ap650 running wing 5.x as a sensor onlyMotorola air defense configuring an ap650 running wing 5.x as a sensor only
Motorola air defense configuring an ap650 running wing 5.x as a sensor only
 
Instruction for updating ind and software umka
Instruction for updating ind and software umka Instruction for updating ind and software umka
Instruction for updating ind and software umka
 
Tolomatic electric stepper products brochure
Tolomatic electric stepper products brochureTolomatic electric stepper products brochure
Tolomatic electric stepper products brochure
 
Mitsubishi ac servos melservo jn-dienhathe.vn
Mitsubishi ac servos melservo jn-dienhathe.vnMitsubishi ac servos melservo jn-dienhathe.vn
Mitsubishi ac servos melservo jn-dienhathe.vn
 
사토프린터 SATO LT408 열전사감열 바코드프린터엔진 오토라벨러엔진 매뉴얼
사토프린터 SATO LT408 열전사감열 바코드프린터엔진 오토라벨러엔진 매뉴얼사토프린터 SATO LT408 열전사감열 바코드프린터엔진 오토라벨러엔진 매뉴얼
사토프린터 SATO LT408 열전사감열 바코드프린터엔진 오토라벨러엔진 매뉴얼
 
Instraction on Smart Home Software
Instraction on Smart Home SoftwareInstraction on Smart Home Software
Instraction on Smart Home Software
 

Similar to Pcu230 pi pump_controlwithpf400drives_rev_a

Pf400 process pid_for_fans_lab
Pf400 process pid_for_fans_labPf400 process pid_for_fans_lab
Pf400 process pid_for_fans_labconfidencial
 
Drv10 lab3 pf755_pcam
Drv10 lab3 pf755_pcamDrv10 lab3 pf755_pcam
Drv10 lab3 pf755_pcamconfidencial
 
Premier integration with logix, pf drives and ft view (pf755)
Premier integration with logix, pf drives and ft view (pf755)Premier integration with logix, pf drives and ft view (pf755)
Premier integration with logix, pf drives and ft view (pf755)confidencial
 
Dhq pf700 pump_energy_savings_rev_b
Dhq pf700 pump_energy_savings_rev_bDhq pf700 pump_energy_savings_rev_b
Dhq pf700 pump_energy_savings_rev_bconfidencial
 
PID Control Basics
PID Control BasicsPID Control Basics
PID Control BasicsYokogawa1
 
Introduction to Embedded C for 8051 and Implementation of Timer and Interrupt...
Introduction to Embedded C for 8051 and Implementation of Timer and Interrupt...Introduction to Embedded C for 8051 and Implementation of Timer and Interrupt...
Introduction to Embedded C for 8051 and Implementation of Timer and Interrupt...Sivaranjan Goswami
 
S1 Mechanical Pedal Speed Limiter
S1 Mechanical Pedal Speed LimiterS1 Mechanical Pedal Speed Limiter
S1 Mechanical Pedal Speed Limiterrobin huang
 
A Mechatronics Approach For Concerting the Programmable Logic Controller With...
A Mechatronics Approach For Concerting the Programmable Logic Controller With...A Mechatronics Approach For Concerting the Programmable Logic Controller With...
A Mechatronics Approach For Concerting the Programmable Logic Controller With...IRJET Journal
 
AutoCount Accounting User Manual
AutoCount Accounting User ManualAutoCount Accounting User Manual
AutoCount Accounting User ManualAngela Shin
 
How to Setup and Adjust the Dynamic Compensation of Feedforward Signals
How to Setup and Adjust the Dynamic Compensation of Feedforward SignalsHow to Setup and Adjust the Dynamic Compensation of Feedforward Signals
How to Setup and Adjust the Dynamic Compensation of Feedforward SignalsJim Cahill
 
Fanuc 0i operator's manual
Fanuc 0i operator's manualFanuc 0i operator's manual
Fanuc 0i operator's manualCNCDATAN
 
Manual e plano Zexel Covec F VRZ
Manual e plano Zexel Covec F VRZ Manual e plano Zexel Covec F VRZ
Manual e plano Zexel Covec F VRZ Junior Iung
 
Sitrains7 1200pwmpid-150301123045-conversion-gate01
Sitrains7 1200pwmpid-150301123045-conversion-gate01Sitrains7 1200pwmpid-150301123045-conversion-gate01
Sitrains7 1200pwmpid-150301123045-conversion-gate01confidencial
 
Sitrain s7 1200 pwm pid
Sitrain s7 1200 pwm pidSitrain s7 1200 pwm pid
Sitrain s7 1200 pwm pidconfidencial
 
EEP301: Ca06 sample
EEP301: Ca06 sampleEEP301: Ca06 sample
EEP301: Ca06 sampleUmang Gupta
 
How to use Add-On instructions to interface a Tolomatic ACS drive with and Al...
How to use Add-On instructions to interface a Tolomatic ACS drive with and Al...How to use Add-On instructions to interface a Tolomatic ACS drive with and Al...
How to use Add-On instructions to interface a Tolomatic ACS drive with and Al...Tolomatic
 
Ls catalog thiet bi tu dong i e5_e_1105
Ls catalog thiet bi tu dong i e5_e_1105Ls catalog thiet bi tu dong i e5_e_1105
Ls catalog thiet bi tu dong i e5_e_1105Dien Ha The
 
Ls catalog thiet bi tu dong i e5_e_1105_dienhathe.vn
Ls catalog thiet bi tu dong i e5_e_1105_dienhathe.vnLs catalog thiet bi tu dong i e5_e_1105_dienhathe.vn
Ls catalog thiet bi tu dong i e5_e_1105_dienhathe.vnDien Ha The
 

Similar to Pcu230 pi pump_controlwithpf400drives_rev_a (20)

Pf400 process pid_for_fans_lab
Pf400 process pid_for_fans_labPf400 process pid_for_fans_lab
Pf400 process pid_for_fans_lab
 
Drv10 lab3 pf755_pcam
Drv10 lab3 pf755_pcamDrv10 lab3 pf755_pcam
Drv10 lab3 pf755_pcam
 
SPP-01 Super Parameter Programmer User Manual Ultisolar New Energy
SPP-01 Super Parameter Programmer User Manual Ultisolar New EnergySPP-01 Super Parameter Programmer User Manual Ultisolar New Energy
SPP-01 Super Parameter Programmer User Manual Ultisolar New Energy
 
Premier integration with logix, pf drives and ft view (pf755)
Premier integration with logix, pf drives and ft view (pf755)Premier integration with logix, pf drives and ft view (pf755)
Premier integration with logix, pf drives and ft view (pf755)
 
Dhq pf700 pump_energy_savings_rev_b
Dhq pf700 pump_energy_savings_rev_bDhq pf700 pump_energy_savings_rev_b
Dhq pf700 pump_energy_savings_rev_b
 
Cpcu08 drv14
Cpcu08 drv14Cpcu08 drv14
Cpcu08 drv14
 
PID Control Basics
PID Control BasicsPID Control Basics
PID Control Basics
 
Introduction to Embedded C for 8051 and Implementation of Timer and Interrupt...
Introduction to Embedded C for 8051 and Implementation of Timer and Interrupt...Introduction to Embedded C for 8051 and Implementation of Timer and Interrupt...
Introduction to Embedded C for 8051 and Implementation of Timer and Interrupt...
 
S1 Mechanical Pedal Speed Limiter
S1 Mechanical Pedal Speed LimiterS1 Mechanical Pedal Speed Limiter
S1 Mechanical Pedal Speed Limiter
 
A Mechatronics Approach For Concerting the Programmable Logic Controller With...
A Mechatronics Approach For Concerting the Programmable Logic Controller With...A Mechatronics Approach For Concerting the Programmable Logic Controller With...
A Mechatronics Approach For Concerting the Programmable Logic Controller With...
 
AutoCount Accounting User Manual
AutoCount Accounting User ManualAutoCount Accounting User Manual
AutoCount Accounting User Manual
 
How to Setup and Adjust the Dynamic Compensation of Feedforward Signals
How to Setup and Adjust the Dynamic Compensation of Feedforward SignalsHow to Setup and Adjust the Dynamic Compensation of Feedforward Signals
How to Setup and Adjust the Dynamic Compensation of Feedforward Signals
 
Fanuc 0i operator's manual
Fanuc 0i operator's manualFanuc 0i operator's manual
Fanuc 0i operator's manual
 
Manual e plano Zexel Covec F VRZ
Manual e plano Zexel Covec F VRZ Manual e plano Zexel Covec F VRZ
Manual e plano Zexel Covec F VRZ
 
Sitrains7 1200pwmpid-150301123045-conversion-gate01
Sitrains7 1200pwmpid-150301123045-conversion-gate01Sitrains7 1200pwmpid-150301123045-conversion-gate01
Sitrains7 1200pwmpid-150301123045-conversion-gate01
 
Sitrain s7 1200 pwm pid
Sitrain s7 1200 pwm pidSitrain s7 1200 pwm pid
Sitrain s7 1200 pwm pid
 
EEP301: Ca06 sample
EEP301: Ca06 sampleEEP301: Ca06 sample
EEP301: Ca06 sample
 
How to use Add-On instructions to interface a Tolomatic ACS drive with and Al...
How to use Add-On instructions to interface a Tolomatic ACS drive with and Al...How to use Add-On instructions to interface a Tolomatic ACS drive with and Al...
How to use Add-On instructions to interface a Tolomatic ACS drive with and Al...
 
Ls catalog thiet bi tu dong i e5_e_1105
Ls catalog thiet bi tu dong i e5_e_1105Ls catalog thiet bi tu dong i e5_e_1105
Ls catalog thiet bi tu dong i e5_e_1105
 
Ls catalog thiet bi tu dong i e5_e_1105_dienhathe.vn
Ls catalog thiet bi tu dong i e5_e_1105_dienhathe.vnLs catalog thiet bi tu dong i e5_e_1105_dienhathe.vn
Ls catalog thiet bi tu dong i e5_e_1105_dienhathe.vn
 

More from confidencial

19 exercises v1.00_en
19 exercises v1.00_en19 exercises v1.00_en
19 exercises v1.00_enconfidencial
 
18 syntax rules v1.0
18 syntax rules v1.018 syntax rules v1.0
18 syntax rules v1.0confidencial
 
17 demonstration server client system-v1.00_en
17 demonstration server client system-v1.00_en17 demonstration server client system-v1.00_en
17 demonstration server client system-v1.00_enconfidencial
 
15 final steps of configuration v1.00_en
15 final steps of configuration v1.00_en15 final steps of configuration v1.00_en
15 final steps of configuration v1.00_enconfidencial
 
14 mass data engineering v1.00_en
14 mass data engineering v1.00_en14 mass data engineering v1.00_en
14 mass data engineering v1.00_enconfidencial
 
13 locking functions and operating modes v1.00_en
13 locking functions and operating modes v1.00_en13 locking functions and operating modes v1.00_en
13 locking functions and operating modes v1.00_enconfidencial
 
12 archiving system v1.00_en
12 archiving system v1.00_en12 archiving system v1.00_en
12 archiving system v1.00_enconfidencial
 
11 customizing the os v1.00_en
11 customizing the os v1.00_en11 customizing the os v1.00_en
11 customizing the os v1.00_enconfidencial
 
10 basics automatic mode control v1.00_en
10 basics automatic mode control v1.00_en10 basics automatic mode control v1.00_en
10 basics automatic mode control v1.00_enconfidencial
 
09 basics operating and monitoring v1.00_en
09 basics operating and monitoring v1.00_en09 basics operating and monitoring v1.00_en
09 basics operating and monitoring v1.00_enconfidencial
 
08 basics control functions v1.00_en
08 basics control functions v1.00_en08 basics control functions v1.00_en
08 basics control functions v1.00_enconfidencial
 
07 connection to the process v1.00_en
07 connection to the process v1.00_en07 connection to the process v1.00_en
07 connection to the process v1.00_enconfidencial
 
06 station and network configuration v1.00_en
06 station and network configuration v1.00_en06 station and network configuration v1.00_en
06 station and network configuration v1.00_enconfidencial
 
05 project setup v1.00_en
05 project setup v1.00_en05 project setup v1.00_en
05 project setup v1.00_enconfidencial
 
03 requirements and functional process description v1.00_en
03 requirements and functional process description v1.00_en03 requirements and functional process description v1.00_en
03 requirements and functional process description v1.00_enconfidencial
 
02 pcs 7 documentation and support v1.00 en
02 pcs 7 documentation and support v1.00 en02 pcs 7 documentation and support v1.00 en
02 pcs 7 documentation and support v1.00 enconfidencial
 
01 introduction v1.00_en
01 introduction v1.00_en01 introduction v1.00_en
01 introduction v1.00_enconfidencial
 
00 st pcs7-sys_v8.0_register 20 en
00 st pcs7-sys_v8.0_register 20 en00 st pcs7-sys_v8.0_register 20 en
00 st pcs7-sys_v8.0_register 20 enconfidencial
 
Fluxograma processo acucar_alcool_etanol_verde
Fluxograma processo acucar_alcool_etanol_verdeFluxograma processo acucar_alcool_etanol_verde
Fluxograma processo acucar_alcool_etanol_verdeconfidencial
 
01tiaportal handson-basicov11v2-140421084257-phpapp01
01tiaportal handson-basicov11v2-140421084257-phpapp0101tiaportal handson-basicov11v2-140421084257-phpapp01
01tiaportal handson-basicov11v2-140421084257-phpapp01confidencial
 

More from confidencial (20)

19 exercises v1.00_en
19 exercises v1.00_en19 exercises v1.00_en
19 exercises v1.00_en
 
18 syntax rules v1.0
18 syntax rules v1.018 syntax rules v1.0
18 syntax rules v1.0
 
17 demonstration server client system-v1.00_en
17 demonstration server client system-v1.00_en17 demonstration server client system-v1.00_en
17 demonstration server client system-v1.00_en
 
15 final steps of configuration v1.00_en
15 final steps of configuration v1.00_en15 final steps of configuration v1.00_en
15 final steps of configuration v1.00_en
 
14 mass data engineering v1.00_en
14 mass data engineering v1.00_en14 mass data engineering v1.00_en
14 mass data engineering v1.00_en
 
13 locking functions and operating modes v1.00_en
13 locking functions and operating modes v1.00_en13 locking functions and operating modes v1.00_en
13 locking functions and operating modes v1.00_en
 
12 archiving system v1.00_en
12 archiving system v1.00_en12 archiving system v1.00_en
12 archiving system v1.00_en
 
11 customizing the os v1.00_en
11 customizing the os v1.00_en11 customizing the os v1.00_en
11 customizing the os v1.00_en
 
10 basics automatic mode control v1.00_en
10 basics automatic mode control v1.00_en10 basics automatic mode control v1.00_en
10 basics automatic mode control v1.00_en
 
09 basics operating and monitoring v1.00_en
09 basics operating and monitoring v1.00_en09 basics operating and monitoring v1.00_en
09 basics operating and monitoring v1.00_en
 
08 basics control functions v1.00_en
08 basics control functions v1.00_en08 basics control functions v1.00_en
08 basics control functions v1.00_en
 
07 connection to the process v1.00_en
07 connection to the process v1.00_en07 connection to the process v1.00_en
07 connection to the process v1.00_en
 
06 station and network configuration v1.00_en
06 station and network configuration v1.00_en06 station and network configuration v1.00_en
06 station and network configuration v1.00_en
 
05 project setup v1.00_en
05 project setup v1.00_en05 project setup v1.00_en
05 project setup v1.00_en
 
03 requirements and functional process description v1.00_en
03 requirements and functional process description v1.00_en03 requirements and functional process description v1.00_en
03 requirements and functional process description v1.00_en
 
02 pcs 7 documentation and support v1.00 en
02 pcs 7 documentation and support v1.00 en02 pcs 7 documentation and support v1.00 en
02 pcs 7 documentation and support v1.00 en
 
01 introduction v1.00_en
01 introduction v1.00_en01 introduction v1.00_en
01 introduction v1.00_en
 
00 st pcs7-sys_v8.0_register 20 en
00 st pcs7-sys_v8.0_register 20 en00 st pcs7-sys_v8.0_register 20 en
00 st pcs7-sys_v8.0_register 20 en
 
Fluxograma processo acucar_alcool_etanol_verde
Fluxograma processo acucar_alcool_etanol_verdeFluxograma processo acucar_alcool_etanol_verde
Fluxograma processo acucar_alcool_etanol_verde
 
01tiaportal handson-basicov11v2-140421084257-phpapp01
01tiaportal handson-basicov11v2-140421084257-phpapp0101tiaportal handson-basicov11v2-140421084257-phpapp01
01tiaportal handson-basicov11v2-140421084257-phpapp01
 

Recently uploaded

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 

Recently uploaded (20)

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 

Pcu230 pi pump_controlwithpf400drives_rev_a

  • 1. Power Control University 2007 Hands-On Lab PCU230 PI / PID Pump Control with PF400 Drives
  • 2.
  • 3. 3 Overview Equipment List  PowerFlex 400 Demo  Pump Demo  Computer for DriveTools  22-SCM-232  Step-up Transformer Introduction The PowerFlex 400 drive will be used to operate the pump motor and control flow with the built-in PID loop. Our application scenario is an intake pump that must maintain a constant flow regardless of the demand. The valve will be used to simulate different demand settings. Lab Objectives This lab is designed to familiarize the student with process PI. At the conclusion of this lab, the student will be able to:  Configure process PID for pump flow control  Configure DriveObserver to monitor data  View PID variables  Tune the PID regulator
  • 4. 4 Setup Drive Demo Setup 1. Position all switches to the OFF position. (Left for IN1, IN2, RUN FWD, RUN REV) 2. Verify that the PC is connected to the PowerFlex 400 drive as follows:  Connect 9 Pin D-shell connector to Com1 of the computer.  Connect cable to the 22-SCM-232 module.  Connect RJ45 Cable to the drive and the 22-SCM-232 module WARNING: If the cable is not connected as described above, verify that power has been removed from the drive before attempting to connect to it. 3. Verify that the pump is connected to the PowerFlex 400 drive as follows:  Connect motor cable of the pump to the external motor connector  Connect the pump I/O connector to the external I/O connector (flow)  The “Aux” must have the connector with the chain plugged in 4. Pull the Power Switch (Red mushroom button) to power the demo. NOTE: If your demo does not power up, please ask an instructor for help). Set the Drive to Defaults From Transformer 1. Set parameter P041 [Reset To Defaults] to 1 “Factory Rest” to reset all parameter values to factory default settings. 2. Press “Stop” to clear the active fault (F048). RSLinx When it comes time to view the parameters in the drive it is far easier to use a software package to accomplish this vs. using the keypad on the drive. That software package will be Drive Executive and Drive Observer. These software tools communicate to the drive using RSLinx. When starting and connecting to the drive with this software, RSLinx will automatically start. RSLinx should also be configured with the correct serial driver. Since this lab is not an exercise in setting up RSLinx, we’ll assume that it is configured for use. If you cannot connect to the drive, ask for assistance.
  • 5. Programming the Process PID Connecting to the Drive Using DriveExecutive 1. Double-click the DriveExecutive icon on the Windows desktop (or in the Windows Start menu select: Programs > DriveTools 2000 > DriveExecutive) to start the software. 2. In the menus select Drive > Connect to Drive… (here’s where RSLinx gets launched 5 automatically) 3. When the Connect to Drive dialog opens, navigate the tree to the serial driver (in this case, “Unrecognized Device”). 4. Select the drive device (Unrecognized Device) and click OK. The drive window opens. At this time, DriveExecutive may create a Device Database File. PID Regulator Process Control uses the output of PID regulator as the speed reference. No master speed reference exists and the PID Output directly controls the drive output. This configuration does not require a master reference, only a desired setpoint, such as a flow rate for a pump. The PID loop compares the setpoint to the process feedback. The PID loop controls the drive output to maintain the process steady state to match the setpoint. Our application will use the Process Control configuration to control the flow rate for a pump.
  • 6. Configuring Reference and Feedback Signals 1. Set parameter A152 [PID Ref Sel] to 1 “PID Setpoint” to enable the setpoint (this tells the drive that the speed command will be coming from the PID regulator). 2. Set parameter A153 [PID Feedback Sel] to 1 “Analog Input 2”. 3. Set parameter T073 [Analog Input 2 Sel] to 1 “Current Mode, 4-20 mA” (this tells the PID regulator to use the 4-20mA input instead of the 0-10V input). 4. Set DIP Switch A12 to 20 mA. 5. Set parameter A157 [PID Setpoint] to a value of 30% (the desired Setpoint arbitrarily derived). If left at zero and start was pressed the speed command would be zero since the setpoint is satisfied. 6. Set parameter P39 [Accel Time 1] to a value of 0.1 (this ensures that the rate will not interfere 6 with the PID loop). 7. Set parameter P40 [Decel time 1] to a value of 0.1 (this ensures that the rate will not interfere with the PID loop). 8. Before starting the drive, minimize Drive Executive and launch Drive Observer. Start a new file and plot parameters b002 [Commanded Frequency] and d306 [Analog In 2] and A157 [PID Setpoint]. Set the scale at 0-100% for all traces. 9. Once Drive Observer is running (press the little guy in the menu bar running) start the drive and note the performance. 10. If you want to stop recording data, click the Stop button . 11. Your task now is to tune the PID loop to achieve a waveform similar to this: 70 60 50 40 30 20 10 0 60 50 40 30 20 10 0 Commanded Frequency Feedback Start Stop
  • 7. 7 Tuning the PID Regulator The PID regulator in the drive must be adjusted for the specific pump that you are connected to. These adjustments need to be made to optimize how the drive reacts to changes in the connected load. Understanding Gain Settings 1. This section will help you get a feeling for how to adjust the drive gain values. Use DriveExecutive to make changes while you watch the [Output Freq] and [Analog In 4-20mA] signal in DriveObserver. Do not forget to change the valve position after each parameter setting change. 2. The Proportional component affects how the regulator reacts to the magnitude of the error. To adjust the response, use parameter A154 [PID Proportional Gain]. The default value is 0.01. 3. The Integral component affects how the regulator reacts to error over time. To adjust the integration rate, use parameter A155 [PID Integral Time]. The default value is 2.0s. This parameter is scaled so that when it is set to 2.0, the process will integrate from 0-100% of [Maximum Frequency] in 2.0 seconds when the process error is 100%. 4. The Differential component affects the rate of change of the PID output. A156[PID Differential Rate]. Differential Rate (in 1/seconds) used by the PID regulator. This parameter is scaled so that when it is set to 1.0, the process response is 0.1% of [Maximum Frequency] when the process error is changing at 1% / second, optimizing the PID Regulator 5. Using DriveObserver, you should be able to adjust the gain settings in the PowerFlex 400 drive until you have a graph that looks like the one above. A properly tuned PI regulator will minimize overshoot (and ringing) while avoiding excessive undershoot. 6. More guidelines for PID tuning can be found in the PF400 Manual - Appendix
  • 8. time 8 Extra credit To further enhance your understanding of the PID loop. Lower the Integral time to 1 second. Start the drive and then stop the drive after you get a steady state on the commanded frequency. Then change the Integral time to 2 seconds then 3 seconds and finally 4 seconds. Compare all the waveforms from Drive Observer. They should look similar to the waveforms 50 45 40 35 30 25 20 15 10 5 0 % feedback 40 35 30 25 20 15 10 5 0 You are encouraged to manipulate the tuning parameters of the PID loop to become familiar with the effects of each one. It’s possible to achieve suitable running characteris tics through different tuning parameters. frequency command hz Feedback Commanded Frequency Integral Gain = 1s Integral Gain = 2s Integral Gain = 3s Integral Gain = 4s
  • 9. 9 Document Conventions Throughout this workbook, we have used the following conventions to help guide you through the lab materials. This style or symbol: Indicates: ATTENTION: Identifies information about practices or circumstances that can lead to personal injury or death, property damage, or economic loss. Attentions help you:  identify a hazard  avoid the hazard  recognize the consequences ! Words shown in bold (e.g., RSLogix 5000 or OK) Any item or button that you must click on, or a menu name from which you must choose an option or command. This will be an actual name of an item that you see on your screen or in an example. Words shown in bold italics, enclosed in single quotes (e.g., 'Controller1') An item that you must type in the specified field. This is information that you must supply based on your application (e.g., a variable). Note: When you type the text in the field, remember that you do not need to type the quotes; simply type the words that are contained within them (e.g., Controller1). The text that appears inside of this gray box is supplemental information regarding the lab materials, but not information that is required reading in order for you to complete the lab exercises. The text that follows this symbol may provide you with helpful hints that can make it easier for you to use this product. Most often, authors use this “Tip Text” style for important information they want their students to see. Note: If the mouse button is not specified in the text, you should click on the left mouse button.
  • 11. 11
  • 12. PCU230_PIPumpControlWithPF400Drives_rev_A– April 2007 Copyright © 2007 Rockwell Automation, Inc. All Rights Reserved. Printed in USA.