DriveLogix 5730 Controller (13.20)

Size: px
Start display at page:

Download "DriveLogix 5730 Controller (13.20)"

Transcription

1 Firmware Release Notes DriveLogix 573 Controller (13.2) Catalog Number 573 When to Use These Release Notes These release notes should be used with DriveLogix573 Controller firmware major revision 13, minor revision 2. Use this firmware with: Update this: To this revision or later: RSLinx software 2.42 RSLogix 5 software 13. RSNetWorx for ControlNet software 4.21 RSNetWorx for DeviceNet software 4.21 RSNetWorx for EtherNet/IP software SDN Firmware 2.2 What Is In These Release Notes These release notes provide the following information: For information about: See this section: On this page: determining the firmware revision level of a controller Determining Firmware Revision Level 2 preliminary actions to take before you use this revision Before You Update Your System 2 new features for DriveLogix controllers Enhancements 2 changes to DriveLogix controllers Changes 2 restrictions that no longer apply to DriveLogix controllers Corrected Anomalies 3 additional memory required to update to this revision Additional Memory Requirements 3 restrictions for DriveLogix controllers Restrictions 3 information about Hold Last State and User-Defined Safe States Hold Last State and User-Defined Safe 6 State Not Supported instructions for obtaining technical support Rockwell Automation Support 7 1 Publication 2D-RN21A-EN-P - April 25

2 2 DriveLogix 573 Controller (13.2) Mandatory Type II Product Service Advisory Rockwell Automation Product Service Advisory number CPAG is a type II advisory, and concerns this firmware upgrade. Upgrading to this new firmware revision level addresses serious, non-safety related commercial or customer satisfaction concerns. Determining Firmware Revision Level To determine the firmware revision level for a DriveLogix controller, use RSNetWorx or RSLinx software to view the properties of the node occupied by the controller. Before You Update Your System Before you update your controller or RSLogix 5 software to this revision, do the following preliminary actions: If: Your controller is connected to a DH-485 network. Then: Disconnect it from the DH-485 network before you update the firmware of the controller. If you update the firmware of a controller while it is connected to a DH-485 network, communication on the network may stop. We recommend that you use DH-485 communications as follows: If you update the firmware of a controller while it is connected to a DH-485 network, communication on the network may stop. To prevent this, disconnect the controller from the DH-485 network before you update the firmware of the controller. Logix5 controllers should be used on DH-485 networks only when you wish to add these controllers to an existing DH-485 network. For new applications with Logix5 controllers, DeviceNet, Ethernet, and ControlNet are the recommended networks. Enhancements This revision of DriveLogix controllers contains no enhancements. Changes This revision of firmware contains changes, which support the PROFIBUS communication daughtercard. The designer and manufacturer of the PROFIBUS communication daughtercard, an Encompass Program partner, had made changes to the daughtercard. These firmware changes enable the DriveLogix573 controller to support the modified daughtercard. Publication 2D-RN21A-EN-P - April 25

3 DriveLogix 573 Controller (13.2) 3 Corrected Anomalies This revision of firmware contains the following corrections: Anomaly: The controller failed to respond a Compact I/O connection loss. Description: When the controller lost its connection to the local Compact I/O because of an external cause (e.g., noise), the controller would continue to function as if the connection was still there. Lgx5575 Additional Memory Requirements DriveLogix573 firmware may not be used with versions of RSLogix 5 earlier than 13.. Restrictions This firmware version has these restrictions: Restriction: The controller loses communication connections if you cycle power on the local Compact I/O without cycling power on the controller. Description: If you de-energize the local Compact I/O without de-energizing the controller, the controller will lose communication connections to the devices on its virtual back plane. If the Compact I/O is left de-energized for an extended period, the controller will lose an active connection to RSLogix 5. To restore the connections, place the controller in program mode and cycle the power on the controller and the power on the local Compact I/O. After re-establishing the connections, you can return the controller to run mode. Unsupported Motion Commands Lgx5574 The following Logix Motion Instructions are not intended for use with DriveLogix and the PowerFlex 7S: Motion State (for 1756-MO2AE Only) MDO (Motion Direct Drive On) MDF (Motion Direct Drive Off) Power down banks of local I/O when the controller is powered down. Motion Configuration (for tuning SERCOS cards only) MAAT (Motion Apply Axis Tuning) MRAT (Motion Run Axis Tuning) MAHD (Motion Apply Hookup Diagnostics) MRHD (Motion Run Hookup Diagnostics) When powering down the controller (the host drive), also power down any banks of local I/O modules. Leaving additional banks of I/O modules powered on may result in major fault code 22 during the power-up process of the controller. Publication 2D-RN21A-EN-P - April 25

4 4 DriveLogix 573 Controller (13.2) Restriction: Use fault routine to clear fault from local I/O which is generated when controller and I/O are powered down. Description: When powering down the controller (the host drive) and I/O banks simultaneously, the controller will stay energized slightly longer because the drive s DC bus indirectly powers the controller. In some instances this generates a fault because the controller stays energized long enough to recognize a connection failure. Use a fault routine like the one below to clear this fault: GSV Get System Value Class Name PROGRAM Instance Name THIS Attribute Name MAJORFAULTRECORD Dest major_fault_record.timelow EQU 1 Equal Source A major_fault_record.type Source B 3 EQU Equal Source A major_fault_record.code Source B 16 MOV Move Source Dest major_fault_record.type Move Source MOV Dest major_fault_record.code EQU Equal Source A major_fault_record.code Source B 23 SSV 2 Set System Value Class Name PROGRAM Instance Name THIS Attribute Name MAJORFAULTRECORD Source major_fault_record.timelow (End) Irregular power cycles can affect the wall clock time. If you have a CompactFlash card set to restore on power up, you may need to reset the wallclock time. Do not change or delete files in the structure on a CompactFlash card. Controller may not support 4 packets/second. Irregular power cycles, such as brown outs, can affect the wall clock time. If you use the wall clock time for critical system timing, routinely synchronize the wall clock time to a master system clock using a GSV instruction. If you use a CompactFlash card and have it set to restore on power up, you may need to reset the wallclock time. If maintaining an accurate wallclock time is crucial to your application, either disable the restore on power up feature or use a combination of GSV and SSV instructions to check the wallclock time and, if necessary, reset it to a more accurate time. If you use a PC card reader to view the CompactFlash card, do not change or delete any files in the structure on the CompactFlash card. Also, make sure the close the PC card reader session before removing the CompactFlash card to avoid corrupting files. In general, the DriveLogix573 controller can support 4 packets/second via the EtherNet/IP port. It is possible that in some applications with larger packet sizes, the controller might not be able to support 4 packets/second. Publication 2D-RN21A-EN-P - April 25

5 DriveLogix 573 Controller (13.2) 5 Restriction: In a tag of a user-defined data type, an instruction may write past the end of an array Description: If you write too much data to an array that is within a user-defined data type, some instructions write beyond the array and into other members of the tag. Example 1: Instruction Stops at the End of the Array If the length is greater than the number of elements in the destination array the instruction stops at the end of the array. Example 2: Instruction Writes Beyond the Array If the length is greater than the number of elements in the destination array the instruction writes data beyond the end of the array into other members of the tag. Regardless of the length specified for the instruction, it stops writing if it reaches the end of the tag. The following instructions write beyond the array into other members of the tag: BSL BSR COP CPS DDT FBC FFL FFU FLL GSV LFL LFU SQL SRT SSV This restriction also applies to all previous revisions. To prevent writing beyond the limits of the destination array, make sure the length operand of the instruction is less than or equal to the number of elements in the array. Publication 2D-RN21A-EN-P - April 25

6 6 DriveLogix 573 Controller (13.2) Hold Last State and User-Defined Safe State Not Supported When 1769 Compact I/O modules are used as local I/O modules in a DriveLogix573 system, the local I/O modules do not support the Hold Last State or User-Defined Safe State features, even though you can configure these options in the programming software. If a local I/O module fails such that its communication to the controller is lost, or if any module is disconnected from the system bus while under power, the controller will go into the fault mode. All outputs turn off when the system bus or any module faults. RSLogix 5 software creates tags for modules when you add them to the I/O configuration. The 1769 module tags define configuration (C) data type members which may include attributes for alternate outputs. DriveLogix573 does not enable local modules to use the alternate outputs. Do not configure the attributes listed below: For digital output modules: ProgToFaultEn ProgMode ProgValue FaultMode FaultValue For analog output modules: CHxProgToFaultEn CHxProgMode CHxFaultMode where CHx = the channel number Any 1769 Compact I/O modules used as remote I/O modules in a DriveLogix573 system do support the Hold Last State and User-Defined Safe State features. Publication 2D-RN21A-EN-P - April 25

7 DriveLogix 573 Controller (13.2) 7 Rockwell Automation Support Before you contact Rockwell Automation for technical assistance, we suggest you please review the troubleshooting information contained in the supporting product publications first (e.g. publications 2D-UM3, User Manual - DriveLogix573 Controller, and 1756-PM1, Logix5 Controllers Common Procedures Programming Manual). If the problem persists, call your local distributor or contact Rockwell Automation in one of the following ways: Phone United States/Canada Outside United States/Canada (7 AM - 6 PM CST) (24 hour paid support available through the TechConnect Support Program) You can access the phone number for your country via the Internet: Go to Click on Support ( Under Contact Customer Support, click on Phone Support Internet Go to support@drives.ra.rockwell.com Be prepared to furnish the following information when you contact support: Product Catalog Number Product Serial Number Firmware Revision Level Publication 2D-RN21A-EN-P - April 25

8 Publication 2D-RN21A-EN-P - April 25 8 Copyright 25 Rockwell Automation, Inc. All rights reserved. Printed in the U.S.A.

DriveLogix 5730 Controller (13.16)

DriveLogix 5730 Controller (13.16) Firmware Release Notes DriveLogix 573 Controller (13.16) Catalog Number 573 When to Use These Release Notes These release notes should be used with DriveLogix573 Controller firmware major revision 13,

More information

ControlLogix Controllers Revision 14

ControlLogix Controllers Revision 14 Release Notes ControlLogix Controllers Revision 14 Cat. No. 1756-L61, 1756-L62, 1756-L63 IMPORTANT Do not use this revision of firmware in a redundant controller system (ControlLogix Redundancy system).

More information

CompactLogix Controllers, Revision 15

CompactLogix Controllers, Revision 15 Release Notes CompactLogix Controllers, Revision 15 Catalog Numbers 1769-L31, 1769-L32C, 1769-L32E, 1769-L35CR, 1769-L35E When to Use These Release Notes These release notes correspond to the controller

More information

CompactLogix Controller Revision 13

CompactLogix Controller Revision 13 Release Notes CompactLogix Controller Revision 13 Catalog Numbers 1769-L31, 1769-L32C, 1769-L32E, 1769-L35CR, 1769-L35E These release notes correspond to: CompactLogix controller: Firmware revision: 1769-L31,

More information

CompactLogix L20 and L30 Controllers Revision 13

CompactLogix L20 and L30 Controllers Revision 13 Release Note CompactLogix L20 and L30 Controllers Revision 13 Catalog Numbers 1769-L20, 1769-L30 These release notes correspond to firmware revision 13.19. Use this firmware release with: Product Compatible

More information

DriveLogix Controller System

DriveLogix Controller System Firmware Release Notes Controller System Catalog Number 5720 When to Use These Release Notes These release notes should be used with Controller firmware major revision 12, minor revision 15. Use this firmware

More information

DriveLogix Controller Firmware Revision 11 / RSLogix 5000 Version 11

DriveLogix Controller Firmware Revision 11 / RSLogix 5000 Version 11 Firmware Release Notes DriveLogix Controller Firmware Revision 11 / RSLogix 5000 Version 11 These release notes correspond to major revision 11, minor revision 14 of the DriveLogix controller firmware.

More information

RSEmulate5000RN_v16.txt RSLogix Emulate 5000 V16 Release Notes 13 August 2007

RSEmulate5000RN_v16.txt RSLogix Emulate 5000 V16 Release Notes 13 August 2007 RSLogix Emulate 5000 V16 Release Notes 13 August 2007 WARNING: Do not depend on the emulator to match your physical controller s performance or operation. Some instructions are interpreted differently

More information

ControlNet-to-DeviceNet Linking Device

ControlNet-to-DeviceNet Linking Device Release Note ControlNet-to-DeviceNet Linking Device Catalog Number 1788-CN2DN Contents Topic Page About This Publication 1 Enhancements 2 Corrected Anomalies 3 Known Anomalies 6 Additional Resources 7

More information

ControlLogix EtherNet/IP Bridge Module

ControlLogix EtherNet/IP Bridge Module Release Notes ControlLogix EtherNet/IP Bridge Module Catalog Number 1756-ENBT Topic Page Enhancements 2 Corrected Anomalies 7 Known Anomalies 11 Application Notes 12 Additional Resources 15 About This

More information

The release notes for RSLogix Emulate 5000 v17.00 (CPR 9 SR1) contain information about the following topics: What's new? System requirements

The release notes for RSLogix Emulate 5000 v17.00 (CPR 9 SR1) contain information about the following topics: What's new? System requirements Page 1 of 5 What's new? The following features have been added in RSLogix Emulate 5000 v17.00 (CPR 9 SR1): You can quickly change the mode (Program or Run), save the current state, and restore a previously

More information

ControlLogix 5560M03SE Combination Controller and SERCOS Interface, Firmware Revision 13

ControlLogix 5560M03SE Combination Controller and SERCOS Interface, Firmware Revision 13 Release Notes ControlLogix 5560M03SE Combination Controller and SERCOS Interface, 13 Catalog Number 1756-L60M03SE Topic Page When to Use These Release Notes 1 About the ControlLogix 5560M03SE 2 Controller

More information

ControlLogix Redundancy System Revision 8

ControlLogix Redundancy System Revision 8 Release Notes ControlLogix Redundancy System Revision 8 Cat. No. 1756-CNB/D, -CNBR/D, -L55, -L55M13, -L55M14, -L55M16, -L55M23, -L55M24, 1757-SRM/A, -SRM/B IMPORTANT If you have a 1756-L55 controller,

More information

Logix5000 Controllers Produced and Consumed Tags

Logix5000 Controllers Produced and Consumed Tags Logix5 Controllers Produced and Consumed Tags Catalog Numbers 1756 ControlLogix, 1756 GuardLogix, 1768 Compact GuardLogix, 1769 CompactLogix, 1789 SoftLogix, PowerFlex with DriveLogix Programming Manual

More information

Logix5563 Controller

Logix5563 Controller Release Notes Logix5563 Controller Cat. No. 1756-L63 Introduction These release notes provide the following information: For information about: See this section: On this page: revision of controllers to

More information

Logix5000 Controllers Major, Minor, and I/O Faults

Logix5000 Controllers Major, Minor, and I/O Faults Logix5000 Controllers Major, Minor, and I/O Faults Catalog Numbers 1756 ControlLogix, 1756 GuardLogix, 1768 Compact GuardLogix, 1768 CompactLogix, 1769 CompactLogix, 1789 SoftLogix, PowerFlex with DriveLogix

More information

ControlLogix HART Analog I/O Modules

ControlLogix HART Analog I/O Modules Release Notes ControlLogix HART Analog I/O Modules Catalog Numbers, Topic Page Before You Begin 2 Enhancements 4 Corrected Anomalies 4 Known Anomalies 6 Additional Resources 7 About This Publication These

More information

Logix5000 Controllers Major, Minor, and I/O Faults

Logix5000 Controllers Major, Minor, and I/O Faults Programming Manual Logix5000 Controllers Major, Minor, and I/O Faults Catalog Numbers 1756 ControlLogix, 1756 GuardLogix, 1768 Compact GuardLogix, 1768 CompactLogix, 1769 CompactLogix, 1789 SoftLogix,

More information

ControlLogix Configurable Flowmeter Module Firmware Revision 2.4

ControlLogix Configurable Flowmeter Module Firmware Revision 2.4 Release Note ControlLogix Configurable Flowmeter Module Firmware Revision 2.4 Catalog Number 1756-CFM Contents Topic Page Enhancements 2 Corrected Anomalies 2 Install the 2.4 Firmware 3 Configure the CFM

More information

DriveTools SP v4.03 Software Patch

DriveTools SP v4.03 Software Patch Release Notes DriveTools SP v4.03 Software Patch This release note describes major revision 4, minor revision 3 of software for DriveTools SP. This patch is not a complete installation and only installs

More information

ControlLogix Controllers, Revision 18

ControlLogix Controllers, Revision 18 Release Notes ControlLogix Controllers, Revision 18 ControlLogix Controllers Catalog Numbers 1756-L73, 1756-L75 Topic Page Before You Begin 2 Corrected Anomalies 3 Known Anomalies 4 Restrictions 8 Install

More information

DriveLogix 5730 Controller

DriveLogix 5730 Controller DriveLogix 5730 Controller for PowerFlex 700S Drives with Phase II Control Firmware Version 13.XX User Manual Important User Information Solid state equipment has operational characteristics differing

More information

DeviceNet Network Configuration

DeviceNet Network Configuration User Manual DeviceNet Network Configuration 1756 ControlLogix, 1756 GuardLogix, 1769 CompactLogix, 1769 Compact GuardLogix, 1789 SoftLogix, Studio 5000 Logix Emulate Important User Information Solid-state

More information

Logix5000 Controllers Produced and Consumed Tags

Logix5000 Controllers Produced and Consumed Tags Programming Manual Logix5 Controllers Produced and Consumed Tags Catalog Numbers 1756 ControlLogix, 1756 GuardLogix, 1768 Compact GuardLogix, 1769 CompactLogix, 1789 SoftLogix, PowerFlex with DriveLogix

More information

1769 CompactLogix Packaged Controllers, Revision 20

1769 CompactLogix Packaged Controllers, Revision 20 Release Notes 1769 CompactLogix Packaged Controllers, Revision 20 Catalog Numbers 1769-L23E-QB1B, 1769-L23E-QBFC1B, Topic Page About This Publication 2 Before You Begin 4 Enhancements 5 Corrected Anomalies

More information

Enhanced, Protected, Ethernet, and ControlNet PLC-5 Firmware

Enhanced, Protected, Ethernet, and ControlNet PLC-5 Firmware Release Notes Enhanced, Protected, Ethernet, and ControlNet PLC-5 Firmware Series F, Revision A.2 Series F, Revision E.2 Series D, Revision L.2 Series C, Revision U.2 Series B, Revision S.2 Series A, Revision

More information

PowerFlex 700S Drives with Phase II Control (4.002)

PowerFlex 700S Drives with Phase II Control (4.002) Release Notes PowerFlex 700S Drives with Phase II Control (4.002) These release notes correspond to major revision (4), minor revision (2) of firmware for PowerFlex 700S drives with Phase II control. Introduction

More information

Logix5000 Controllers Nonvolatile Memory Card

Logix5000 Controllers Nonvolatile Memory Card Programming Manual Logix5000 Controllers Nonvolatile Memory Card 1756 ControlLogix, 1756 GuardLogix, 1769 CompactLogix, 1769 Compact GuardLogix, 1789 SoftLogix, 5069 CompactLogix, Studio 5000 Logix Emulate

More information

SoftLogix5800 Controller

SoftLogix5800 Controller Installation Instructions SoftLogix5800 Controller (catalog number 1789-L10, -L30, -L60) Before You Begin These installation instructions describe how to install the SoftLogix5800 controller and how to

More information

Drive Software Wizards v2.2

Drive Software Wizards v2.2 Release Notes Drive Software Wizards v2.2 This release notes describes major revision 2, minor revision 2 of drive software wizards for DriveExplorer (v5.02 and higher), DriveTools SP (v4.01 and higher)

More information

FlexLogix System L33 and 1794-L34. User Manual. Allen-Bradley HMIs

FlexLogix System L33 and 1794-L34. User Manual. Allen-Bradley HMIs FlexLogix System 1794-L33 and 1794-L34 User Manual Allen-Bradley HMIs Important User Information Because of the variety of uses for the products described in this publication, those responsible for the

More information

Drive Software Wizards v2.3

Drive Software Wizards v2.3 Release Notes Drive Software Wizards v2.3 This release notes describes major revision 2, minor revision 3 of drive software wizards for DriveExplorer (v5.02 and higher), DriveTools SP (v4.01 and higher)

More information

1769 CompactLogix Controllers, Revision 17

1769 CompactLogix Controllers, Revision 17 Release Notes 1769 CompactLogix Controllers, Revision 17 Catalog Numbers, 1769-L35E Topic Page About This Publication 1 Compatible Versions of Software 2 Before You Begin 2 Enhancements 5 Corrected Anomalies

More information

GuardLogix Controller to Kinetix 6000 Drive with Safe-Off using EtherNet/IP CompactBlock Guard I/O Module

GuardLogix Controller to Kinetix 6000 Drive with Safe-Off using EtherNet/IP CompactBlock Guard I/O Module Safety Application Example GuardLogix Controller to Kinetix 6000 Drive with Safe-Off using EtherNet/IP CompactBlock Guard I/O Module Safety Rating: SIL3/Category 3 (also see SIL3/CAT4 section), according

More information

The following features have been added in RSLogix Emulate 5000 v18.00 (CPR 9 SR2):

The following features have been added in RSLogix Emulate 5000 v18.00 (CPR 9 SR2): Page 1 of 11 What's new? The following features have been added in RSLogix Emulate 5000 v18.00 (CPR 9 SR2): DF1 Radio Modem support has been expanded to include broadcast capability. The DF1 Radio Modem

More information

Logix5000 Controllers Major, Minor, and I/O Faults

Logix5000 Controllers Major, Minor, and I/O Faults Programming Manual Logix5000 Controllers Major, Minor, and I/O Faults 1756 ControlLogix, 1756 GuardLogix, 1769 CompactLogix, 1769 Compact GuardLogix, 1789 SoftLogix, 5069 CompactLogix, Studio 5000 Logix

More information

ControlLogix Controllers, Revision 18

ControlLogix Controllers, Revision 18 Release Notes ControlLogix Controllers, Revision 18 ControlLogix Controllers Catalog Numbers 1756-L61, 1756-L62, 1756-L63, 1756-L64, 1756-L65 ControlLogix-XT Controller Catalog Number 1756-L63XT GuardLogix

More information

PowerFlex 700H Drive Firmware Revision

PowerFlex 700H Drive Firmware Revision Release Notes PowerFlex 700H Drive Firmware Revision 30.001 These release notes correspond to major revision 30, minor revision 1 of firmware for PowerFlex 700H drives. Due to the proposed next firmware

More information

PowerFlex 753 Drives (revision 9.002)

PowerFlex 753 Drives (revision 9.002) Release Notes PowerFlex 753 Drives (revision 9.002) These release notes correspond to major revision 9, minor revision 2 of firmware for PowerFlex 753 drives. Introduction The following information is

More information

1203-SSS Smart Self-powered Serial Converter Firmware v3.006

1203-SSS Smart Self-powered Serial Converter Firmware v3.006 Release Note 1203-SSS Smart Self-powered Serial Converter Firmware v3.006 This release note describes major revision 3, minor revision 6 of firmware for the 1203-SSS converter. Important: Any firmware

More information

ControlNet Communication Options for 1768 CompactLogix Controllers

ControlNet Communication Options for 1768 CompactLogix Controllers ControlNet Communication Options f 1768 Controllers The ControlNet netwk is an open, control netwk f real-time, high-throughput applications. The ControlNet netwk uses the Common Industrial Protocol (CIP)

More information

Logix 5000 Controllers Major, Minor, and I/O Faults

Logix 5000 Controllers Major, Minor, and I/O Faults Programming Manual Logix 5000 Controllers Major, Minor, and I/O Faults 1756 ControlLogix, 1756 GuardLogix, 1769 CompactLogix, 1769 Compact GuardLogix, 1789 SoftLogix, 5069 CompactLogix, 5069 Compact GuardLogix,

More information

PowerFlex 755 Drives (revision 4.002)

PowerFlex 755 Drives (revision 4.002) Release Notes PowerFlex 755 Drives (revision 4.002) These release notes correspond to major revision 4, minor revision 2 of firmware for PowerFlex 755 drives. Introduction The following information is

More information

1769 Expansion Cables

1769 Expansion Cables Cat. No. Description Backplane Current Power Supply Distance Rating 1769-HSC 1769-SM1 1769-SM2 1769 Expansion Cables Use the 1769-HSC when you need: a counter module that is capable of reacting to high-speed

More information

1203-EN1 EtherNet/IP-to-SCANport Module Firmware v1.005

1203-EN1 EtherNet/IP-to-SCANport Module Firmware v1.005 Release Note 1203-EN1 EtherNet/IP-to-SCANport Module Firmware v1.005 This release note describes major revision 1, minor revision 5 of firmware for 1203-EN1 EtherNet/IP-to-SCANport modules. Introduction

More information

PowerFlex 753 Drives (revision )

PowerFlex 753 Drives (revision ) Release Notes PowerFlex 753 Drives (revision 11.001) These release notes correspond to major revision 11, minor revision 1 of firmware for PowerFlex 753 drives. Introduction The following information is

More information

Table of Contents. Chapter Description Page. 1. PLC Fundamentals Ladder Logic

Table of Contents. Chapter Description Page. 1. PLC Fundamentals Ladder Logic Page v Table of Contents Chapter Description Page 1. PLC Fundamentals... 1 1 1.1 Ladder Logic... 1 1 1.1.1 Hardwired System... 1 3 1.1.2 PLC System... 1 4 1.2 Major Components... 1 5 1.2.1 Chassis... 1

More information

ControlLogix Redundancy System, Revision 15.61

ControlLogix Redundancy System, Revision 15.61 Release Notes ControlLogix Redundancy System, Revision 15.61 Catalog Number 1756-CNB/D, 1756-CNB/E, 1756-CNBR/D, 1756-CNBR/E, 1756-ENBT, 1756-EWEB, 1756-L55, 1756-L55M12, 1756-L55M13, 1756-L55M14, 1756-L55M16,

More information

20-COMM-E EtherNet/IP Adapter Firmware Revision 4.002

20-COMM-E EtherNet/IP Adapter Firmware Revision 4.002 Release Notes 20-COMM-E EtherNet/IP Adapter Firmware Revision 4.002 This release notes document describes major version 4, minor revision 2 of firmware for 20-COMM-E EtherNet/IP adapters. The following

More information

PowerFlex 20-HIM-A6 and 20-HIM-C6S HIM Firmware Revision 1.006

PowerFlex 20-HIM-A6 and 20-HIM-C6S HIM Firmware Revision 1.006 Release Note PowerFlex 20-HIM-A6 and 20-HIM-C6S HIM Firmware Revision 1.006 This release note describes major revision 1, minor revision 6 of firmware for PowerFlex 20-HIM-A6 and 20-HIM-C6S HIMs (Human

More information

CompactLogix 5370 L3 Controllers

CompactLogix 5370 L3 Controllers Select a System 5370 L3 Controllers In a 5370 L3 controller system, the 1769 I/O modules can be placed to the left and the right of the power supply. As many as eight modules can be placed on each side

More information

1203-SSS Smart Self-powered Serial Converter Firmware v3.007

1203-SSS Smart Self-powered Serial Converter Firmware v3.007 Release Note 1203-SSS Smart Self-powered Serial Converter Firmware v3.007 This release note describes major revision 3, minor revision 7 of firmware for the 1203-SSS converter. Important: Any firmware

More information

PowerFlex 753 Drives (revision 1.009)

PowerFlex 753 Drives (revision 1.009) Release Notes PowerFlex 753 Drives (revision 1.009) These release notes correspond to major revision 1, minor revision 9 of firmware for PowerFlex 753 drives. Introduction The following information is

More information

ControlLogix EtherNet/IP Communication Interface Module

ControlLogix EtherNet/IP Communication Interface Module Release Notes ControlLogix EtherNet/IP Communication Interface Module Catalog Number 1756-ENBT These release notes describe changes in firmware revision 1.61 and earlier of the ControlLogix EtherNet/IP

More information

PowerFlex 7-Class Human Interface Module Series A Firmware v3.010

PowerFlex 7-Class Human Interface Module Series A Firmware v3.010 Release Note PowerFlex 7-Class Human Interface Module Series A Firmware v3.010 This release note describes major revision 3, minor revision 10 of firmware for the following: 20-HIM-A3 Series A 20-HIM-A5

More information

20-WIM-Nx DPI Wireless Interface Module Firmware v1.003

20-WIM-Nx DPI Wireless Interface Module Firmware v1.003 20-WIM-Nx DPI Wireless Interface Module Firmware v1.003 Release Note This release note describes major revision 1, minor revision 3 of firmware for 20-WIM-Nx wireless interface module. Introduction The

More information

DeviceNet Communications

DeviceNet Communications DeviceNet Communications For PanelView Plus and PanelPlus CE Terminals 2711P User Manual Important User Information Solid state equipment has operational characteristics differing from those of electromechanical

More information

Allen-Bradley Replacements

Allen-Bradley Replacements Programming Manual Logix 5000 Produced and Consumed Tags 1756 ControlLogix, 1756 GuardLogix, 1769 CompactLogix, 1769 Compact GuardLogix, 1789 SoftLogix, 5069 CompactLogix, Studio 5000 Logix Emulate Allen-Bradley

More information

ControlLogix Controllers, Revision 16

ControlLogix Controllers, Revision 16 Release Notes ControlLogix Controllers, 16 ControlLogix Controller Catalog Numbers 1756-L55, 1756-L55M12, 1756-L55M13, 1756-L55M14, 1756-L55M16, 1756-L55M22, 1756-L55M23, 1756-L55M24, 1756-L63, GuardLogix

More information

PowerFlex 753 Drives (revision 8.002)

PowerFlex 753 Drives (revision 8.002) Release Notes PowerFlex 753 Drives (revision 8.002) These release notes correspond to major revision 8, minor revision 2 of firmware for PowerFlex 753 drives. Introduction The following information is

More information

ControlLogix SIL2 System Configuration

ControlLogix SIL2 System Configuration ControlLogix SIL2 System Configuration Using RSLogix 5000 Subroutines Application Technique (Catalog Numbers 1756 and 1492) Important User Information 8 / 2011 Solid state equipment has operational characteristics

More information

System Faults. Chapter 9. Controller Faults. The controller stored different fault information: Publication 1756-QR107C-EN-P - June 2005

System Faults. Chapter 9. Controller Faults. The controller stored different fault information: Publication 1756-QR107C-EN-P - June 2005 System Faults Chapter 9 Controller Faults The controller stored different fault information: Fault type: Description: See page: major fault A fault condition that is severe enough for the controller to

More information

20-COMM-P Profibus Adapter Firmware v1.006

20-COMM-P Profibus Adapter Firmware v1.006 Release Note 20-COMM-P Profibus Adapter Firmware v1.006 This release note describes major revision 1, minor revision 6 of firmware for 20-COMM-P Profibus adapters. Important: For this adapter, firmware

More information

Drive Software Wizards v3.2

Drive Software Wizards v3.2 Release Notes Drive Software Wizards v3.2 This release notes describes major revision 3, minor revision 2 of drive software wizards for DriveExplorer (v5.02 and higher), DriveTools SP (v4.01 and higher)

More information

1747-SDN DeviceNet Scanner Module

1747-SDN DeviceNet Scanner Module Installation Instructions 1747-SDN DeviceNet Scanner Module Cat. No. 1747-SDN/B Contents Use this document as a guide to install the 1747-SDN/B scanner module. For this information See page Important User

More information

20-COMM-E EtherNet/IP Adapter Firmware v4.001

20-COMM-E EtherNet/IP Adapter Firmware v4.001 Release Note 20-COMM-E EtherNet/IP Adapter Firmware v4.001 This release note describes major revision 4, minor revision 1 of firmware for 20-COMM-E EtherNet/IP adapters. Introduction The following information

More information

PowerFlex 753 Drives (revision 1.010)

PowerFlex 753 Drives (revision 1.010) Release Notes PowerFlex 753 Drives (revision 1.010) These release notes correspond to major revision 1, minor revision 10 of firmware for PowerFlex 753 AC drives. Introduction The following information

More information

POINT I/O and ArmorPOINT I/O EtherNet/IP Adapters

POINT I/O and ArmorPOINT I/O EtherNet/IP Adapters Release Notes POINT I/O and ArmorPOINT I/O EtherNet/IP Adapters Firmware Revision: 5.016 Catalog Numbers 1734-AENT, 1738-AENT, 1734-AENTR, 1738-AENTR, Series B Topic Page About This Publication 1 Before

More information

CompactLogix Selection Guide

CompactLogix Selection Guide CompactLogix Selection Guide 1769 Compact I/O Modules 1768 CompactLogix Integrated Motion 1769 CompactLogix Communication Modules 1768 and 1769 CompactLogix Controllers 1768 and 1769 CompactLogix Power

More information

PowerFlex 753 Drives (revision )

PowerFlex 753 Drives (revision ) Release Notes PowerFlex 753 Drives (revision 10.003) These release notes correspond to major revision 10, minor revision 3 of firmware for PowerFlex 753 drives. Introduction The following information is

More information

PowerFlex 400 Drive Firmware Version 7.01

PowerFlex 400 Drive Firmware Version 7.01 Release Notes PowerFlex 400 Drive Firmware Version 7.01 Catalog Number 22C These release notes correspond to major version 7, minor version 1 of firmware for the PowerFlex 400 drive. The following information

More information

Logix5000 Controllers I/O and Tag Data

Logix5000 Controllers I/O and Tag Data Programming Manual Logix5000 Controllers I/O and Tag Data Catalog Numbers 1756 ControlLogix, 1756 GuardLogix, 1768 Compact GuardLogix, 1769 CompactLogix, 1789 SoftLogix, PowerFlex with DriveLogix Important

More information

PowerFlex 753 Drives (revision 1.007)

PowerFlex 753 Drives (revision 1.007) Release Notes PowerFlex 753 Drives (revision 1.007) These release notes correspond to major revision 1, minor revision 7 of firmware for PowerFlex 753 drives. Introduction The following information is

More information

GuardLogix 5570 Controller Systems

GuardLogix 5570 Controller Systems Safety Reference Manual GuardLogix 5570 Controller Systems Catalog Numbers 1756-L71S, 1756-L72S, 1756-L73S, 1756-L73SXT, 1756-L7SP, 1756-L7SPXT, 1756-L72EROMS, Studio 5000 Logix Designer Applications Original

More information

DriveTools SP Version 5.06 Software Patch

DriveTools SP Version 5.06 Software Patch Release Notes DriveTools SP Version 5.06 Software Patch This release note describes major version 5, minor version 6 of DriveTools SP software. This patch is not a complete installation and only installs

More information

SoftLogix 5 Controller

SoftLogix 5 Controller Release Notes SoftLogix 5 Controller (Catalog Number 1789-SL5, -SL51, -SL52) These release notes correspond to version 2.2.0 of the SoftLogix 5 Controller. For Information On: See Page: HTML Help 1 Corrected

More information

20-COMM-M Modbus/TCP Adapter Firmware v2.001

20-COMM-M Modbus/TCP Adapter Firmware v2.001 Release Note 20-COMM-M Modbus/TCP Adapter Firmware v2.001 This release note describes major revision 2, minor revision 1 of firmware for 20-COMM-M Modbus/TCP adapters. Introduction The following information

More information

Logix5000 Controllers Information and Status

Logix5000 Controllers Information and Status Programming Manual Logix5000 Controllers Information and Status 1756 ControlLogix, 1756 GuardLogix, 1769 CompactLogix, 1769 Compact GuardLogix, 1789 SoftLogix, 5069 CompactLogix, Studio 5000 Logix Emulate

More information

ControlLogix Controllers, Revision 19

ControlLogix Controllers, Revision 19 Release Notes ControlLogix Controllers, Revision 19 ControlLogix Controllers Catalog Numbers 1756-L65, 1756-L72, ControlLogix-XT Controller Catalog Number 1756-L63XT GuardLogix Controllers Catalog Numbers

More information

PowerFlex 755 Drives (revision )

PowerFlex 755 Drives (revision ) Release Notes These release notes correspond to major revision 10, minor revision 3 of firmware for PowerFlex 755 drives. Introduction The following information is included in this document: For information

More information

PowerFlex 755 Drives (revision 2.009)

PowerFlex 755 Drives (revision 2.009) Release Notes PowerFlex 755 Drives (revision 2.009) These release notes correspond to major revision 2, minor revision 9 of firmware for PowerFlex 755 drives. Introduction The following information is

More information

22-COMM-B BACnet MS/TP Adapter Firmware v1.003

22-COMM-B BACnet MS/TP Adapter Firmware v1.003 22-COMM-B BACnet MS/TP Adapter Firmware v1.003 Release Note This release note describes major revision 1, minor revision 3 of firmware for 22-COMM-B BACnet MS/TP adapters. Introduction The following information

More information

CED/Nebraska Rockwell Training Schedule Sorted by Course #

CED/Nebraska Rockwell Training Schedule Sorted by Course # 2009-2010 CED/Nebraska Rockwell Training Schedule Sorted by Course # Course Class Name Location Begin End Class Tuition # Vouchers CCA101 Code AC/DC Motors and Drives Fundamentals CED, Lincoln 2/2/10 Date

More information

Time-based Position Capture Algorithm

Time-based Position Capture Algorithm Application Note Time-based Position Capture Algorithm Purpose This Application Note applies to Kinetix 2000, 6000, and 7000 Multi-axis Servo Drives. This document explains the operation and limitations

More information

1747-SDN DeviceNet Scanner Module

1747-SDN DeviceNet Scanner Module Installation Instructions 1747-SDN DeviceNet Scanner Module Cat. No. 1747-SDN/B Contents Use this document as a guide to install the 1747-SDN/B scanner module. For this information See page Important User

More information

20-COMM-B BACnet MS/TP Adapter Firmware v1.002

20-COMM-B BACnet MS/TP Adapter Firmware v1.002 20-COMM-B BACnet MS/TP Adapter Firmware v1.002 Release Note This release note describes major revision 1, minor revision 2 of firmware for 20-COMM-B BACnet MS/TP adapters. Introduction The following information

More information

ControlLogix Redundancy

ControlLogix Redundancy User Manual Original Instructions ControlLogix Redundancy Important User Information Read this document and the documents listed in the additional resources section about installation, configuration, and

More information

ControlLogix 5580 and GuardLogix 5580 Controllers

ControlLogix 5580 and GuardLogix 5580 Controllers User Manual Original Instructions ControlLogix 5580 and GuardLogix 5580 Controllers Catalog Numbers 1756-L81E, 1756-L81EK, 1756-L81ES, 1756-L81ESK, 1756-L82E, 1756-L82EK, 1756-L82ES, 1756-L82ESK, 1756-L83E,

More information

PowerFlex 700H Drive Firmware (Revision )

PowerFlex 700H Drive Firmware (Revision ) Release Notes PowerFlex 700H Drive Firmware (Revision 67.001) These release notes correspond to revision 67.001 of firmware for PowerFlex 700H drives. This document describes the differences between firmware

More information

GuardLogix Controller Systems

GuardLogix Controller Systems Safety Reference Manual GuardLogix Controller Systems Catalog Numbers 1756-L61S, 1756-L62S, 1756-L63S, 1756-L71S, 1756-L72S, 1756-L73S, 1756-L73SXT, 1756-LSP, 1756-L7SP, 1756-L7SPXT, 1768-L43S, 1768-L45S

More information

Troubleshooting Ethernet Network Issues When Using Integrated Motion Kinetix and Powerflex Technical Support

Troubleshooting Ethernet Network Issues When Using Integrated Motion Kinetix and Powerflex Technical Support Troubleshooting Ethernet Network Issues When Using Integrated Motion Kinetix and Powerflex Technical Support Name Phil Micech/Mike Miller Title Technical Support /Commercial Engineering Date October 26,

More information

DriveTools SP v5.05 Software Patch

DriveTools SP v5.05 Software Patch Release Notes DriveTools SP v5.05 Software Patch This release note describes major revision 5, minor revision 5 of software for DriveTools SP. This patch is not a complete installation and only installs

More information

Drive Software Wizards Version 3.10

Drive Software Wizards Version 3.10 Release Notes Drive Software Wizards Version 3.10 This release notes describes major version 3, minor version 10 of drive software wizards for Connected Components Workbench software (v1.02 and later),

More information

Integrated Safety & PowerFlex DriveGuard

Integrated Safety & PowerFlex DriveGuard Integrated Safety & PowerFlex DriveGuard Session Agenda Introduction to GuardLogix Approx 15min Agenda Hands-on lab Approx 1.5 hrs Topics to Cover Introduction to GuardLogix Contents GuardLogix with ControlLogix

More information

Logix5000 Controllers Motion Instructions

Logix5000 Controllers Motion Instructions Logix5000 Controllers Motion Instructions 1756 ControlLogix, 1768 CompactLogix, 1789 SoftLogix, 20D PoweFlex 700S with DriveLogix Reference Manual Important User Information Solid state equipment has operational

More information

20-COMM-H RS485 HVAC Adapter Firmware Revision 2.010

20-COMM-H RS485 HVAC Adapter Firmware Revision 2.010 Release Note 20-COMM-H RS485 HVAC Adapter Firmware Revision 2.010 This release note describes major revision 2, minor revision 10 of firmware for 20-COMM-H RS485 HVAC adapters. Introduction The following

More information

Logix 5550 Controller Motion Instruction Set

Logix 5550 Controller Motion Instruction Set Logix 5550 Controller Motion Instruction Set (Cat No. 1756-L1, -L1Mx) Reference Manual Important User Information Because of the variety of uses for the products described in this publication, those responsible

More information

Premier Integration. RSLogix 5000 v16 Integrated Drive Profiles. Rick Nusbaum Schaedler Yesco Distribution

Premier Integration. RSLogix 5000 v16 Integrated Drive Profiles. Rick Nusbaum Schaedler Yesco Distribution RSLogix 5000 v16 Integrated Drive Profiles Premier Integration Rick Nusbaum Schaedler Yesco Distribution RSLogix 5000 v16 - Integrated Drive Profiles Generic Profile v15 Profiles 2 Select Module RSLogix

More information

ControlLogix Digital I/O Modules

ControlLogix Digital I/O Modules User Manual ControlLogix Digital I/O Modules Catalog Numbers 1756-IA8D, 1756-IA16, 1756-IA16I, 1756-IA32, 1756-IB16, 1756-IB16D, 1756-IB16I, 1756-IB16IF, 1756-IB32, 1756-IC16, 1756-IG16, 1756-IH16I, 1756-IM16I,

More information

Leveraging Automatic Device Configuration. K endall C onnection L ive!

Leveraging Automatic Device Configuration. K endall C onnection L ive! Leveraging Automatic Device Configuration K endall C onnection L ive! 1 Automation Fair 2018 2 Did you know that by choosing the right PowerFlex drive, network, controller and Ethernet switches, you can

More information