rslogix5000_v17_20080620.ppt

39
2008 Rockwell Automation, Inc. All rights reserved. RSLogix 5000 Release 17.00

Upload: jgjr2000

Post on 03-Nov-2014

114 views

Category:

Documents


6 download

TRANSCRIPT

Page 1: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation, Inc. All rights reserved.

RSLogix 5000 Release 17.00

Page 2: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 204/08/23

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 Pres

ervation– Runtime Partial Import of Routines, Programs, and N

EW Add-On-Instructions– Multi-Lingual project documentation with Language S

witching– Controller on-line project change logging

• Programming Languages Enhancements– LD Instruction Parameter Display Optimization Optio

ns– FBD Advanced Process Control Blocks (Smith Predi

ctor, Coordinated Control, Multivariable control) – SFR Instruction Filters Routine Types and Step Nam

es– Option to hold SFC Step / Action Timer “Acc” when c

hart is paused– SFC Chart Paused State Via GSV Instruction– Tag’s Description Added to Tooltips in FBD Editor– GuardLogix SIL 3 Instructions Extensions

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

• 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– Tag’s 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

• Miscellaneouos– RSLogix 5000 Professional Concurrent– RSLogix 5000 Standard Concurrent– RSLogix 5000 Professional Changes– Microsoft Windows Vista Support

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

Page 3: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 304/08/23

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 (1794-

IF8IH/B, 1794-OF8IH/B, 1794-IE8H/B, 1794-OE8H/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 (1794-

ACN, 1794-ACNR, 1794-AENT, 1797-ACNR)• Tools

– Logix5000 Update Tool– DELMIA Automation Bi-Directional

Synchronization Utility

Page 4: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 404/08/23

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

Page 5: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 504/08/23

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...

Page 6: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 604/08/23

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.

Page 7: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 804/08/23

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

• 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• Improves user experience by allowing

easy UDT maintenance off-line

Added MemberAdded MemberAdded member leaves existing data values unchanged

Old UDT

Updated UDT

Page 8: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 904/08/23

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• 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

“.L5X” File

Program

Routine

NEW Add-on Instruction

User-DefinedDatatype

Tags

Data

Page 9: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 1204/08/23

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

1 Initially Limited to ControlLogix L6x and GuardLogix L6xS Controllers

ChangeLog

ChangeLog

ChangeCountersChange

Counters

Page 10: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 1504/08/23

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

• 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

IMC_01

IMC ...

Internal Model Control

0.0PV

0.0SPProg

0.0SPCascade

0.0RatioProg

0.0CVProg

0.0HandFB

0ProgProgReq

0ProgOperReq

0ProgCasRatReq

0ProgAutoReq

0ProgManualReq

0ProgOverrideReq

0ProgHandReq

CVEU0.0

SP0.0

ProgOper0

CasRat0

Auto0

Manual0

Override0

Hand0

IMC_01

IMC ...

Internal Model Control

0.0PV

0.0SPProg

0.0SPCascade

0.0RatioProg

0.0CVProg

0.0HandFB

0ProgProgReq

0ProgOperReq

0ProgCasRatReq

0ProgAutoReq

0ProgManualReq

0ProgOverrideReq

0ProgHandReq

CVEU0.0

SP0.0

ProgOper0

CasRat0

Auto0

Manual0

Override0

Hand0

CC_01

CC ...

Coordinated Control

0.0PV

0.0SPProg

0.0CV1Prog

0.0CV2Prog

0CV3Prog

0ProgProgReq

0ProgOperReq

0ProgCV1AutoReq

0ProgCV2AutoReq

0ProgCV3AutoReq

0ProgCV1ManualReq

0ProgCV2ManualReq

0ProgCV3ManualReq

0ProgCV1OverrideReq

0ProgCV2OverrideReq

0ProgCV3OverrideReq

CV1EU0.0

CV2EU0.0

CV3EU0.0

SP0.0

ProgOper0

CV1Auto0

CV2Auto0

CV3Auto0

CV1Manual0

CV2Manual0

CV3Manual0

CV1Override0

CV2Override0

CV3Override0

CC_01

CC ...

Coordinated Control

0.0PV

0.0SPProg

0.0CV1Prog

0.0CV2Prog

0CV3Prog

0ProgProgReq

0ProgOperReq

0ProgCV1AutoReq

0ProgCV2AutoReq

0ProgCV3AutoReq

0ProgCV1ManualReq

0ProgCV2ManualReq

0ProgCV3ManualReq

0ProgCV1OverrideReq

0ProgCV2OverrideReq

0ProgCV3OverrideReq

CV1EU0.0

CV2EU0.0

CV3EU0.0

SP0.0

ProgOper0

CV1Auto0

CV2Auto0

CV3Auto0

CV1Manual0

CV2Manual0

CV3Manual0

CV1Override0

CV2Override0

CV3Override0

MMC_01

MMC ...

Modular Multivariable Control

0.0PV1

0.0PV2

0.0SP1Prog

0.0SP2Prog

0.0CV1Prog

0.0CV2Prog

0CV3Prog

0ProgProgReq

0ProgOperReq

0ProgCV1AutoReq

0ProgCV2AutoReq

0ProgCV3AutoReq

0ProgCV1ManualReq

0ProgCV2ManualReq

0ProgCV3ManualReq

0ProgCV1OverrideReq

0ProgCV2OverrideReq

0ProgCV3OverrideReq

CV1EU0.0

CV2EU0.0

CV3EU0.0

SP10.0

SP20.0

ProgOper0

CV1Auto0

CV2Auto0

CV3Auto0

CV1Manual0

CV2Manual0

CV3Manual0

CV1Override0

CV2Override0

CV3Override0

MMC_01

MMC ...

Modular Multivariable Control

0.0PV1

0.0PV2

0.0SP1Prog

0.0SP2Prog

0.0CV1Prog

0.0CV2Prog

0CV3Prog

0ProgProgReq

0ProgOperReq

0ProgCV1AutoReq

0ProgCV2AutoReq

0ProgCV3AutoReq

0ProgCV1ManualReq

0ProgCV2ManualReq

0ProgCV3ManualReq

0ProgCV1OverrideReq

0ProgCV2OverrideReq

0ProgCV3OverrideReq

CV1EU0.0

CV2EU0.0

CV3EU0.0

SP10.0

SP20.0

ProgOper0

CV1Auto0

CV2Auto0

CV3Auto0

CV1Manual0

CV2Manual0

CV3Manual0

CV1Override0

CV2Override0

CV3Override0

Page 11: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 2304/08/23

GuardLogix V17 Safety Enhancements

• 20 TÜV / 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

Page 12: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 2704/08/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.

Page 13: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 2804/08/23

IA Safety Toolkit Preconfigured Status and Diagnostic Faceplates/AOIs

• FactoryTalk View Faceplates for GuardLogix Controller and Safety I/O Blocks including companion Logix Add-On Instructions.

Preconfigured Faceplate

Companion Add-On Instruction

Page 14: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 3704/08/23

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

Page 15: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 3904/08/23

Tag’s 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

Page 16: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 4104/08/23

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

Page 17: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 4204/08/23

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

Page 18: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 4304/08/23

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

Page 19: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 4704/08/23

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 product’s 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

Page 20: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 4804/08/23

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 firstReplace “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

Page 21: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 4904/08/23

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

Page 22: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 5004/08/23

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

Page 23: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 5104/08/23

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

Page 24: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 5204/08/23

FactoryTalk AssetCentre Archive Project Check-in/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

Page 25: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 6204/08/23

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

Page 26: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 63

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

Page 27: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 6404/08/23

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

Page 28: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 6504/08/23

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

Page 29: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 7004/08/23

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.

Page 30: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 7104/08/23

New CompactLogix 1769-L23 Product Family

The new Logix packaged controller for smaller The new Logix packaged controller for smaller Integrated Architecture implementations Integrated Architecture implementations

The new Logix packaged controller for smaller The new Logix packaged controller for smaller Integrated Architecture implementations Integrated Architecture implementations

Embedded 24VDC Power Supply

Embedded options for I/O, Discrete, Analog and HSC

Expand with up to 2 adittional 1769

Compact I/O modules

Logix Inside, programmed with RSLogix 5000

Built In Serial and Ethernet/IP Port

Page 31: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 7204/08/23

L23 Controllers Specification Summary

Cat. Number 1769-L23E-QB1B 1769-L23-QBFC1B 1769-L23E-QBFC1B

Embedded Communication Ports

Isolated Serial EtherNet/IP with (MSG + I/O)

Isolated SerialNon-Isolated Serial

Isolated SerialEtherNet/IP with (MSG + I/O)

EtherNet/IP Connections

8 TCP/IP – 32 CIP n/a 8 TCP/IP – 32 CIP

Memory 512 KB 512 KB 512 KB

Embedded I/O(pre-configured in Logix 5000)

16 DC in, 16 DC out 16 DC in, 16 DC out, 4 Analog in, 2 Analog out.

4 High speed counters (250KHz)

16 DC in, 16 DC out, 4 Analog in, 2 Analog out.

4 High speed counters (250KHz)

Expansion 2 Additional 1769 I/O modules OR 1 1769 Comm Module

2 Additional 1769 I/O modules OR 1 1769 Comm Module

2 Additional 1769 I/O modules OR 1 1769 Comm Module

Project Structure 3 Tasks – Continuous, Periodic or Event

3 Tasks – Continuous, Periodic or Event

3 Tasks – Continuous, Periodic or Event

Languages All (LD, FBD, ST and SFC) All (LD, FBD, ST and SFC) All (LD, FBD, ST and SFC)

Alarms & Events Same as L31 Same as L31 Same as L31

PhaseManager Support Same as L31 Same as L31 Same as L31

Page 32: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 7304/08/23

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)

Page 33: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 7404/08/23

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

Page 34: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 7504/08/23

• 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

• Stratix 2000 - Fixed Unmanaged – Compact size– IP20 and IP67 versions – No configuration required

• Physical Media - cables, connectors, cordsets

StratixTM Industrial Switch Portfolio

Flexible Choices – Managed, Unmanaged and Embedded

Linear or Ring

Page 35: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 7604/08/23

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

PTP Clock

Time Sync Objec

t

Page 36: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 7904/08/23

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

Page 37: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 8304/08/23

RSLogix 5000 Packages / Options

RSLogix 5000 Enterprise Series bundles / options

Service Edition3

9324-RLD000ENE

Mini Edition 9324-

RLD200ENE

Lite Edition 9324-

RLD250ENE

Standard Edition 9324-

RLD300ENE

Standard/NetWorx 9324-

RLD300NXENE

Full Edition2

9324-RLD600ENE

Professional 9324-

RLD700NXENE

Logix5000 Controllers Supported

All3 CompactLogixFlexLogix

CompactLogixFlexLogix

All All All2 All

Ladder Diagram View Only Included Included Included Included Included Included

Function Block Diagram1

9324-RLDFBDENE

View Only Separate Option Included Separate Option

Separate Option Included4 Included4

Sequential Function Chart1 & 8

9324-RLDSFCE

View Only Separate Option Included Separate Option

Separate Option Included4 Included4

Structured Text1

9324-RLDSTXEView Only Separate Option Included Separate

OptionSeparate Option Included4 Included4

Safety1 & 6

9324-RLDGLXEView Only n/a n/a Separate

OptionSeparate Option Included4 Included4

PhaseManager1 & 5

9324-RLDPMEView Only Separate Option Separate Option Separate

OptionSeparate Option Included4 Included4

Emulate 5000 9310-WED200ENE

Separate Option

n/a n/a Separate Option

Separate Option Separate Option

Included

PIDE Autotune9323-ATUNEENE

Separate Option

Separate Option Separate Option Separate Option

Separate Option Included7 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 higher3. Service Edition supports controllers running V12 and higher4. Must be installed on same PC as RSLogix 50005. PhaseManager supported in V15 and higher

6. Standard Task functionality remains the same7. PIDE Autotune supported V16 and higher8. Requires Structured Text option to program ST assignments

in SFC actions

Page 38: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation Inc., All Rights Reserved 8404/08/23

RSLogix 5000 Packages / Options (cont.)

RSLogix 5000 Enterprise Series bundles / options

Service Edition3

9324-RLD000ENE

Mini Edition 9324-

RLD200ENE

Lite Edition 9324-

RLD250ENE

Standard Edition 9324-

RLD300ENE

Standard/NetWorx 9324-

RLD300NXENE

Full Edition2

9324-RLD600ENE

Professional 9324-

RLD700NXENE

Integrated-Motion support

View Only n/a Included7 Included Included Included Included

RSLinx Lite Included Lite Included Lite Included Lite Included Lite Included Lite Included Lite Included

RSNetWorx CNet, DNet, and ENet 9357-ANETL3

Separate Option Separate Option

Separate Option Separate Option Included4 Separate Option

Included4

RSLogix Architect9326-LGXARCHENE

Separate Option Separate Option

Separate Option Separate Option Separate Option Separate Option

Included4

Drive Executive Lite9303-4DTE01ENE

Separate Option Separate Option

Separate Option Included Included Included Included

RSLogix 5000 FuzzyDesigner

9324-RLDFZYENE

n/a Separate Option

Separate Option Separate Option Separate Option Separate Option

Separate Option

Mobile license Separate Option Separate Option

Separate Option Separate Option Separate Option Separate Option

Separate Option

Concurrent license n/a n/a n/a Available

(9324-RLD300xxF8)

n/a Available

(9324-RLD600xxF8)

Available

(9324-RLD700NXxxF8)

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 higher3. Service Edition supports controllers running V12 and higher

4. Must be installed on same PC as RSLogix 50005. PhaseManager supported in V15 and higher6. Standard Task functionality remains the same7. Motion supported in V16 and higher8. 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

Page 39: RSLogix5000_V17_20080620.ppt

Copyright © 2008 Rockwell Automation, Inc. All rights reserved.

Questions?