You are on page 1of 39

RSLogix 5000 Release 17.

00

Copyright 2008 Rockwell Automation, Inc. All rights reserved.

Logix V17 Extensions


Software Extensions
Partial Import / Export of Routines and Programs Full Project XML (L5X) Import/Export Offline Partial Import of Modified UDT with Data Preservation Runtime Partial Import of Routines, Programs, and NEW Add-On-Instructions Multi-Lingual project documentation with Language Switching Controller on-line project change logging

Reporting
Controller Organizer Report

Usability Extensions
Forcing and Toggle Bit Added to Quick Watch Window Tag Monitor Enhancement - Alarm Grid Display Mode Search Item Browser Supports Tag Name Typeahead ControlFlash v7.0 Enhancements Coordinated System Time (CST) Master Existence Check On Download Tags Descriptions Length Extended Produced / Consumed Tag Status Verification Warning If Forces Are Present Verification Warning If AFI Are Present System Install Enhancements Start Page Enhancements Decorated Data Support in L5X Import/Export Files RSLogix 5000 Professional Concurrent RSLogix 5000 Standard Concurrent RSLogix 5000 Professional Changes Microsoft Windows Vista Support

Programming Languages Enhancements


LD Instruction Parameter Display Optimization Options FBD Advanced Process Control Blocks (Smith Predictor, Coordinated Control, Multivariable control) SFR Instruction Filters Routine Types and Step Names Option to hold SFC Step / Action Timer Acc when chart is paused SFC Chart Paused State Via GSV Instruction Tags Description Added to Tooltips in FBD Editor GuardLogix SIL 3 Instructions Extensions

Miscellaneouos

Motion Enhancements
Motion multi-axis programmable Jerk MCD and MCCD Motion Instructions Enhancements

RSI Integration
FactoryTalk AssetCentre Archive Check-In/Out RSLogix Architect Library Management
2

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

Logix V17 Extensions Continued


New Network and I/O Module Profiles
Flex 1794-IJ2I Isolated Counter Flex 1794- IF4XOF4I 4pt In / 4pt Out Combination Isolated Analog Flex 1794-IG16, OG16, IH16, IV32, OV32, IM16, OM16 Flex 1794-IT8/B, 1794-IR8/B, 1794-IF8I and 1794-OF8I ControlLogix 1756-EN2F Major rev 2 ControlLogix 1756-CFM Counter Major Rev 2 (Config output based on freq) ControlLogix 1756-OB8I 8pt Isolated DC Output 1768 Compact Generic Config Profile 1757-FFLDC ControlNet to Foundation Fieldbus Linking Device Adding PowerFlex 7 & 4 Drives On-line on EtherNet/IP and ControlNet Thin profiles for Flex IO modules (1794IF8IH/B, 1794-OF8IH/B, 1794-IE8H/B, 1794OE8H/B, 1797-IE8H/B, 1797-OE8H/B) 1797-ACNR15 Major rev 5

Controller Support
ControlLogix 1756-L65 32MB Memory Controller GuardLogix 1756-L63S Controller CompactLogix 1769-L2x Controllers Removal of ControlLogix 1756-L55 and FlexLogix 1794-L34B Controller

Other
StratixTM Industrial Switch Portfolio CIP Sync support on 1756-EN2T Unicast Produced/Consumed Tags for EtherNet/IP Generic Modules CIP Generic Module COMM Format of None Cyclic EDT support for flex adapters (1794ACN, 1794-ACNR, 1794-AENT, 1797-ACNR)

Tools
Logix5000 Update Tool DELMIA Automation Bi-Directional Synchronization Utility

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

Program & Routine Partial Import / Export


V17 provides ability to export Programs, Phases and Routines
Similar to the V13 LD Rung Partial Import/Export Includes support for FBD,SFC and ST

The export .L5X file includes all pertinent information


Program configuration, code, user defined data-types, tags and descriptions XML formatted ASCII text file Distribute code separately from the RSLogix 5000 Project .ACD file The file can be manipulated and even created by other tools

Create larger libraries of reusable code


Provides more control over the scope of what will be extracted from the project Useful for larger machine, cell or unit control Promotes standardization and reuse

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

Importing into a project


To import, select the previously exported Add-On Instruction, program, phase, routine, or UDT you wish to use in your running project and click on Import...

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

Import Configuration dialog


Provides a listing of all components which will be imported and whether they conflict with existing components already in the running project. Allows you to resolve conflicts when collisions occur.

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

Off-line Partial Import of Modified UDT with Data Preservation


With release V16, we allowed you to import/export a UDT to an XML file
However, only new UDTs could be imported
Old UDT

With V17, we are extending this functionality by allowing existing UDTs to be imported while maintaining existing members data values
Data values will be maintained when: Inserting/adding members Deleting members Rearranging (moving) members Renaming members Changing the data types of members Data values for members renamed and moved will not be maintained
Added member Added Member Added Member leaves existing data values unchanged

Improves user experience by allowing easy UDT maintenance off-line


Updated UDT
5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 8

Runtime Partial Import


V17 Provides ability to import Programs, Routines and NEW Add-on Instructions on-line with a running controller
NEW programs, routines and add-on instructions can be added Existing Programs and routines can be replaced New tags and UDTs are created as needed Name collisions are detected automatically and user prompted to rename or bind to existing components The data values in the controller are maintained and new tags will have their values initialized from the import file
NEW Add-on Tags Instruction User-Defined Routine Datatype Program Data .L5X File

Permits ability to manipulate code off-line and deliver to controller later


...vs. on-line editing where you must be connected With some extra effort, existing Add-on Instructions can be replaced

Must use the following versions of RSLinx to use this feature


RSLinx Classic V2.54.00 or greater RSLinx Enterprise V5.17.00 or greater

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

Runtime Detection of Controller Modifications


With V17, the 1756 ControlLogix L6x1 and GuardLogix L6xS1 Controllers track on-line changes via an internal log and with change counters
Logs type of change and PC Identity of user making the change Stores a list of changes to CompactFlash card for later review Programmatically accessible (GSV Instruction) counters increment when a user modifies a running controller

Provide indication that changes have occurred and post mortem of where the changes are and by whom via the log Valuable for FDA regulated applications that need to know the applications has been modified
Change Change Log Counters
1

Initially Limited to ControlLogix L6x and GuardLogix L6xS Controllers


Copyright 2008 Rockwell Automation Inc., All Rights Reserved 12

5/9/2012

New Advanced Process Control Instructions


RSLogix 5000 V17 provides three new optional advanced process control (APC) instructions
Internal Model Control (IMC) Compares actual process error against error calculated by an internal first order lag plus deadtime model Coordinated Control (CC) - Controls a single process variable by manipulating as many as three different outputs Modular Multivariable Control (MMC) - Controls two process variables to their setpoints using up to three controller outputs Useful for applications with multiple interacting inputs/outputs or with long deadtimes
0.0 PV 0.0 SPProg 0.0 SPCascade 0.0 0.0 0.0 RatioProg 0.0
PV

IMC_01 IMC Internal Model Control 0.0 CVEU


CC_01 0.0

...

SP

CC

...

ProgOper
Coordinated Control 0

CasRat 0 Auto 0 0 0
0.0 0.0 0.0
CV1EU CV2EU

0.0 0.0 0.0 CV3EU 0.0 SP 0 ProgOper 0 CV1Auto 0 CV2Auto 0 CV3Auto 0 0 0 0 CV1Override 0 CV2Override 0 CV3Override

0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0

Instructions purchased separately and licensed per use


9324-RLDAPCENE provides a license to use the instructions in RSLogix 5000 and provides a license to use them in a single Logix controller - $3,000 US List Price 9324-RLDAPCCLENE - provides a license to use the instructions in an additional controller (honor system for run-time license, may change in the future) - $1,000 US List Price

SPProg 0.0 HandFB MMC_01 CV1Prog Manual 0 0.0 MMC ProgProgReq CV2Prog Override ... 0 0 CV3Prog ProgOperReq Hand Modular Multivariable Control 0 0 ProgProgReq ProgCasRatReq 0 PV1 CV1EU 0 ProgOperReq 0 PV2 CV2EU ProgAutoReq ProgCV1AutoReq 0 0 SP1Prog CV3EU ProgManualReq ProgCV2AutoReq 0SP2Prog 0 SP1 ProgOverrideReq ProgCV3AutoReq 0 0CV1Prog SP2 ProgHandReq ProgCV1ManualReq 0 CV2Prog ProgOper ProgCV2ManualReq 0 CV3Prog CV1Auto ProgCV3ManualReq 0 ProgProgReq CV2Auto ProgCV1OverrideReq 0 ProgOperReq CV3Auto ProgCV2OverrideReq 0 ProgCV1AutoReq ProgCV3OverrideReq CV1Manual

CVProg 0.0

0.0 CV1Manual 0.0 CV2Manual 0 0 0 0 0 0


CV3Manual

ProgCV2AutoReq 0 ProgCV3AutoReq 0 ProgCV1ManualReq 0 ProgCV2ManualReq 0 ProgCV3ManualReq 0 ProgCV1OverrideReq 0 ProgCV2OverrideReq 0 ProgCV3OverrideReq

CV2Manual 0 CV3Manual 0 CV1Override 0 CV2Override 0 CV3Override

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

15

GuardLogix V17 Safety Enhancements


20 TV / BG Certified Safety Application Instructions
9 Metal Forming Instructions (BG) 3 Muting Instructions (Light Curtains) 6 New Dual Channel Instructions Safety Mat 8 Position Mode Switch

More Information
5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 23

IA Safety Accelerator System Design Guidelines/Tools


A safety control system methodology assisting in device configuration and supporting safety logic tasks. A device selection guide based on safety requirements.

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

27

IA Safety Toolkit Preconfigured Status and Diagnostic Faceplates/AOIs


FactoryTalk View Faceplates for GuardLogix Controller and Safety I/O Blocks including companion Logix AddOn Instructions.
Preconfigured Faceplate

Companion Add-On Instruction

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

28

ControlFlash V7.0 Simplifies Firmware Management


Allows ControlFlash to run with no GUI Reduce training requirements of technicians Improve time to commission a machine or performing field upgrades Command Line Execution Allows command line execution of ControlFlash for simple Batch File flashing or custom VB app Script Execution Allows creation of an ASCII script for ControlFlash to follow when commissioning or upgrading a machine Script lists the Modules to flash, firmware revs, and path requirements Multi- Threaded to allow ControlFlash to flash up to 5 modules simultaneously for improved performance Success/Fail Programmatic Feedback Return strings for command line execution as well as History Log file for interrogation of success/fail flash events

Example of custom VB application

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

37

Tags Descriptions Length Extended


Up to v16 of RSLogix 5000, tags description may have been represented with a maximum of 128 characters in length With release v17, we are extending the maximum number of characters to 512
Maximum length applies also to Unicode characters

Allows for extended descriptions or descriptions in multiple localized languages for the same tag

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

39

Verification Warning If Forces Are Present


In release v17, we are adding the option in the software to warn the user during verification and download that forces are present in the project The option is enabled by default Provides users with more detailed information on application during debugging and maintenance
5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 41

Verification Warning If AFI Are Present


In release v17, we are adding the option in the software to warn the user during verification and download that AFI (Always False Instruction) instructions are present in the project The option is enabled by default Provides users with more detailed information on application during debugging and maintenance
5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 42

RSLogix 5000 System Install Enhancement


System install introduced in v16 is being enhanced in release v17 to allow for installation of other RS products
RSLogix 5000 label indicates that this is the first disc to install Customer picks RS Products, components, firmware kits and tools to install and they are automatically installed in the right order

Reduces the total time to install and improves user experience

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

43

FactoryTalk Activation Grace Period


RSLogix 5000 v16.03 added support for FactoryTalk Activation (FTA) Grace Period
Allows you to run software at full functionality for 7 days w/o an activation Addresses cases where you cannot immediately get an FTA (no web or no phone) or have lost it

The RSLogix 5000 install validates the products serial # so that it can enable the correct Edition functionality while in Grace Period
An invalid serial # will set the RSLogix 5000 functionality equal to that of RSLogix 5000 Service Edition Note: the software will run as long as a valid activation is detected regardless of the correctness of the serial #

In v17, we have enhanced the warning dialog when an incorrect serial # is entered during install to better clarify this functionality and streamline the install process
5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 47

RSLogix 5000 Professional Concurrent


With release v17, an additional RSLogix 5000 Professional Edition will be available with concurrent licensing
Catalog #: 9324-RLD700NXxxF Concurrent license pricing US $7,720 per seat For upgrades use the Step Forward program Concurrent license will apply to earlier versions v10 through v16 Earlier <v10 RSLogix 5000 versions use one license per instance

Concurrent license will apply to RS products in bundle


RSNetWorx 9.x and higher, RSLogix Architect v3.x and higher, and RSLogix Emulate 5000

Software is designed to grab highest functionality license first


I.e.; if Standard, Full and Professional Concurrent licenses are available on the FT Activation server, RSLogix 5000 will grab highest functionality license first
Replace xx" in the catalog number with the appropriate language designation: DE = German, EN = English, ES = Spanish, FR = French, IT = Italian, JP = Japanese, KO = Korean, PT = Portuguese, and ZH = Chinese

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

48

RSLogix 5000 Standard Concurrent


With release v17, an additional RSLogix 5000 Standard Edition will be available with concurrent licensing
Catalog #: 9324-RLD300xxF Concurrent license pricing US $3,320 per seat For upgrades use the Step Forward program Concurrent license will apply to earlier versions v10 through v16 Earlier <v10 RSLogix 5000 versions use one license per instance

Software is designed to grab highest functionality license first


I.e.; if Standard, Full and Professional Concurrent licenses are available on the FT Activation server, RSLogix 5000 will grab highest functionality license first

Replace xx" in the catalog number with the appropriate language designation: DE = German, EN = English, ES = Spanish, FR = French, IT = Italian, JP = Japanese, KO = Korean, PT = Portuguese, and ZH = Chinese

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

49

RSLogix 5000 Professional Edition Changes


With release v17, we will include RSLinx Classic Lite with RSLogix 5000 Professional instead of OEM
This is because of technical constraints when using FT Activation with bundled products that allow concurrent and borrowing licensing

Existing RSLinx Classic Professional and OEM customers under support will still be able to upgrade their software as needed

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

50

Microsoft Windows Vista Support


RSLogix 5000 Version 17 will be the first version officially tested / validated to run on Windows Vista (32bit) + SP1 (Service Pack 1)
The following Vista Editions will be used during the testing: Windows Vista Home Basic Windows Vista Business Other Vista Editions are expected to support RSLogix 5000, but will not be formally validated

It is uncertain at this time if there are any issues that need to be addressed that would prevent earlier RSLogix versions from operating on Vista
If changes to RSLogix 5000 are required, we will have to review them on a case by case basis to determine how to deal with previous releases (V13 thru 16)

A Vista compatible version of RSLinx Classic will also be released in conjunction with RSLogix 5000 V17
However, drivers for ISA bus communication cards will be removed from this version

FBD ActiveX faceplates will not be Vista Compatible


Use FactoryTalk View SE/ME FBD Global Objects instead

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

51

FactoryTalk AssetCentre Archive Project Checkin/out


RSLogix 5000 Is being updated to support the FactoryTalk AssetCentre Archive
New Source Control main menu option provides navigation to tools New Source Control icon on Open file dialog to permit easy selection of archived file. Dialogs prompt for comments when files are extracted from or replaced to the Archive

Improves source control tracking of RSLogix 5000 projects


Tracking of access and changes to files Provides piece of mind that you have the proper file when needed

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

52

Adding PowerFlex 7 & 4 Drives On-line


With RSLogix 5000 v16, we provided integrated profiles for the configuration of PowerFlex 7 and 4 class drives With v17, these profiles have been enhanced to allow on-line addition of drives on EtherNet/IP and ControlNet in a running system
Requires drives AOP v2.01 (Sept. 08) ControlNet requires 20-COMM-C/-Q (v2.007) and 22-COMM-C (v1.005) firmware revision

Applies to all Logix5000 platforms Allows system expansion without having to shutdown controller and/or network Very important for process applications

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

62

Drive AOPs v2.01 (September 2008 Release)


Features:
New profiles: PowerFlex 755
Includes DeviceLogix support

PowerFlex 4-Class Multi-Drive PowerFlex 7000-2 New wizards: PowerFlex 755 Startup Add I/O online EtherNet/IP ControlNet
Requires 20-COMM-C/-Q (v2.007) and 22-COMM-C (v1.005) firmware modification to allow control via unscheduled messaging

RSLinx path splicing Automatically provides the PC-to-Drive RSLinx path so the user does not have to find the drive in a Who window to perform an upload / download
63

ControlLogix L65 Series B


The 1756-L65 Series B controller is an extension of the L6x family of controllers
Supports 32 MB of user memory

Shares the benefits of the L6x series B hardware


New battery architecture leverages flash technology to greatly improve battery life (battery life will be slightly reduced due to more memory) CompactFlash card socket is moved to front of controller

Supported with V17 firmware Targeted to be available in conjunction with v17 release
Initially limited to non-redundant systems till V17.5x redundancy release is available

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

64

GuardLogix L63S Series B Controller


New GuardLogix 1756 L63S Controller
8.0M Standard Memory 3.75M Safety Memory Extends the family L61S and L62S supported with V14 and V16

Programmatic GSV access to Safety Signature Targeted to be available in conjunction with V17 release

More Information
5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 65

CompactLogix 1769-L23
Expands Logix technology to the smaller applications High functionality in a small package Packaged to lower acquisition cost and simpler configuration Available EtherNet/IP integrated ports for world class connectivity Embedded I/O is pre-configured in RSLogix 5000 for ease of use Expandable, with 2 local I/O cards and networked I/O Ideal for Logix users in need of lower price controller for small applications Support of advanced IA features like Alarms and Events, Drives Premier Integration or Phase Manager Database integration with FactoryTalk View and PanelView Plus.
5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 70

New CompactLogix 1769-L23 Product Family


Logix Inside, programmed with RSLogix 5000 Embedded options for I/O, Discrete, Analog and HSC

Built In Serial and Ethernet/IP Port Embedded 24VDC Power Supply

Expand with up to 2 adittional 1769 Compact I/O modules

The new Logix packaged controller for smaller Integrated Architecture implementations
5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 71

L23 Controllers Specification Summary

Cat. Number Embedded Communication Ports EtherNet/IP Connections Memory Embedded I/O (pre-configured in Logix 5000) Expansion Project Structure

1769-L23E-QB1B
Isolated Serial EtherNet/IP with (MSG + I/O)

1769-L23-QBFC1B
Isolated Serial Non-Isolated Serial

1769-L23E-QBFC1B
Isolated Serial EtherNet/IP with (MSG + I/O)

8 TCP/IP 32 CIP

n/a

8 TCP/IP 32 CIP

512 KB 16 DC in, 16 DC out

512 KB 16 DC in, 16 DC out, 4 Analog in, 2 Analog out. 4 High speed counters (250KHz)

512 KB 16 DC in, 16 DC out, 4 Analog in, 2 Analog out. 4 High speed counters (250KHz)

2 Additional 1769 I/O modules OR 1 1769 Comm Module 3 Tasks Continuous, Periodic or Event All (LD, FBD, ST and SFC) Same as L31 Same as L31

2 Additional 1769 I/O modules OR 1 1769 Comm Module 3 Tasks Continuous, Periodic or Event All (LD, FBD, ST and SFC) Same as L31 Same as L31

2 Additional 1769 I/O modules OR 1 1769 Comm Module 3 Tasks Continuous, Periodic or Event

Languages Alarms & Events PhaseManager Support


5/9/2012

All (LD, FBD, ST and SFC) Same as L31 Same as L31 72

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

CompactLogix 1769-L23 & RSLogix 5000


Embedded EtherNet/IP port and I/O are pre-populated when selecting L23 controllers in Logix 5000 Simplified experience for the customer (Only add expansion or remote IO)

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

73

Removal of ControlLogix L55 and FlexLogix L34 Controllers from RSLogix 5000 V17
These controllers are in Silver Series designation effective December 31, 2007 with a last-time-buy deadline of December 31, 2008
See additional information on: http://www.ab.com/silver/controllogix.html and http://www.ab.com/silver/flexlogix.html

The last version of firmware for the L55 and L34 controllers was V16
With V17, the firmware would no longer fit within the L34 and L55 controllers With Logix most of the firmware content is shared across all controllers The firmware grows in sized with each release as new functionality is added The ControlLogix 1756-L55 controller was initially released with V7 in Dec 15, 2000 The FlexLogix 1794-L34 controller was initially released with V6 Aug 31, 2000

The L55 and L34 can continue to operate with newer controllers
Communications via messaging and Produced / Consumed Tags RSLogix 5000 Side-by-side install / Multiple Revision Support permits continued access and maintenance
5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 74

StratixTM Industrial Switch Portfolio


Stratix 8000 - Modular Managed with Cisco Technology
Optimized for the Enterprise and Plant Floor IT Friendly - Cisco operating system, feature set and user interface Engineer Friendly RSLogix 5000 configuration, Logix tags and FactoryTalk View faceplates

Stratix 6000 - Fixed Managed


Optimized for the Plant Floor Engineer Friendly RSLogix 5000 configuration, Logix tags and FactoryTalk View faceplates

Stratix - Embedded Technology


Two Ethernet ports embedded in Rockwell Automation product Enables high speed ring and linear topologies No configuration required Initial Release: Stratix 4000 3-port tap 1756-EN2TR ControlLogix bridge module Linear or Ring

Stratix 2000 - Fixed Unmanaged


Compact size IP20 and IP67 versions No configuration required

Physical Media - cables, connectors, cordsets

Flexible Choices Managed, Unmanaged and Embedded


5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 75

What is CIP Sync?


System-wide Time synchronization for CIP-based Networks
CIP Sync = CIP Network + IEEE-1588 First Release on 1756-EN2T (V2.0 firmware)

Provides common time reference for the ControlLogix Architecture over UNMODIFIED standard Ethernet hardware to 100nanoseconds Multi-Master time network self arbitrates for best time source Wide application base
Simplified Controller Clock Setting Alarms and Events Coordinated outputs SOE First Fault Detection History Logging to DB for event re-creation and simulation Global System Motion Registration
5/9/2012
Time Sync Object

PTP Clock

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

76

Logix5000 Data Preserve Tool


Prior to V17, a project download caused the tags values in a controller to be reset to the off-line project values However, there are instances where customers would like to preserve data existing in a controller before doing a download (i.e., recipe or production information) With V17, this new tool provides the ability to backup up and restore controller data while performing a project download
Free tool available on V17 RSLogix 5000 CD Once installed the tool adds itself to the RSLogix 5000 Tools Menu Requires RSLogix 5000 to perform the download

Tool is backward compatible back to release v15 of RSLogix 5000


5/9/2012 Copyright 2008 Rockwell Automation Inc., All Rights Reserved 79

RSLogix 5000 Packages / Options


RSLogix 5000 Enterprise Series bundles / options Service Edition3 9324RLD000ENE All3 View Only View Only Mini Edition 9324RLD200ENE Lite Edition 9324RLD250ENE Standard Edition 9324RLD300ENE All Included Separate Option Separate Option Separate Option Separate Option Separate Option Separate Option Separate Option Standard/NetWorx 9324RLD300NXENE Full Edition2 9324RLD600ENE Professional 9324RLD700NXENE

Logix5000 Controllers Supported Ladder Diagram Function Block Diagram1 9324-RLDFBDENE Sequential Function Chart1 & 8 9324-RLDSFCE Structured Text1 9324-RLDSTXE Safety1 & 6 9324-RLDGLXE PhaseManager1 & 5 9324-RLDPME Emulate 5000 9310-WED200ENE PIDE Autotune 9323-ATUNEENE

CompactLogix FlexLogix Included Separate Option

CompactLogix FlexLogix Included Included

All Included Separate Option

All2 Included Included4

All Included Included4

View Only

Separate Option

Included

Separate Option

Included4

Included4

View Only View Only View Only Separate Option Separate Option

Separate Option n/a Separate Option n/a Separate Option

Included n/a Separate Option n/a Separate Option

Separate Option Separate Option Separate Option Separate Option Separate Option

Included4 Included4 Included4 Separate Option Included7

Included4 Included4 Included4 Included Included4

1. Able to upload and download without option. Must purchase option to view, edit and print routines in this language 2. Full Edition supports controllers running V10 and higher 3. Service Edition supports controllers running V12 and higher 4. Must be installed on same PC as RSLogix 5000 5. PhaseManager supported in V15 and higher

6. 7. 8.

Standard Task functionality remains the same PIDE Autotune supported V16 and higher Requires Structured Text option to program ST assignments in SFC actions

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

83

RSLogix 5000 Packages / Options (cont.)


RSLogix 5000 Enterprise Series bundles / options Integrated-Motion support RSLinx RSNetWorx CNet, DNet, and ENet 9357ANETL3 RSLogix Architect 9326-LGXARCHENE Drive Executive Lite 9303-4DTE01ENE RSLogix 5000 FuzzyDesigner 9324-RLDFZYENE Mobile license Concurrent license Service Edition3 9324RLD000ENE View Only Lite Included Separate Option Mini Edition 9324RLD200ENE n/a Lite Included Separate Option Separate Option Separate Option Separate Option Lite Edition 9324RLD250ENE Included7 Lite Included Separate Option Standard Edition 9324RLD300ENE Included Lite Included Separate Option Standard/NetWorx 9324RLD300NXENE Included Lite Included Included4 Full Edition2 9324RLD600ENE Included Lite Included Separate Option Separate Option Included Separate Option Professional 9324RLD700NXENE Included Lite Included Included4

Separate Option Separate Option n/a

Separate Option Separate Option Separate Option

Separate Option Included Separate Option

Separate Option Included Separate Option

Included4 Included Separate Option

Separate Option n/a

Separate Option n/a

Separate Option n/a

Separate Option Available (9324RLD300xxF8)

Separate Option n/a

Separate Option Available (9324RLD600xxF8)

Separate Option Available (9324RLD700NXxxF8)

1. 2. 3.

Able to upload and download without option. Must purchase option to view, edit and print routines in this language Full Edition supports controllers running V10 and higher Service Edition supports controllers running V12 and higher

4. 5. 6. 7. 8.

Must be installed on same PC as RSLogix 5000 PhaseManager supported in V15 and higher Standard Task functionality remains the same Motion supported in V16 and higher Software is designed to grab highest functionality license first I.e.; if Standard, Full and Professional Concurrent licenses are available on the FT Activation server, RSLogix 5000 will grab highest functionality license first 84

5/9/2012

Copyright 2008 Rockwell Automation Inc., All Rights Reserved

Questions?

Copyright 2008 Rockwell Automation, Inc. All rights reserved.

You might also like