User Manual Owner's manual
Table Of Contents
- ArmorStart Distributed Motor Controller with EtherNet/IP User Manual
- European Communities (EC) Directive Compliance
- Table of Contents
- Chapter 1
- Product Overview
- Introduction
- Description
- Catalog Number Explanation
- Operation
- Mode of Operation
- Description of Features
- Embedded Switch Technology
- Switched vs. Unswitched Control Power Input/Output (I/O) Connections
- EtherNet/IP™ Ports
- Embedded Web Server
- EtherNet/IP LED Status Indication
- Control Module LED Status and Reset
- Electronic Data Sheet (EDS)
- Fault Diagnostics
- Standard Features
- Factory-Installed Options
- Optional HOA Keypad Configuration (Bulletin 280E/281E only)
- Optional HOA Selector Keypad with Jog Function (Bulletin 284E only)
- Source Brake Contactor and Connector (Bulletin 284E only)
- EMI Filter (Bulletin 284E only)
- Dynamic Brake Connector (Bulletin 284E only)
- IP67 Dynamic Brake Resistor (Bulletin 284E only)
- Output Contactor (Bulletin 284E only)
- Shielded Motor Cable (Bulletin 284E only)
- ArmorStart® EtherNet/ IP Features
- Notes:
- Product Overview
- Chapter 2
- Installation and Wiring
- Receiving
- Unpacking
- Inspecting
- Storing
- General Precautions
- Precautions for Bulletin 280E/281E Applications
- Precautions for Bulletin 284E Applications
- Dimensions
- Mount Orientation
- Operation
- Wiring
- Terminal Designations
- Control Power Wiring
- ArmorStart with EtherNet/IP Internal Wiring
- AC Supply Considerations for Bulletin 284E Units
- Electromagnetic Compatibility (EMC)
- Grounding
- ArmorConnect Power Media
- ArmorConnect Connections
- ArmorConnect Cable Ratings
- Ethernet and I/O Connections
- Power Connections
- Optional Locking Clip
- Installation and Wiring
- Chapter 3
- Chapter 4
- Chapter 5
- Chapter 6
- Chapter 7
- Bulletin 280E/281E/284E Programmable Parameters
- Basic Setup Parameters
- Parameter Groups
- ArmorStart EtherNet/IP Parameters
- Bulletin 280E/281E
- Bulletin 284E
- Basic Status Group
- Produced Assembly Config Group
- Starter Protection Group
- User I/O Configuration Group
- Miscellaneous Configuration Group
- Drive I/O Configuration Group (Bulletin 284E only)
- Drive Display Group (Bulletin 284E only)
- Drive Setup Group (Bulletin 284E only)
- Drive Advanced Setup Group (Bulletin 284E only)
- Clear a Type 1 Fault and Restart the Drive
- Clear an Overvoltage, Undervoltage, or Heatsink OvrTmp Fault without Restarting the Drive
- How StepLogic Works
- StepLogic Settings
- Linear List of Parameters for Bulletin 280E/281E and Bulletin 284E
- Bulletin 280E/281E/284E Programmable Parameters
- Chapter 8
- Chapter 9
- Chapter 10
- Chapter 11
- Chapter 12
- Appendix A
- Applying More Than One ArmorStart Motor Controller in a Single Branch Circuit on Industrial Machinery
- Introduction
- ArmorStart LT Product Family
- Multiple-Motor Branch Circuits and Motor Controllers Listed for Group Installation – General
- Maximum Fuse Ampere Rating According to 7.2.10.4(1) and 7.2.10.4(2)
- Explanatory Example
- Input and Output Conductors of Bulletin 290E and 291E Controllers (a)
- Input and Output Conductors of Bulletin 294E Controllers (b)
- Combined Load Conductors (c)
- Applying More Than One ArmorStart Motor Controller in a Single Branch Circuit on Industrial Machinery
- Appendix B
- CIP Information
- High Level Product Description
- CIP Explicit Connection Behavior
- CIP Object Requirements
- Identity Object
- Assembly Object
- Connection Manager Object
- Discrete Input Point Object
- Discrete Output Point Object
- Parameter Object
- Parameter Group Object
- Discrete Input Group Object
- Discrete Output Group Object
- Control Supervisor Object
- Overload Object
- Device Level Ring (DLR) Object
- Qos Object
- DPI Fault Object
- DPI Alarm Object
- Interface Object
- TCP/IP Interface Object
- Ethernet Link Object
- CIP Information
- Appendix C
- Using DeviceLogix
- DeviceLogix Programming
- DeviceLogix Programming Example
- Import and Export
- Bulletin 284 - VFD Preset Speed Example
- DeviceLogix Ladder Editor Example
- ArmorStart 280 and 281 Status Bits
- Bulletin 280 and 281 ArmorStart Fault Bits
- Bulletin 280 and 281 ArmorStart Outputs
- Bulletin 280 and 281 ArmorStart Produced Network Bits
- Bulletin 284 ArmorStart Status Bits
- Bulletin 284 ArmorStart Fault Bits
- Bulletin 284 ArmorStart Outputs
- Bulletin 284 ArmorStart Produced Network Bits
- Using DeviceLogix
- Appendix D
- Appendix E
- Appendix F
- Back Cover

Rockwell Automation Publication 280E-UM001B-EN-P – July 2012 331
PID Setup Appendix D
PID Gains
The proportional, integral, and differential gains make up the PID regulator.
• Parameter 234 (PID Prop Gain)
The proportional gain (unitless) affects how the regulator reacts to the
magnitude of the error. The proportional component of the PID regulator
outputs a speed command proportional to the PID error. For example, a
proportional gain of 1 would output 100% of maximum frequency when
the PID error is 100% of the analog input range. A larger value for (PID
Prop Gain) makes the proportional component more responsive, and a
smaller value makes it less responsive. Setting (PID Prop Gain) to 0.00
disables the proportional component of the PID loop.
• Parameter 235 (PID Integ Time)
The integral gain (units of seconds) affects how the regulator reacts to
error over time and is used to get rid of steady state error. For example, with
an integral gain of 2 seconds, the output of the integral gain component
would integrate up to 100% of maximum frequency when the PID error is
100% for 2 seconds. A larger value for (PID Integ Time) makes the integral
component less responsive, and a smaller value makes it more responsive.
Setting (PID Integ Time) to 0 disables the integral component of the PID
loop.
• Parameter 236 (PID Diff Rate)
The Differential gain (units of 1/seconds) affects the rate of change of the
PID output. The differential gain is multiplied by the difference between
the previous error and current error. Thus, with a large error the D has a
large effect and with a small error the D has less of an effect. This
parameter is scaled so that when it is set to 1.00, the process response is
0.1% of (Maximum Freq) when the process error is changing at 1%/
second. A larger value for (PID Diff Rate) makes the differential term have
more of an effect and a small value makes it have less of an effect. In many
applications, the D gain is not needed. Setting (PID Diff Rate) to 0.00
(factory default) disables the differential component of the PID loop.
Guidelines for Adjusting the PID Gains
1. Adjust the proportional gain. During this step it may be desirable to
disable the integral gain and differential gain by setting them to 0. After a
step change in the PID Feedback:
• If the response is too slow increase Parameter 234 (PID Prop Gain).