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 339
StepLogic, Basic Logic and Timer/ Counter Functions Appendix E
StepLogic Parameters
Digits 0…3 for each (StpLogic x) parameter must be programmed according to
the desired profile.
Digit 0Digit 1Digit 2Digit 3
1F00
Table 53 - Digit 0 and Digit 1 Settings
Setting Description Logic
0 Skip Step (jump immediately). SKIP
1 Step based on the time programmed in the respective (StpLogic Time x) parameter. TIMED
2 Step if Logic In1 is active (logically true). TRUE
3 Step if Logic In2 is active (logically true). TRUE
4 Step if Logic In1 is not active (logically false). FALSE
5 Step if Logic In2 is not active (logically false). FALSE
6 Step if either Logic In1 or Logic In2 is active (logically true). OR
7 Step if both Logic In1 and Logic In2 is active (logically true). AND
8 Step if neither Logic In1 or Logic In2 is active (logically true). NOR
9 Step if Logic In1 is active (logically true) and Logic In2 is not active (logically false). XOR
A Step if Logic In2 is active (logically true) and Logic In1 is not active (logically false). XOR
b Step after (StpLogic Time x) and Logic In1 is active (logically true). TIMED AND
C Step after (StpLogic Time x) and Logic In2 is active (logically true). TIMED AND
d Step after (StpLogic Time x) and Logic In1 is not active (logically false). TIMED OR
E Step after (StpLogic Time x) and Logic In2 is not active (logically false). TIMED OR
F Do not step OR no jump to, so use Digit 0 logic. IGNORE
Table 54 - Digit 2 Settings
Setting Logic
0Jump to Step 0
1Jump to Step 1
2Jump to Step 2
3Jump to Step 3
4Jump to Step 4
5Jump to Step 5
6Jump to Step 6
7Jump to Step 7
8 End Program (Normal Stop)
9 End Program (Coast to Stop)
A End Program and Fault (F2)