Logix5000 Controllers Import Export Projects Components
Logix5000 Controllers Import Export Projects Components
Import/Export Project
Components
1756 ControlLogix®, 1756 GuardLogix®, 1769
CompactLogix™, 1769 Compact GuardLogix®, 1789
SoftLogix™, 5069 CompactLogix™, 5069 Compact
GuardLogix, Studio 5000® Logix Emulate™
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 a hazard, and recognize the consequence.
IMPORTANT Identifies information that is critical for successful application and understanding of the product.
BURN HAZARD: Labels may be on or inside the equipment, for example, a drive or motor, to alert people that surfaces may reach dangerous
temperatures.
ARC FLASH HAZARD: Labels may be on or inside the equipment, for example, a motor control center, to alert people to potential Arc Flash. Arc Flash will
cause severe injury or death. Wear proper Personal Protective Equipment (PPE). Follow ALL Regulatory requirements for safe work practices and for
Personal Protective Equipment (PPE).
Rockwell Automation recognizes that some of the terms that are currently used in our industry and in this publication are not in
alignment with the movement toward inclusive language in technology. We are proactively collaborating with industry peers to
find alternatives to such terms and making changes to our products and content. Please excuse the use of such terms in our
content while we implement these changes.
Global changes
This table identifies changes that apply to all information about a subject in
the manual and the reason for the change. For example, the addition of new
supported hardware, a software design change, or additional reference
material would result in changes to all of the topics that deal with that subject.
Change Topic
New Studio 5000 Logix Designer® application branding Studio 5000® environment on page 9
Chapter 1
Additional considerations for Introduction ................................................................................................ 11
rungs Export considerations ................................................................................ 11
Import considerations ................................................................................ 11
Chapter 2
Additional considerations for Introduction ................................................................................................13
routines Export considerations ................................................................................13
Import considerations ................................................................................13
Chapter 3
Additional considerations for Introduction ............................................................................................... 15
programs and equipment Export considerations ............................................................................... 15
Import considerations ............................................................................... 15
phases
Chapter 4
Additional considerations for Introduction ............................................................................................... 17
user-defined types Export considerations ............................................................................... 17
Import considerations ............................................................................... 17
Chapter 5
Import and export Add-On Introduction ............................................................................................... 19
Instructions Create export files ...................................................................................... 19
Export to separate files ........................................................................ 19
Export to one file .................................................................................. 21
Import an Add-On Instruction................................................................. 22
Import considerations ........................................................................ 22
Import configuration...........................................................................23
Update an Add-On Instruction to a later revision using import ........... 24
Chapter 6
Import and export tag-based Introduction ............................................................................................... 27
alarms and alarm definitions Create export files ...................................................................................... 27
Import alarms and alarm definitions....................................................... 27
Import considerations .............................................................................. 28
Chapter 7
Additional considerations for Introduction ................................................................................................31
tags Export considerations ................................................................................31
Import considerations ................................................................................31
Chapter 8
Additional considerations for Data exchange with other software applications .................................... 33
data exchange Data exchange file type capabilities and limitations .............................. 34
Data exchange device support tables ....................................................... 36
1715 .........................................................................................................36
1719.........................................................................................................36
1732 ........................................................................................................36
1734 POINT I/O .....................................................................................36
1738 ....................................................................................................... 38
1746 ....................................................................................................... 38
1747 ....................................................................................................... 38
1753........................................................................................................ 38
1756 ControlLogix ................................................................................ 38
1757......................................................................................................... 41
1768 CompactLogix ............................................................................. 42
1769 CompactLogix.............................................................................. 42
1771 .........................................................................................................43
1783 Stratix ............................................................................................43
1784 ........................................................................................................45
1785 ........................................................................................................45
1788 ........................................................................................................45
1789 ........................................................................................................45
1791DS....................................................................................................45
1791ES ....................................................................................................45
1794 FLEX I/O .......................................................................................45
1797 ....................................................................................................... 46
1799 ....................................................................................................... 46
193/592 .................................................................................................. 46
20-750 ................................................................................................... 46
5069 CompactLogix ............................................................................. 46
5094........................................................................................................47
ArmorPoint ...........................................................................................47
ArmorStart............................................................................................47
Communication ...................................................................................47
DPI to EtherNet/IP.............................................................................. 49
Drive ..................................................................................................... 49
Embedded ............................................................................................ 50
Studio 5000 environment The Studio 5000 Automation Engineering & Design Environment® combines
engineering and design elements into a common environment. The first
element is the Studio 5000 Logix Designer® application. The Logix Designer
application is the rebranding of RSLogix 5000® software and will continue to
be the product to program Logix 5000™ controllers for discrete, process,
batch, motion, safety, and drive-based solutions.
Additional resources These documents contain additional information concerning importing and
exporting projects and project components.
Resource Description
Logix 5000™ Controllers Import/Export Reference Provides detailed reference information and
Manual, publication 1756-RM084 examples for importing and exporting projects and
components.
Logix 5000 Controllers Security Programming Manual, Describes how to configure security for controller
publication 1756-PM016 projects using the Logix Designer application.
Legal Notices Rockwell Automation publishes legal notices, such as privacy policies, license
agreements, trademark disclosures, and other terms and conditions on the
Legal Notices page of the Rockwell Automation website.
Export considerations One rung or a contiguous set of selected rungs may be exported to an L5X file.
The export file may also include any program-scoped tags, controller-scoped
tags, Add-On Instructions, user-defined data types, and user-defined string
types that are referenced by the rungs. If they exist in the project, the
definitions for the referenced tags, Add-On Instructions, and user-defined
data types are exported to the L5X file. In the case of rungs exported from an
Add-On Instruction routine, if they exist at the time of export, any parameters
and local tags referenced are exported.
Import considerations When importing rungs, configure how the referenced components are
imported during import configuration. By default, referenced components
that collide with project components are not imported.
Considerations when importing rungs.
Topic Consideration
Pending Edits exist If rungs are imported into a program or equipment phase that contains pending
edits, all pending edits in the program are accepted if Accept Program Edits is
selected during import of the rungs. Similarly, all pending edits in the program are
finalized if Finalize All Edits In Program is selected during import of the rungs.
Accepted Edits exist Rungs cannot be imported into a program or equipment phase that contains
routines with Accepted Edits or Test Edits. Existing edits must first either be
assembled or canceled.
First scan When importing rungs into an existing program, the S:FS bit is not set during the
program’s next scan. This applies when importing rungs into an existing equipment
phase as well.
Collision handling If selecting Overwrite Selected Rungs in the Import Rungs dialog box, the
imported rungs overwrite the rungs selected in the project.
If Overwrite Selected Rungs is cleared, the imported rungs are inserted before the
selected rungs in the project if the ladder editor is in Insert mode, they are inserted
after the selected rungs if the ladder editor is in Append mode.
Tag scope When exporting rungs from a program or equipment phase and import them into
an Add-On Instruction routine, any referenced controller-scoped or
program-scoped tags are converted on import. The tag is converted to a local tag
unless local scoped is not allowed (for example, a Motion Group tag cannot be a
local tag), in which case the tag is converted to an InOut parameter.
When exporting rungs from an Add-On Instruction routine and import them into a
routine in a program or equipment phase, the referenced parameters and local
tags are converted on import. The parameter or local tag are converted to a
program-scoped or phase-scoped tag unless it is not allowed (for example, a
Motion Group tag cannot be a program-scoped tag), in which case it is converted to
a controller-scoped tag.
See also
Import and export user-defined types on page 17
Import and export Add-On Instructions on page 19
Import and export tags on page 31
Export considerations A routine can be exported to an L5X file. Routines of all language types,
Function Block Diagram, Sequential Function Chart, Ladder Diagram and
Structured Text, may be exported. However, routines may not be exported
from an Add-On Instruction container and SoftLogix external routines may
not be exported.
The export file may also include any program-scoped tags, controller-scoped
tags, Add-On Instructions, user-defined data types, and user-defined string
types that are referenced by the routine. If they exist in the project, the
definitions for the referenced tags, Add-On Instructions, and user-defined
data types are exported to the L5X file.
Import considerations When importing a routine, configure how the referenced components are
imported during import configuration. By default, referenced components
that collide with project components are not imported.
Considerations when importing a routine.
Topic Consideration
Pending Edits exist If a routine is imported into a program or equipment phase that contains other
routines with pending edits, all pending edits in the program are accepted if
Accept Program Edits is selected during import of the routine. Similarly, all
pending edits in the program are finalized if Finalize All Edits In Program is
selected during import of the routine.
Accepted Edits exist A routine may not be imported into a program or equipment phase that contains
routines with accepted edits or test edits. Existing edits must first either be
assembled or canceled.
Routine type An existing routine may not be overwritten by a routine that is another routine
type.
First scan When importing a routine into an existing program, the S:FS bit is not set during
the program’s next scan. This applies when importing a routine into an existing
equipment phase as well.
SFC routine execution SFC execution settings are configured on a controller project, not per SFC
configuration routine. If exporting an SFC routine and importing it into another project with
different SFC execution settings, the functionality of the routine could change.
For example, a change in the Last Scan of Active Steps setting could leave
physical outputs in an undesired state.
Equipment Phase state When state routines are created while online with the controller and logic edits
routines are accepted but not tested, the routine will behave as if it was not
implemented.
See also
Import and Export user-defined types on page 17
Import and export Add-On Instructions on page 19
Import and export Tags on page 31
Introduction This chapter explains import and export of programs. All topics apply to
equipment phases as well; any exceptions are noted.
Export considerations A program can be exported to an L5X file. The exported program includes all
of its program tags and routines, which are imported with the program
automatically.
The export file may also include any controller-scoped tags, Add-On
Instructions, user-defined data types, and user-defined string types
referenced by the program. The definitions for the referenced tags, Add-On
Instructions, and user-defined data types are exported to the L5X file if they
exist in the project.
As with other export types, I/O module data type definitions are not exported.
I/O module data types are created within a project when the associated I/O
module is created in the project. On import, program-scoped tags may not be
modified. As a result, if a program-scoped tag aliases an I/O module type tag,
the I/O module must first exist in the project in order to import the program.
To export the program so that it can be imported into a project with another
module type, first alias the program-scoped tag to a controller-scoped tag of a
non-I/O module type, and then alias the controller-scoped tag to the I/O
module. These program-scoped tags can then be created during the import of
the program if necessary.
Import considerations When importing a program, the program-scoped tags and routines are
imported as part of the program. The Operation, Final Name, Description,
and any other settings of the program-scoped tags and routines cannot be
modified; instead, the Operations are based on the Operation selected for the
program.
Programs cannot overwrite equipment phases, and vice-versa. Programs and
equipment phases must have unique names.
Configure how the referenced components are imported during import
configuration. By default, referenced components that collide with project
components are not imported.
Considerations when importing a program.
Topic Consideration
Accepted or Test Edits exist A program with Accepted Edits or Test Edits may not be overwritten.
Program scheduled location while online An imported program that is configured to overwrite an existing program cannot be scheduled into a location that
differs from the existing program while online with the controller in Remote Run mode; the existing scheduled location
is used.
Renamed tags When overwriting an existing program and the imported program is modified such that a program-scoped tag has
been renamed, during import, the existing tag is deleted and a tag with the new name is created. All logic references
are updated to reference the new tag. Therefore, the online tag values are not preserved and the tag values from the
imported tag are downloaded to the controller. To preserve the data values of the renamed tag and minimize the logic
changes, rename the program tag in the online project to the new name before importing the modified program.
Importing multiple programs Controller Fault Handler and Power-Up Handler Disabled: When importing multiple target programs, the Controller
Fault Handler and Power-Up Handler are unavailable in the Schedule In list.
See also
Import and export user-defined types on page 17
Import and export Add-On Instructions on page 19
Import and export tags on page 31
Introduction This chapter explains import and export of user-defined data types and
user-defined string types.
Export considerations A user-defined type (either user-defined data type or user-defined string type)
can be exported to an L5X file.
The export file may also include any Add-On Instructions, user-defined data
types, and user-defined string types referenced by the exported user-defined
type. The definitions for the referenced Add-On Instructions and data types
are exported to the L5X file if they exist in the project and if Include all
referenced Add-On Instructions and User-Defined Types is selected during
export.
Also export user-defined data type references when a program, routine, set of
rungs, or Add-On Instruction is exported.
Import considerations When importing a user-defined type, configure how the referenced
components are imported during import configuration. By default,
referenced components that collide with project components are not
imported.
User-defined types cannot overwrite Add-On Instructions. User-defined types
and Add-On Instructions must have unique names.
Considerations when importing a user-defined type.
Topic Consideration
Tag data Imported tags that reference a user-defined data type in the import file may be
affected if the user-defined data type is not imported as well. In this case, the
imported tag’s data may be converted if the existing data structure is different
and tag data may be lost.
If an existing user-defined data type is overwritten, project tag data may be
converted if the data structure is different and tag data may be lost.
Data type modification while A user-defined data type that is referenced in the project may not be
online overwritten. If the existing user-defined data type is not referenced, it may be
overwritten while online.
Final Name change If the Final Name of a user-defined type reference is modified during import
configuration, all logic, tags, Add-On Instructions, and other user-defined types
in the import that reference the user-defined type are updated to reference the
new name. As a result, the edit date of any Add-On Instructions that references
the user-defined type is updated.
See also
Import and Export Add-On Instructions on page 19
Create export files When exporting an Add-On Instruction, the exported Add-On Instruction
includes all of its parameters, local tags, and routines. These are imported
with the Add-On Instruction automatically.
Optionally, include any nested Add-On Instructions or user-defined data
types that are referenced by the exported Add-On Instruction. Referenced
Add-On Instructions and data types are exported to the L5X file, if the Include
all referenced Add-On Instructions and User-Defined Types check box is
selected during the export.
Add-On Instruction definition references may also be exported when a
program, routine, set of rungs, or user-defined data type is exported.
Tip: If an Add-On Instruction uses Message (MSG) instruction and InOut parameters of type MESSAGE,
consider exporting a rung containing the Add-On Instruction to include the MESSAGE tags. This
captures the message configuration data, such as type and path.
Tip: Add-On Instructions with instruction signatures are encrypted upon export to prevent
modifications to the export file.
See also
Export to separate files on page 19
Export to one file on page 21
Export to separate files To store many Add-On Instructions that share a set of common Add-On
Instructions or user-defined data types in a common location, export each
Add-On Instruction and user-defined data types to separate files without
including references.
See also
Export to one file on page 21
Export to one file To manage each Add-On Instruction as a standalone, export the instruction
and any referenced Add-On Instructions or user-defined data types into one
export file. By including any referenced Add-On Instructions or user-defined
data types, also makes it easier to preserve the instruction signature of an
Add-On Instruction.
See also
Export to separate files on page 19
Import an Import an Add-On Instruction that was exported from another Logix
Designer project. When importing an Add-On Instruction, the parameters,
Add-On Instruction local tags, and routines are imported as part of the Add-On Instruction. Once
the project has the Add-On Instruction, use it in programs.
Import considerations This section covers import guidelines for Add-On Instructions or Add-On
Instruction references.
ATTENTION: Editing an L5K or L5X File
The EditedDate attribute of an Add-On Instruction must be updated if the Add-On Instruction is
modified by editing an L5K or L5X file. If the Logix Designer application detects edits to the
Add-On Instruction, but the Edited Date attribute is the same, the Add-On Instruction is not
imported.
IMPORTANT Importing an Add-On Instruction created in version 18.00.00 or later of the application,
into an earlier project that does not support Add-On Instruction signatures causes the
Add-On Instruction to lose attribute data and the instruction may no longer verify.
See also
Import Configuration on page 23
Import configuration When selecting a file to import, use the Import Configuration dialog box to
choose how the Add-On Instruction and referenced components are
imported.
Tip: Rename an Add-On Instruction only if it has not been sealed with an instruction signature.
To rename an Add-On Instruction that has been source-protected, use the source key.
Use the Collision Details button to view the Property Compare tab, which
shows the differences between the two instructions, and the Project
References tab, which shows where the existing Add-On Instruction is used
and how the arguments are updated to locations where the existing Add-On
Instruction is called.
Update an Add-On To update an instruction to a later revision, import it from an L5X file or copy
it from an existing project. Update an Add-On Instruction only when offline.
Instruction to a later
revision using import
To update an Add-On Instruction to a later revision using import:
1. Select the Add-On Instruction folder and choose Import Add-On
Instruction.
2. Select the file with the Add-On Instruction and select Open.
3. From the Operation list on the Import Configuration dialog box,
choose Overwrite.
Tip: The Compare dialog box compares metadata for each instruction definition, such as
description, revision, or edited date. For effective revision control, enter a detailed revision
note in the Add-On Instructions Definition dialog box. To open the dialog box, right-click an
Add-On Instruction and select Open Definition.
The Project References tab shows a list of locations where the Add-On
Instruction is called, and for each location, shows how the arguments
in the Add-On Instruction will be updated to adapt to the new
parameters.
IMPORTANT If the logic calling the Add-On Instruction is within a source-protected routine,
and the key is not available, the arguments are not shown or updated. Instead,
the Location will be identified as Source Not Editable.
See also
Logix 5000 Controllers Add-On Instructions
Introduction This chapter explains export and import of tag-based alarms and alarm
definitions.
Create export files Tag-based alarms and alarm definitions can be exported to an XML file for
offline editing, and they are exported to the L5X file as part of a program,
routine, user-defined data type, or Add-On Instruction export.
Keep these considerations in mind when editing alarms and alarm definitions
in an XML file or in a spreadsheet:
• One message is exported for each alarm or alarm definition.
• Delete alarms and alarm definitions from the XML file, but those items
are not removed from the Logix Designer project when importing the
modified XML file.
Import alarms and After exporting alarms or alarm definitions to an XML file, import the file
into a project.
alarm definitions
Keep these consideration in mind when importing alarms and alarm
definitions from an XML file:
• If alarms and alarm definitions are deleted from the XML file, those
items are not removed from the Logix Designer project when
importing the modified XML file.
Import considerations Keep these considerations in mind when importing an XML file containing
alarms or alarm definitions:
• The import file must be an XML file. If the import file is not an XML
file, try opening the file in Excel and, in the Open XML dialog box,
select As an XML table. Then save the file as an XML file by selecting
XML data as the file type in the Save as dialog box.
• The XML file must be in the same alarm format as the exported file. If
it was corrupted somehow or incorrectly edited after it was exported,
try exporting the alarm list again and import the resulting XML file.
• The XML file must contain only the attributes that are recognized as
attributes of an alarm or an alarm definition, such as AckRequired,
Latched, and Severity. If an XML file is edited incorrectly after export,
an attribute might be altered to make it unrecognizable, or an
unknown attribute might be added. Remove or correct any
unrecognized attributes in the XML file.
• The XML file must contain only the elements that are recognized as
elements of an alarm or an alarm definition. If an XML file is edited
incorrectly after export, an attribute might be altered to make it
unrecognizable, or an unknown element might be added. In the alarm
import XML file, elements appear in angle brackets, such as
Export considerations Tags are not exported to an L5X file themselves, but they are exported to the
L5X file as part of a program, equipment phase, or Add-On Instruction export
(program-scoped tags with a program export, equipment phase-scoped tags
with an equipment phase export, and parameters and local tags with an
Add-On Instruction export).
Tags may also be exported to an L5X file as references from another
component being exported (controller-scoped tag references with a program
or equipment phase export or program-scoped and controller-scoped tag
references with a rung or routine export). The definitions for the referenced
tags are exported to the L5X file by default if they exist in the project.
When exporting logic, especially if it is intended for general use, be aware that
logic that references a bit member of a tag or member of a user-defined data
type tag cannot be replaced during import to reference another bit or
user-defined data type member. To connect the logic reference to another bit
or member of a tag, consider editing the logic before export so the reference is
to a full tag name (and alias if need be) so that the reference can be connected
to the desired tag on import.
Import considerations When importing a program, the program-scoped tags are imported with the
program automatically (the same as they are for equipment phase). When
importing an Add-On Instruction, the parameters and local tags are imported
with the Add-On Instruction automatically.
During program or equipment phase imports, referenced controller-scoped
tags may also be imported. For routine and rung imports, referenced tags may
be imported as well. Configure how referenced tags are imported during
import configuration. By default, referenced tags that collide with project
components are not imported.
Data exchange with other Import or export hardware diagrams to or from a standard file type to share
data between different software applications.
software applications
Import and export in the Logix Designer application support these file
formats:
• Web Ontology Language (OWL) uses an .rdf file to exchange data.
Recommended for the most rich data exchange with all Rockwell
Automation specific features identified for data exchange. The RDF
(Resource Description Framework) serves for data representation,
OWL (Web Ontology Language) builds on RDF and defines the
dictionary. Both are open standards for data exchange. They are used
as a basis for a Rockwell Automation specific data format.
Tip: When exchanging data between Rockwell Automation software applications, always use
the RDF file type.
• AutomationML (AML) uses an .aml file to exchange data.
AML is an open industry standard format dedicated to automation
usage. The AML specification includes a set of data structures
implemented in the application. This implementation enables
interoperability with other software applications that use the
AutomationML Automation Project Configuration format, such as
EPLAN Electric.
Some Rockwell Automation devices are only partially supported by the
AML format because they include capabilities that are not within the
scope of the current AML standard. When a product is partially
supported, it can be imported or exported, but may require some
additional configuration to reconfigure the unsupported features.
Check the Errors window in the Logix Designer application for details.
See also
Data exchange device support tables on page 35
Data exchange file type capabilities and limitations on page 33
Data exchange file type AutomationML (AML) is an XML-based data format for storing
automation-related data. Import and export AML and RDF within the Logix
capabilities and limitations Designer application.
Device properties
AML and RDF support storing a subset of device and tag properties. This table
identifies the properties that are stored for data exchange with the Logix
Designer application:
Device Property
All GUID
Name
Chassis, Modules in Chassis, Independent physical devices Catalog number
Position
Firmware version
IP address
Description
See also
Data exchange with other software applications on page 33
Data exchange device support tables on page 35
AutomationML web site (https://www.automationml.org)
Data exchange device Use the tables in this section to determine which form of data exchange is
supported by a Logix Designer application device. Devices included in a
support tables project that are not supported cannot be imported from or exported to an
RDF or AML file.
See also
Data exchange with other software applications on page 33
1715 Data exchange is not supported for 1715 communication, and digital and
analog input and output devices.
1719 Data exchange is not supported for 1719 communication, and digital and
analog, input and output devices.
1732 Data exchange is not supported for 1732 safety, communication, and digital
and analog input and output devices.
1734 POINT I/O Data exchange support for 1734 POINT I/O™ safety, communication, specialty,
and digital and analog input and output devices:
1738 Data exchange is not supported for 1738 communication, specialty, and
digital and analog input and output devices.
1746 Data exchange is not supported for 1746 specialty, and digital and analog
input and output devices.
1756 ControlLogix
Catalog Number or Product Family RDF AML
support support
1756 ControlLogix all chassis Yes3 Yes3
1756 ControlLogix all motion modules Partial Partial
1756 ControlLogix all specialty modules Partial Partial
1756 ControlLogix all redundancy modules Partial2 Partial2
1756 generic module Partial Partial
1756-A10 Yes3 Yes3
1756-A13 Yes3 Yes3
1756-A17 Yes 3
Yes3
1756-A4 Yes3 Yes3
1756-A4LXT Yes3 Yes3
1756-A5XT Yes3 Yes3
1756-A7 Yes 3
Yes3
1756-A7LXT Yes3 Yes3
1756-CFM No No
1756-CN2 Yes Yes
1756-CN2R Yes Yes
1756-CNB ControlLogix communication module Partial Partial
1756-CNBR Yes Yes
1756-DHRIO ControlLogix communication module No No
1756-DMA30 No No
1756-DMA31 No No
1756-DMA50 No No
1756-DMB30 No No
1756-DMD30 No No
1756-DMF30 No No
1756-DNB No No
1756-EN2F Yes Yes
1756-EN2T Yes Yes
1756-EN2TP Yes Yes
1756-EN2TR Yes Yes
1756-EN2TSC ControlLogix communication module Partial Partial
1756-EN3TR Yes Yes
1756-ENBT Yes Yes
1768 CompactLogix
Catalog Number or Product Family RDF AML
support support
1768 CompactLogix controllers, banks, power supplies and modules Yes Partial1
1768-L43 CompactLogix modules No No
1768-L43 DIN rail No No
1768-L43S No No
1768-L43S DIN rail No No
1768-L45 CompactLogix modules No No
1768-L45 DIN rail No No
1768-L45S No No
1768-L45S DIN rail No No
1768-CNB CompactLogix modules No No
1768-CNBR CompactLogix modules No No
1768-DIN CompactLogix modules Yes Yes
1768-ENBT CompactLogix modules No No
1768-EWEB CompactLogix modules No No
1768-M04SE CompactLogix modules No No
1768-MODULE CompactLogix generic module No No
1768-PA3 Yes Yes
1768-PB3 Yes Yes
1
Configuration relationships calculated during post-processing. Confirm that the configuration is correct
before committing the project.
2
RightRackSize property not supported.
1769 CompactLogix
Catalog Number or Product Family RDF AML
support support
1769 CompactLogix controllers, banks, and modules Partial1 Partial1
1769 CompactLogix all digital I/O modules Partial1 Partial1
1769 CompactLogix all analog I/O modules Partial1 Partial1
1769 CompactLogix all specialty modules Partial 1
Partial1
1769 CompactLogix generic module Partial1 Partial1
1769-L16ER-BB1B CompactLogix controller Partial 1
Partial1
1769-L18ER-BB1B CompactLogix controller Partial1 Partial1
1769-L18ERM-BB1B CompactLogix controller Partial 1
Partial1
1769-L19ER-BB1B CompactLogix controller Partial1 Partial1
1769-L20 No No
1769-L23* CompactLogix controllers Partial1 Partial1
1769-L24* CompactLogix controllers Partial 1
Partial1
1769-L27ERM-QBFC1B CompactLogix controllers Partial1 Partial1
1783 Stratix
Catalog Number or Product Family RDF AML
support support
1783 Stratix® 2000 switches Yes Yes
1783 Stratix® 5400 switches Partial1 Partial1
1783 Stratix® 5700 switches Partial1 Partial1
1783-BMS06* Yes Yes
1783-BMS010* Yes Yes
1783-BMS12T4E2CGL Stratix 5700 switch Partial1 Partial1
1783-BMS12T4E2CGNK Stratix 5700 switch Partial1 Partial1
1783-BMS12T4E2CGP Stratix 5700 switch Partial 1
Partial1
1783-BMS20* Yes Yes
1783-BMS4S2SGA Stratix 5700 switch Partial1 Partial1
1783-BMS4S2SGL Stratix 5700 switch Partial1 Partial1
1783 Stratix 6000 switches Partial1 Partial1
1783 Stratix 8000 switches Partial1 Partial1
1783 Stratix 8300 switches Partial 1
Partial1
1783-EMS04T Partial2 Partial2
1783-EMS08T Partial2 Partial2
1794 FLEX I/O Data exchange support for 1794 FLEX™ I/O devices:
1797
Catalog Number or Product Family RDF AML
support support
1797-ACNR15 Yes Yes
1797-IBN16 No No
1797-IE8* No No
1797-IJ2 No No
1797-IRT8 No No
1797-OB4D No No
1797-OE8 No No
1797-PS* Yes 1
Yes1
1797-TB* Yes2 Yes2
*
All devices of type
1
Power Supply ignored
2
Terminal Base Unit ignored
20-750
Catalog Number or Product Family RDF AML
support support
20-750-ENETR* Yes Yes
20-750-S* Ye Yes
20-750-S1* Yes Yes
*
PowerFlex peripheral
5069 CompactLogix
Catalog Number or Product Family RDF AML
support support
5069 CompactLogix controllers, banks and modules Partial1 Partial1
5069-AENTR Partial2 Partial2
5069-AEN2TR communication module Partial 2
Partial2
5069-ARM Yes Yes
5069-ECR Yes3 Yes3
Communication
Catalog Number or Product Family RDF AML
support support
100-1167-001 No No
1440-ACNR No No
2PCA-7844-B101 No No
56AMXN No No
ACT350 EtherNet/IP™ No No
ACT350-2P EtherNet/IP No No
Bus Module No No
Checker 4G1 No No
Checker 4G7 No No
CompactBus No No
CONTROLNET-MODULE No No
DACS EtherNet/IP Adapter No No
DataMan 200 Series No No
DataMan 500 Series No No
DataMan 8000 Series No No
DPI to EtherNet/IP Data exchange is not supported for DPI™ to EtherNet/IP devices.
Drives
Catalog Number or Product Family RDF AML
support support
1305-ACDrive-CN1 No No
1305-ACDrive-EN1 No No
1336E-IMPACTDrive-CN1 No No
1336E-IMPACTDrive-EN1 No No
1336F-PLUSIIDrive-CN1 No No
1336F-PLUSIIDrive-EN1 No No
1336R-REGENBrake-CN1 No No
1336R-REGENBrake-EN1 No No
1336S-PLUSDriveLG-CN1 No No
1336S-PLUSDriveLG-EN1 No No
1336S-PLUSDriveSM-CN1 No No
1336S-PLUSDriveSM-EN1 No No
1336T No No
1336T-FORCEDriveCNA-CN1 No No
1336T-FORCEDriveCNA-EN1 No No
1336T-FORCEDrivePLC-CN1 No No
1336T-FORCEDrivePLC-EN1 No No
1336T-FORCEDriveStd-CN1 No No
1336T-FORCEDriveStd-EN1 No No
1394C-SJT05-D No No
1394C-SJT10-D No No
1394C-SJT22-D No No
1395 No No
1397DigitalDCDrive-CN1 No No
1397DigitalDCDrive-EN1 No No
150-SMC Flex-C No No
150-SMC Flex-E No No
150-SMC Flex-ER No No
150-SMC Flex-Q No No
150-SMCDialogPlus--CN1 No No
150-SMCDialogPlus--EN1 No No
2098-DSD* No No
2099-BM* No No
2364F-RGU* No No
Embedded
Catalog Number or Product Family RDF AML
support support
Embedded Compact, analog, output No No
Embedded POINT I/O™ Yes Yes
Embedded Compact, specialty No No
Embedded Compact, digital, input, output No No
Embedded HSC Yes Yes
Embedded IF4XOF2 Yes Yes
Embedded IQ16F Yes Yes
Embedded 0B16 Yes Yes
Motion
Catalog Number or Product Family RDF AML
support support
2094-SEPM-B24-S No No
842-CM-M No No
MPI to EtherNet/IP Data exchange is not supported for MPI to EtherNet/IP devices.
PowerFlex
Catalog Number or Product Family RDF AML
support support
22C... No No
22N... No No
25* Yes Yes
PowerFlex 523 drives Partial 12
Partial1 2
PowerFlex 525 drives Partial 13
Partial1 3
PowerFlex 527-STO CIP Safety™ drive Partial1 Partial1
PowerFlex 700 No No
PowerFlex 753 drives Partial 14
Partial1 4
PowerFlex 755 drives Partial 15
Partial1 5
DriveLogix™ 57* No No
PowerFlex 4 Class Multi* No No
PowerFlex 400* No No
Specialty
Catalog Number or Product Family RDF AML
support support
124x No No
1440-DYN02-01RJ No No
1444-DYN04-01RA No No
1642 No No
2198-ABQE No No
3202 No No
3204 No No
3401 - 3401L No No
Other
Catalog Number or Product Family RDF AML
support support
Logix Designer projects Partial1 Partial1
Generic switches Yes Yes
Ethernet switches - Generic Yes Yes
Generic computers Partial2 Partial2
PanelView Plus graphic terminals Yes Yes
MobileView mobile terminals Yes Yes
FactoryTalk View applications or servers No No
Graphics No No
Files No No
Text Boxes No No
Index program 31
routine 31
rungs 31
tag 31
user-defined data type 31
A user-defined string type 31
exportIXexport 19
Add-On Instruction 19
alarms 27 I
C import
Add-On Instruction 19
collision configuration 23
import 23, 24 considerations 22
communication timeouts 22 equipment phase 15
compare instructions 24 local tag 31
component parameter 31
configuration 23 program 15
configuration routine 13
components 23 rungs 11
import 23 tag 31
options 22 user-defined data type 17
considerations user-defined string type 17
import 22 Import Configuration dialog box 24
import considerations
D equipment phase 22
local tag 22
data exchange parameter 22
support tables 36, 38, 41, 42, 43, 45, 46, program 22
47, 49, 50, 51, 53, 54 routine 22
rungs 22
E tag 22
equipment phase 15 user-defined data type 22
user-defined string type 22
export considerations 31
import considerations 22 importIXimport 22
export
L
Add-On Instruction 19
equipment phase 15 local tag
local tag 31 export considerations 31
parameter 31 import considerations 22
program 15
routine 13 P
rungs 11
parameter
tag 31
user-defined data type 17 export considerations 31
user-defined string type 17 import considerations 22
export considerations program 15
equipment phase 31 export considerations 31
R
routine 13
export considerations 31
import considerations 22
rungs 11
export considerations 31
import considerations 22
S
safety Add-On Instruction
import 22
safety task signature 22
T
tag 31
export considerations 31
import considerations 22
U
update Add-On Instruction revision 24
user-defined data type 17
export considerations 31
import considerations 22
user-defined string type 17
export considerations 31
import considerations 22
Literature Library Find installation instructions, manuals, brochures, and technical data publications. rok.auto/literature
Product Compatibility and Download Center Get help determining how products interact, check features and capabilities, and rok.auto/pcdc
(PCDC) find associated firmware.
Documentation feedback
Your comments help us serve your documentation needs better. If you have any suggestions on how to improve our content, complete the form at
rok.auto/docfeedback.
Rockwell Automation maintains current product environmental information on its website at rok.auto/pec.
Allen-Bradley, expanding human possibility, Logix, Rockwell Automation, and Rockwell Software are trademarks of Rockwell Automation, Inc.
Trademarks not belonging to Rockwell Automation are property of their respective companies.
Rockwell Otomayson Ticaret A.Ş. Kar Plaza İş Merkezi E Blok Kat:6 34752, İçerenkÖy, İstanbul, Tel: +90 (216) 5698400 EEE YÖnetmeliğine Uygundur