SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
5RFNZHOO $XWRPDWLRQV /RJL[ z $ +LGGHQ 7UHDVXUH
                %< ',&. &$52                    2&72%(5                $5 ,16,*+76      0



                .(:25'6
                PLC, logic, programming, discrete, control, process control, motion control, Ethernet


                  6800$5
                  A classic problem with automation products is the fact that they are exceedingly com-
                  plex stemming from the inclusion of so many features, and the diversity of applications
                  they are expected to control. The Rockwell Automation Logix family is a good indica-
                                      tion of the way that automation suppliers are trying to balance
7KH /RJL[ (QJLQH LV WKH XQGHUOLQJ    complexity with usability. Rockwell Automation’s Logix Engine is
       ILUPZDUH XVHG IRU 5RFNZHOO     the underlying software/firmware/hardware architecture used for
 $XWRPDWLRQ·V QHZHVW FRQWUROOHUV
                                      ControlLogix, FlexLogix, CompactLogix, DriveLogix, and SoftLogix
 DQG LV D PDUYHO RI FRPSOH[LW HW
                                      controllers, and combines a feature-rich product offering with a fa-
     ZLWK D IDPLOLDU ORRNDQGIHHO
                                      miliar look-and-feel.


                $1$/6,6
                Product complexity is a double-edged sword. On one hand, suppliers need to include a
                maximum amount of features in order to meet the expanding requirements of today’s
                automation users. Offering too many features, however, makes a product look very
                complex. This was the problem faced by the Rockwell Automation Logix engine, the
                common software/firmware/hardware architecture underlying their ControlLogix,
                FlexLogix, CompactLogix, DriveLogix and SoftLogix controller products. On the sur-
                face, each of these products appears to be a controller programmed by either relay
                ladder logic or function block diagramming. The details are revealed by the program-
                ming package, RSLogix 5000. On the face of it, RSLogix 5000 is a PLC programming
                package, but further inspection reveals the existence of features and capabilities not
                found in similar packages. Rockwell Automation chose to keep this programming tool
                friendly and familiar to PLC users while enabling all of the power of object based pro-
                gramming “under the hood”.


                $UFKLWHFWXUH
                Logix is a common architecture and software package underlying all of the newest con-
                trollers from Rockwell Automation. The design of the Logix engine is such that it can
                run in any of their newest controllers, be implemented on a variety of microprocessors,
                and supports a variety of operating systems. User application logic implemented on any
                Logix controller can be ported without change to any other Logix controller.




                               @IU@SQSDT@Ã6I9ÃH6IVA68UVSDIBÃTUS6U@BD@TÃAPSÃDI9VTUS`Ã@Y@8VUDW@TÃ
6S8ÃD†vtu‡†ÃQhtrÃ!Ã




                    3URJUDPPLQJ
                    While Relay Ladder Logic was the first programming language for Logix, an extensive
                    list of function blocks is available as well.. These same function blocks are used with
                    Function Block Diagram Programming (FBD), the other IEC 61131-3 standard language
                    that is also offered. Rockwell has gone one step further however, by including true
                    process and drive loop -specific function blocks in their version of FBD.

                    Included in the CIP (Control and Information Protocol) application layer common to
                    ControlNet, DeviceNet, and EtherNet/IP, is a broad set of function blocks designed for
                    common functions in discrete control. The CIP I/O function blocks come from the
                    Electronic Data Sheets (EDS) defined for DeviceNet which include common types of sig-
                    nal processing and functionality needed for discrete sensors and actuators.                              They
                    provide such functionality as contact debounce, time delay, counting, pulse width detec-
                    tion, pulse width modulation, and many similar I/O functions, which take time and
                    effort to program, and may sometimes be forgotten. EDSs are defined in full object nota-
                    tion and while they may be called “function blocks”, they are actually true automation
                    objects. The Logix engine also provides many other function blocks for control and
                    computation.

                    Programming for Logix, even with Relay Ladder Logic, is unlike programming on most
                    other systems since much of the logic is performed inside these function blocks. Ladders
                    become easier to read and debug – even at the electrician level. FBD programming with
                    the Logix function blocks makes the logic even clearer.


                    7DJ 1DPHV
                    One of the new features of RSLogix 5000 is the ability to assign each I/O point, variable,
                    or control relay with a tag name that is used to refer to that point in all logic elements.
                    Tags can be assigned an alias in order to assign it to physical I/O devices. The tag name
                    substitutes completely for the specific I/O address and makes programs independent of
                                               I/O assignment or location. The tag name is assigned at the time
/RJL[ )HDWXUH        7UDGLWLRQDO 3/           the I/O point, control relay, or other variable is defined, and re-
7DJ QDPHV            +DUGZDUH DGGUHVVHV        mains not in the RSLogix programming software, but is assigned
3URJUDPPLQJ          /DGGHU ORJLF RU VWHS      to the appropriate controller where the logic is executed. This is a
EDVHG RQ IXQFWLRQ    ORJLF                     completely new idea for Rockwell Automation products. When
EORFNV
                                               I/O points or other variables are accessed from the Logix engine,
2EMHFW OLEUDU      0DFURV RU QRWKLQJ
they can be accessed either by tag name or as the traditional bit in
IXQFWLRQ EORFNV
                                               a register for high efficiency. For most applications this form of
2SHQ VVWHP          3URSULHWDU VVWHP
                                               tag name implements a “single tag” requirement allowing HMI
          /RJL[ 'LIIHUHQFHV                    software to access data values without depending on the export of




                       ‹Ã!   ÇÃ6S8Ã6q‰v†‚…’ÃB…‚ˆƒÃ‡ÃÃ6yyvrqÃ9…v‰rÇÃ9rquh€ÃH6Ã!!%ÃVT6ÇÃ'   #      ÇÃ6S8rip‚€Ã

                                                       VT6ÇÃVFÇÃBr…€h’ÇÃEhƒhÃ‡ÃDqvhÃ
6S8ÃD†vtu‡†ÃQhtrÃÃ




                the tag structure from the programming software. Previously, the single tag concept was
                only available between HMI suppliers and the controls supplier by cooperative agree-
                ment, but now the single tag is available to all HMI suppliers directly from Logix.


                3URGXFHURQVXPHU 3URWRFRO
                Logix devices support the form of data communications called producer/consumer,
                which eliminates management of data across a communications link. Tagged I/O points
                or other variables can send values (producer) using a multicast message on a regular
                time schedule or when the value changes and with periodic updates when no change
                occurs. Consumers listen to the produced data and do not need to poll for new values.
                Producer/consumer protocol is optimized for discrete automation, while other suppli-
                                         ers, but not Rockwell Automation, use a similar publish/subscribe
/RJL[ GHYLFHV VXSSRUW WKH IRUP RI
                                         protocol for the more data-intensive process control environment.
     GDWD FRPPXQLFDWLRQV FDOOHG
                                         Producer/Consumer always produces, while publish/subscribe
      SURGXFHUFRQVXPHU ZKLFK
 HOLPLQDWHV PDQDJHPHQW RI GDWD           only transmits when there are active subscribers. Both methods al-
   DFURVV D FRPPXQLFDWLRQV OLQN         low data access openly across the network from controller to
                                         controller.


                3URFHVV RQWURO
                Since the common architecture of all members of the Logix family is the same, pro-
                gramming for process control uses the same tools as for discrete control. Application of
                the Logix engine to batch process control can be accomplished using the programming
                form most natural to the type of control required. Discrete interlocking is easily pro-
                grammed with Relay Ladder Logic while continuous feedback loop control is most easily
                programmed with FBD. Process control function blocks are also in the Logix object li-
                brary to handle the types of scalar data and computations needed for regulatory
                feedback and feedforward loop control. Promised for the beginning of 2002 is the avail-
                ability of Sequential Function Chart (SFC) programming to allow the structured
                multitasking form of programming needed for batch process control.


                5(200(1'$7,216
                Rockwell Automation’s Logix family is a good indication of the way controllers are
                changing along the path toward a future object-base. Do not look at it as a dressed-up
                PLC with a lot of features, but as the beginning of a new wave of controllers. This is an
                excellent beginning embodying these elements of the controller of the future:

                •    Tag-based variables
                •    Support of multiple IEC 61131-3 programming languages portable across several
                     sizes of controllers




                    ‹Ã!   ÇÃ6S8Ã6q‰v†‚…’ÃB…‚ˆƒÃ‡ÃÃ6yyvrqÃ9…v‰rÇÃ9rquh€ÃH6Ã!!%ÃVT6ÇÃ'   #      ÇÃ6S8rip‚€Ã

                                                    VT6ÇÃVFÇÃBr…€h’ÇÃEhƒhÃ‡ÃDqvhÃ

Más contenido relacionado

La actualidad más candente

NETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADANETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADAPratik Aggarwal
 
Advanced motion controls dzralte 040l080
Advanced motion controls dzralte 040l080Advanced motion controls dzralte 040l080
Advanced motion controls dzralte 040l080Electromate
 
10 Reasons to use the Renesas multi-protocol OFDM powerline solution kit
10 Reasons to use the Renesas multi-protocol OFDM powerline solution kit10 Reasons to use the Renesas multi-protocol OFDM powerline solution kit
10 Reasons to use the Renesas multi-protocol OFDM powerline solution kitRenesas Electronics Corporation
 
Advanced motion controls dzralte 060l080
Advanced motion controls dzralte 060l080Advanced motion controls dzralte 060l080
Advanced motion controls dzralte 060l080Electromate
 
10 Reasons to use the Renesas R-IN multi-protocol industrial ethernet solutio...
10 Reasons to use the Renesas R-IN multi-protocol industrial ethernet solutio...10 Reasons to use the Renesas R-IN multi-protocol industrial ethernet solutio...
10 Reasons to use the Renesas R-IN multi-protocol industrial ethernet solutio...Renesas Electronics Corporation
 
Remote BTS Monitoring Solutions
Remote BTS Monitoring SolutionsRemote BTS Monitoring Solutions
Remote BTS Monitoring SolutionsRizwan Majeed Khan
 
OPAL-RT RT13 Conference: New communication protocols
OPAL-RT RT13 Conference: New communication protocolsOPAL-RT RT13 Conference: New communication protocols
OPAL-RT RT13 Conference: New communication protocolsOPAL-RT TECHNOLOGIES
 
QuickSilver Controls QCI-DS027 QCI-S3-IG
QuickSilver Controls QCI-DS027 QCI-S3-IGQuickSilver Controls QCI-DS027 QCI-S3-IG
QuickSilver Controls QCI-DS027 QCI-S3-IGElectromate
 
IT-ISS Power Smart - Intellisystem - Integrated Satellite Solutions
IT-ISS Power Smart - Intellisystem - Integrated Satellite SolutionsIT-ISS Power Smart - Intellisystem - Integrated Satellite Solutions
IT-ISS Power Smart - Intellisystem - Integrated Satellite SolutionsCristian Randieri PhD
 
Configuração modbus yokogawa
Configuração modbus yokogawaConfiguração modbus yokogawa
Configuração modbus yokogawaJohn de Carvalho
 
PLC and SCADA communication
PLC and SCADA communicationPLC and SCADA communication
PLC and SCADA communicationTalha Shaikh
 

La actualidad más candente (20)

NETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADANETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADA
 
Advanced motion controls dzralte 040l080
Advanced motion controls dzralte 040l080Advanced motion controls dzralte 040l080
Advanced motion controls dzralte 040l080
 
10 Reasons to use the Renesas multi-protocol OFDM powerline solution kit
10 Reasons to use the Renesas multi-protocol OFDM powerline solution kit10 Reasons to use the Renesas multi-protocol OFDM powerline solution kit
10 Reasons to use the Renesas multi-protocol OFDM powerline solution kit
 
Advanced motion controls dzralte 060l080
Advanced motion controls dzralte 060l080Advanced motion controls dzralte 060l080
Advanced motion controls dzralte 060l080
 
10 Reasons to use the Renesas R-IN multi-protocol industrial ethernet solutio...
10 Reasons to use the Renesas R-IN multi-protocol industrial ethernet solutio...10 Reasons to use the Renesas R-IN multi-protocol industrial ethernet solutio...
10 Reasons to use the Renesas R-IN multi-protocol industrial ethernet solutio...
 
Asi presentation 08
Asi presentation 08Asi presentation 08
Asi presentation 08
 
IGS-6325-20S4C4X Industrial Managed Ethernet Switch
IGS-6325-20S4C4X Industrial Managed Ethernet SwitchIGS-6325-20S4C4X Industrial Managed Ethernet Switch
IGS-6325-20S4C4X Industrial Managed Ethernet Switch
 
IGS-6325-24P4X Industrial Managed Ethernet Switch
IGS-6325-24P4X Industrial Managed Ethernet Switch IGS-6325-24P4X Industrial Managed Ethernet Switch
IGS-6325-24P4X Industrial Managed Ethernet Switch
 
NFS-320
NFS-320NFS-320
NFS-320
 
PI&T Conceptual Drawing
PI&T Conceptual DrawingPI&T Conceptual Drawing
PI&T Conceptual Drawing
 
NFS-320
NFS-320NFS-320
NFS-320
 
Renesas RX23T Inverter Kit - Deep dive
Renesas RX23T Inverter Kit - Deep diveRenesas RX23T Inverter Kit - Deep dive
Renesas RX23T Inverter Kit - Deep dive
 
NFS2-3030
NFS2-3030NFS2-3030
NFS2-3030
 
Remote BTS Monitoring Solutions
Remote BTS Monitoring SolutionsRemote BTS Monitoring Solutions
Remote BTS Monitoring Solutions
 
OPAL-RT RT13 Conference: New communication protocols
OPAL-RT RT13 Conference: New communication protocolsOPAL-RT RT13 Conference: New communication protocols
OPAL-RT RT13 Conference: New communication protocols
 
QuickSilver Controls QCI-DS027 QCI-S3-IG
QuickSilver Controls QCI-DS027 QCI-S3-IGQuickSilver Controls QCI-DS027 QCI-S3-IG
QuickSilver Controls QCI-DS027 QCI-S3-IG
 
IT-ISS Power Smart - Intellisystem - Integrated Satellite Solutions
IT-ISS Power Smart - Intellisystem - Integrated Satellite SolutionsIT-ISS Power Smart - Intellisystem - Integrated Satellite Solutions
IT-ISS Power Smart - Intellisystem - Integrated Satellite Solutions
 
Ec 2 traffic signal controller brochure
Ec 2 traffic signal controller brochureEc 2 traffic signal controller brochure
Ec 2 traffic signal controller brochure
 
Configuração modbus yokogawa
Configuração modbus yokogawaConfiguração modbus yokogawa
Configuração modbus yokogawa
 
PLC and SCADA communication
PLC and SCADA communicationPLC and SCADA communication
PLC and SCADA communication
 

Similar a Rockwell automation's logix a hidden treasure

Introduction to ControlLogix Redundancy Customer Presentation.pptx
Introduction to ControlLogix Redundancy Customer Presentation.pptxIntroduction to ControlLogix Redundancy Customer Presentation.pptx
Introduction to ControlLogix Redundancy Customer Presentation.pptxSyedMuhammadAliOmer
 
Programmable logic controller performance enhancement by field programmable g...
Programmable logic controller performance enhancement by field programmable g...Programmable logic controller performance enhancement by field programmable g...
Programmable logic controller performance enhancement by field programmable g...ISA Interchange
 
Top 10 most popular plc brands (1)
Top 10 most popular plc brands (1)Top 10 most popular plc brands (1)
Top 10 most popular plc brands (1)JustEngineering
 
White paper: Software-Defined Networking Matrix Switching
White paper: Software-Defined Networking Matrix SwitchingWhite paper: Software-Defined Networking Matrix Switching
White paper: Software-Defined Networking Matrix SwitchingJoel W. King
 
Top 10 most popular plc brands
Top 10 most popular plc brandsTop 10 most popular plc brands
Top 10 most popular plc brandsSAGE Automation
 
safety assurence in process control
safety assurence in process controlsafety assurence in process control
safety assurence in process controlNathiya Vaithi
 
Zou Layered VO PDCAT2008 V0.5 Concise
Zou Layered VO PDCAT2008 V0.5 ConciseZou Layered VO PDCAT2008 V0.5 Concise
Zou Layered VO PDCAT2008 V0.5 Conciseyongqiangzou
 
Accelerating system verilog uvm based vip to improve methodology for verifica...
Accelerating system verilog uvm based vip to improve methodology for verifica...Accelerating system verilog uvm based vip to improve methodology for verifica...
Accelerating system verilog uvm based vip to improve methodology for verifica...VLSICS Design
 
RA TechED 2019 - CL02 - Integrated Architecture System Software What's New
RA TechED 2019 - CL02 -  Integrated Architecture System Software What's NewRA TechED 2019 - CL02 -  Integrated Architecture System Software What's New
RA TechED 2019 - CL02 - Integrated Architecture System Software What's NewRockwell Automation
 
Transforming a traditional home gateway into a hardwareaccelerated SDN switch
Transforming a traditional home gateway into a hardwareaccelerated SDN switchTransforming a traditional home gateway into a hardwareaccelerated SDN switch
Transforming a traditional home gateway into a hardwareaccelerated SDN switchIJECEIAES
 
Identify elements associated with the preparation of a programmable l.pdf
 Identify elements associated with the preparation of a programmable l.pdf Identify elements associated with the preparation of a programmable l.pdf
Identify elements associated with the preparation of a programmable l.pdfakcopier1
 
Improved control and monitor two different PLC using LabVIEW and NI-OPC server
Improved control and monitor two different PLC using LabVIEW and NI-OPC server Improved control and monitor two different PLC using LabVIEW and NI-OPC server
Improved control and monitor two different PLC using LabVIEW and NI-OPC server IJECEIAES
 
discovering the functionality of the plantpax library of process object140625...
discovering the functionality of the plantpax library of process object140625...discovering the functionality of the plantpax library of process object140625...
discovering the functionality of the plantpax library of process object140625...Shashi Ranjan Singh
 
Automation PLC & SCADA
Automation PLC & SCADA Automation PLC & SCADA
Automation PLC & SCADA NITISH SINGH
 
Pradeep_Automation_CV_5+yrs_exp_Doc
Pradeep_Automation_CV_5+yrs_exp_DocPradeep_Automation_CV_5+yrs_exp_Doc
Pradeep_Automation_CV_5+yrs_exp_DocPradeep Kumar
 

Similar a Rockwell automation's logix a hidden treasure (20)

PLC (Programmable Logic Circuit)
PLC (Programmable Logic Circuit)PLC (Programmable Logic Circuit)
PLC (Programmable Logic Circuit)
 
Introduction to ControlLogix Redundancy Customer Presentation.pptx
Introduction to ControlLogix Redundancy Customer Presentation.pptxIntroduction to ControlLogix Redundancy Customer Presentation.pptx
Introduction to ControlLogix Redundancy Customer Presentation.pptx
 
Programmable logic controller performance enhancement by field programmable g...
Programmable logic controller performance enhancement by field programmable g...Programmable logic controller performance enhancement by field programmable g...
Programmable logic controller performance enhancement by field programmable g...
 
Top 10 most popular plc brands (1)
Top 10 most popular plc brands (1)Top 10 most popular plc brands (1)
Top 10 most popular plc brands (1)
 
White paper: Software-Defined Networking Matrix Switching
White paper: Software-Defined Networking Matrix SwitchingWhite paper: Software-Defined Networking Matrix Switching
White paper: Software-Defined Networking Matrix Switching
 
Top 10 most popular plc brands
Top 10 most popular plc brandsTop 10 most popular plc brands
Top 10 most popular plc brands
 
safety assurence in process control
safety assurence in process controlsafety assurence in process control
safety assurence in process control
 
10 2
10 210 2
10 2
 
Zou Layered VO PDCAT2008 V0.5 Concise
Zou Layered VO PDCAT2008 V0.5 ConciseZou Layered VO PDCAT2008 V0.5 Concise
Zou Layered VO PDCAT2008 V0.5 Concise
 
Accelerating system verilog uvm based vip to improve methodology for verifica...
Accelerating system verilog uvm based vip to improve methodology for verifica...Accelerating system verilog uvm based vip to improve methodology for verifica...
Accelerating system verilog uvm based vip to improve methodology for verifica...
 
RA TechED 2019 - CL02 - Integrated Architecture System Software What's New
RA TechED 2019 - CL02 -  Integrated Architecture System Software What's NewRA TechED 2019 - CL02 -  Integrated Architecture System Software What's New
RA TechED 2019 - CL02 - Integrated Architecture System Software What's New
 
Transforming a traditional home gateway into a hardwareaccelerated SDN switch
Transforming a traditional home gateway into a hardwareaccelerated SDN switchTransforming a traditional home gateway into a hardwareaccelerated SDN switch
Transforming a traditional home gateway into a hardwareaccelerated SDN switch
 
Identify elements associated with the preparation of a programmable l.pdf
 Identify elements associated with the preparation of a programmable l.pdf Identify elements associated with the preparation of a programmable l.pdf
Identify elements associated with the preparation of a programmable l.pdf
 
PL C
PL CPL C
PL C
 
I04425457
I04425457I04425457
I04425457
 
1913523 vanshika
1913523 vanshika1913523 vanshika
1913523 vanshika
 
Improved control and monitor two different PLC using LabVIEW and NI-OPC server
Improved control and monitor two different PLC using LabVIEW and NI-OPC server Improved control and monitor two different PLC using LabVIEW and NI-OPC server
Improved control and monitor two different PLC using LabVIEW and NI-OPC server
 
discovering the functionality of the plantpax library of process object140625...
discovering the functionality of the plantpax library of process object140625...discovering the functionality of the plantpax library of process object140625...
discovering the functionality of the plantpax library of process object140625...
 
Automation PLC & SCADA
Automation PLC & SCADA Automation PLC & SCADA
Automation PLC & SCADA
 
Pradeep_Automation_CV_5+yrs_exp_Doc
Pradeep_Automation_CV_5+yrs_exp_DocPradeep_Automation_CV_5+yrs_exp_Doc
Pradeep_Automation_CV_5+yrs_exp_Doc
 

Más de ARC Advisory Group

Information Driven Enterprise for the Connected World
Information Driven Enterprise for the Connected WorldInformation Driven Enterprise for the Connected World
Information Driven Enterprise for the Connected WorldARC Advisory Group
 
Stork Presentation on Migration (Willem Hazenberg)
Stork Presentation on Migration (Willem Hazenberg)Stork Presentation on Migration (Willem Hazenberg)
Stork Presentation on Migration (Willem Hazenberg)ARC Advisory Group
 
Asset Information Management (AIM) Presentation @ ARC's 2011 Industry Forum
Asset Information Management (AIM) Presentation @ ARC's 2011 Industry ForumAsset Information Management (AIM) Presentation @ ARC's 2011 Industry Forum
Asset Information Management (AIM) Presentation @ ARC's 2011 Industry ForumARC Advisory Group
 
Three market trends drive collaborative value networks to the next level
Three market trends drive collaborative value networks to the next levelThree market trends drive collaborative value networks to the next level
Three market trends drive collaborative value networks to the next levelARC Advisory Group
 
Mobile Technologies and Supply Chain @ ARC's 2011 Industry Forum
Mobile Technologies and Supply Chain @ ARC's 2011 Industry Forum Mobile Technologies and Supply Chain @ ARC's 2011 Industry Forum
Mobile Technologies and Supply Chain @ ARC's 2011 Industry Forum ARC Advisory Group
 
Enterprise Mobility - Current Practices and Future Plans for Mobility Systems...
Enterprise Mobility - Current Practices and Future Plans for Mobility Systems...Enterprise Mobility - Current Practices and Future Plans for Mobility Systems...
Enterprise Mobility - Current Practices and Future Plans for Mobility Systems...ARC Advisory Group
 
Energy Management Strategies for Operational Excellence @ ARC's 2011 Industry...
Energy Management Strategies for Operational Excellence @ ARC's 2011 Industry...Energy Management Strategies for Operational Excellence @ ARC's 2011 Industry...
Energy Management Strategies for Operational Excellence @ ARC's 2011 Industry...ARC Advisory Group
 
Energy Management and the Evolution of Intelligent Motor Control and Drives @...
Energy Management and the Evolution of Intelligent Motor Control and Drives @...Energy Management and the Evolution of Intelligent Motor Control and Drives @...
Energy Management and the Evolution of Intelligent Motor Control and Drives @...ARC Advisory Group
 
Driving Innovation, Sustainability and Performance @ ARC's 2011 Industry Forum
Driving Innovation, Sustainability and Performance @ ARC's 2011 Industry Forum Driving Innovation, Sustainability and Performance @ ARC's 2011 Industry Forum
Driving Innovation, Sustainability and Performance @ ARC's 2011 Industry Forum ARC Advisory Group
 
Anti-counterfeiting and Brand Protection (ABP) Workshop @ ARC's 2011 Industry...
Anti-counterfeiting and Brand Protection (ABP) Workshop @ ARC's 2011 Industry...Anti-counterfeiting and Brand Protection (ABP) Workshop @ ARC's 2011 Industry...
Anti-counterfeiting and Brand Protection (ABP) Workshop @ ARC's 2011 Industry...ARC Advisory Group
 
Strategies for Asset Performance Management @ ARC's 2011 Industry Forum
Strategies for Asset Performance Management @ ARC's 2011 Industry Forum Strategies for Asset Performance Management @ ARC's 2011 Industry Forum
Strategies for Asset Performance Management @ ARC's 2011 Industry Forum ARC Advisory Group
 
Current Automation Purchasing Strategies Fall Short
Current Automation Purchasing Strategies Fall ShortCurrent Automation Purchasing Strategies Fall Short
Current Automation Purchasing Strategies Fall ShortARC Advisory Group
 
CPM Identified as RPM Engine at ARC Forum
CPM Identified as RPM Engine at ARC ForumCPM Identified as RPM Engine at ARC Forum
CPM Identified as RPM Engine at ARC ForumARC Advisory Group
 
Controls to CPM Connection: Are We There?
Controls to CPM Connection: Are We There?Controls to CPM Connection: Are We There?
Controls to CPM Connection: Are We There?ARC Advisory Group
 
Conoco on Path to Reliability Centered Loop Management: Enhancing ROA on the Way
Conoco on Path to Reliability Centered Loop Management: Enhancing ROA on the WayConoco on Path to Reliability Centered Loop Management: Enhancing ROA on the Way
Conoco on Path to Reliability Centered Loop Management: Enhancing ROA on the WayARC Advisory Group
 
Component Based Solutions Well Aligned with Needs of Service Logistics Providers
Component Based Solutions Well Aligned with Needs of Service Logistics ProvidersComponent Based Solutions Well Aligned with Needs of Service Logistics Providers
Component Based Solutions Well Aligned with Needs of Service Logistics ProvidersARC Advisory Group
 
Combined Fluid Power and Mechatronic Technology Optimizes Solutions
Combined Fluid Power and Mechatronic Technology Optimizes SolutionsCombined Fluid Power and Mechatronic Technology Optimizes Solutions
Combined Fluid Power and Mechatronic Technology Optimizes SolutionsARC Advisory Group
 
Collaborative Asset Lifecycle Management Vision and Strategies
Collaborative Asset Lifecycle Management Vision and StrategiesCollaborative Asset Lifecycle Management Vision and Strategies
Collaborative Asset Lifecycle Management Vision and StrategiesARC Advisory Group
 
Closing the Gap on Digital Manufacturing
Closing the Gap on Digital ManufacturingClosing the Gap on Digital Manufacturing
Closing the Gap on Digital ManufacturingARC Advisory Group
 

Más de ARC Advisory Group (20)

Eam guide-video-2015
Eam guide-video-2015Eam guide-video-2015
Eam guide-video-2015
 
Information Driven Enterprise for the Connected World
Information Driven Enterprise for the Connected WorldInformation Driven Enterprise for the Connected World
Information Driven Enterprise for the Connected World
 
Stork Presentation on Migration (Willem Hazenberg)
Stork Presentation on Migration (Willem Hazenberg)Stork Presentation on Migration (Willem Hazenberg)
Stork Presentation on Migration (Willem Hazenberg)
 
Asset Information Management (AIM) Presentation @ ARC's 2011 Industry Forum
Asset Information Management (AIM) Presentation @ ARC's 2011 Industry ForumAsset Information Management (AIM) Presentation @ ARC's 2011 Industry Forum
Asset Information Management (AIM) Presentation @ ARC's 2011 Industry Forum
 
Three market trends drive collaborative value networks to the next level
Three market trends drive collaborative value networks to the next levelThree market trends drive collaborative value networks to the next level
Three market trends drive collaborative value networks to the next level
 
Mobile Technologies and Supply Chain @ ARC's 2011 Industry Forum
Mobile Technologies and Supply Chain @ ARC's 2011 Industry Forum Mobile Technologies and Supply Chain @ ARC's 2011 Industry Forum
Mobile Technologies and Supply Chain @ ARC's 2011 Industry Forum
 
Enterprise Mobility - Current Practices and Future Plans for Mobility Systems...
Enterprise Mobility - Current Practices and Future Plans for Mobility Systems...Enterprise Mobility - Current Practices and Future Plans for Mobility Systems...
Enterprise Mobility - Current Practices and Future Plans for Mobility Systems...
 
Energy Management Strategies for Operational Excellence @ ARC's 2011 Industry...
Energy Management Strategies for Operational Excellence @ ARC's 2011 Industry...Energy Management Strategies for Operational Excellence @ ARC's 2011 Industry...
Energy Management Strategies for Operational Excellence @ ARC's 2011 Industry...
 
Energy Management and the Evolution of Intelligent Motor Control and Drives @...
Energy Management and the Evolution of Intelligent Motor Control and Drives @...Energy Management and the Evolution of Intelligent Motor Control and Drives @...
Energy Management and the Evolution of Intelligent Motor Control and Drives @...
 
Driving Innovation, Sustainability and Performance @ ARC's 2011 Industry Forum
Driving Innovation, Sustainability and Performance @ ARC's 2011 Industry Forum Driving Innovation, Sustainability and Performance @ ARC's 2011 Industry Forum
Driving Innovation, Sustainability and Performance @ ARC's 2011 Industry Forum
 
Anti-counterfeiting and Brand Protection (ABP) Workshop @ ARC's 2011 Industry...
Anti-counterfeiting and Brand Protection (ABP) Workshop @ ARC's 2011 Industry...Anti-counterfeiting and Brand Protection (ABP) Workshop @ ARC's 2011 Industry...
Anti-counterfeiting and Brand Protection (ABP) Workshop @ ARC's 2011 Industry...
 
Strategies for Asset Performance Management @ ARC's 2011 Industry Forum
Strategies for Asset Performance Management @ ARC's 2011 Industry Forum Strategies for Asset Performance Management @ ARC's 2011 Industry Forum
Strategies for Asset Performance Management @ ARC's 2011 Industry Forum
 
Current Automation Purchasing Strategies Fall Short
Current Automation Purchasing Strategies Fall ShortCurrent Automation Purchasing Strategies Fall Short
Current Automation Purchasing Strategies Fall Short
 
CPM Identified as RPM Engine at ARC Forum
CPM Identified as RPM Engine at ARC ForumCPM Identified as RPM Engine at ARC Forum
CPM Identified as RPM Engine at ARC Forum
 
Controls to CPM Connection: Are We There?
Controls to CPM Connection: Are We There?Controls to CPM Connection: Are We There?
Controls to CPM Connection: Are We There?
 
Conoco on Path to Reliability Centered Loop Management: Enhancing ROA on the Way
Conoco on Path to Reliability Centered Loop Management: Enhancing ROA on the WayConoco on Path to Reliability Centered Loop Management: Enhancing ROA on the Way
Conoco on Path to Reliability Centered Loop Management: Enhancing ROA on the Way
 
Component Based Solutions Well Aligned with Needs of Service Logistics Providers
Component Based Solutions Well Aligned with Needs of Service Logistics ProvidersComponent Based Solutions Well Aligned with Needs of Service Logistics Providers
Component Based Solutions Well Aligned with Needs of Service Logistics Providers
 
Combined Fluid Power and Mechatronic Technology Optimizes Solutions
Combined Fluid Power and Mechatronic Technology Optimizes SolutionsCombined Fluid Power and Mechatronic Technology Optimizes Solutions
Combined Fluid Power and Mechatronic Technology Optimizes Solutions
 
Collaborative Asset Lifecycle Management Vision and Strategies
Collaborative Asset Lifecycle Management Vision and StrategiesCollaborative Asset Lifecycle Management Vision and Strategies
Collaborative Asset Lifecycle Management Vision and Strategies
 
Closing the Gap on Digital Manufacturing
Closing the Gap on Digital ManufacturingClosing the Gap on Digital Manufacturing
Closing the Gap on Digital Manufacturing
 

Rockwell automation's logix a hidden treasure

  • 1. 5RFNZHOO $XWRPDWLRQV /RJL[ z $ +LGGHQ 7UHDVXUH %< ',&. &$52 2&72%(5 $5 ,16,*+76 0 .(:25'6 PLC, logic, programming, discrete, control, process control, motion control, Ethernet 6800$5 A classic problem with automation products is the fact that they are exceedingly com- plex stemming from the inclusion of so many features, and the diversity of applications they are expected to control. The Rockwell Automation Logix family is a good indica- tion of the way that automation suppliers are trying to balance 7KH /RJL[ (QJLQH LV WKH XQGHUOLQJ complexity with usability. Rockwell Automation’s Logix Engine is ILUPZDUH XVHG IRU 5RFNZHOO the underlying software/firmware/hardware architecture used for $XWRPDWLRQ·V QHZHVW FRQWUROOHUV ControlLogix, FlexLogix, CompactLogix, DriveLogix, and SoftLogix DQG LV D PDUYHO RI FRPSOH[LW HW controllers, and combines a feature-rich product offering with a fa- ZLWK D IDPLOLDU ORRNDQGIHHO miliar look-and-feel. $1$/6,6 Product complexity is a double-edged sword. On one hand, suppliers need to include a maximum amount of features in order to meet the expanding requirements of today’s automation users. Offering too many features, however, makes a product look very complex. This was the problem faced by the Rockwell Automation Logix engine, the common software/firmware/hardware architecture underlying their ControlLogix, FlexLogix, CompactLogix, DriveLogix and SoftLogix controller products. On the sur- face, each of these products appears to be a controller programmed by either relay ladder logic or function block diagramming. The details are revealed by the program- ming package, RSLogix 5000. On the face of it, RSLogix 5000 is a PLC programming package, but further inspection reveals the existence of features and capabilities not found in similar packages. Rockwell Automation chose to keep this programming tool friendly and familiar to PLC users while enabling all of the power of object based pro- gramming “under the hood”. $UFKLWHFWXUH Logix is a common architecture and software package underlying all of the newest con- trollers from Rockwell Automation. The design of the Logix engine is such that it can run in any of their newest controllers, be implemented on a variety of microprocessors, and supports a variety of operating systems. User application logic implemented on any Logix controller can be ported without change to any other Logix controller. @IU@SQSDT@Ã6I9ÃH6IVA68UVSDIBÃTUS6U@BD@TÃAPSÃDI9VTUS`Ã@Y@8VUDW@TÃ
  • 2. 6S8ÃD†vtu‡†ÃQhtrÃ!à 3URJUDPPLQJ While Relay Ladder Logic was the first programming language for Logix, an extensive list of function blocks is available as well.. These same function blocks are used with Function Block Diagram Programming (FBD), the other IEC 61131-3 standard language that is also offered. Rockwell has gone one step further however, by including true process and drive loop -specific function blocks in their version of FBD. Included in the CIP (Control and Information Protocol) application layer common to ControlNet, DeviceNet, and EtherNet/IP, is a broad set of function blocks designed for common functions in discrete control. The CIP I/O function blocks come from the Electronic Data Sheets (EDS) defined for DeviceNet which include common types of sig- nal processing and functionality needed for discrete sensors and actuators. They provide such functionality as contact debounce, time delay, counting, pulse width detec- tion, pulse width modulation, and many similar I/O functions, which take time and effort to program, and may sometimes be forgotten. EDSs are defined in full object nota- tion and while they may be called “function blocks”, they are actually true automation objects. The Logix engine also provides many other function blocks for control and computation. Programming for Logix, even with Relay Ladder Logic, is unlike programming on most other systems since much of the logic is performed inside these function blocks. Ladders become easier to read and debug – even at the electrician level. FBD programming with the Logix function blocks makes the logic even clearer. 7DJ 1DPHV One of the new features of RSLogix 5000 is the ability to assign each I/O point, variable, or control relay with a tag name that is used to refer to that point in all logic elements. Tags can be assigned an alias in order to assign it to physical I/O devices. The tag name substitutes completely for the specific I/O address and makes programs independent of I/O assignment or location. The tag name is assigned at the time /RJL[ )HDWXUH 7UDGLWLRQDO 3/ the I/O point, control relay, or other variable is defined, and re- 7DJ QDPHV +DUGZDUH DGGUHVVHV mains not in the RSLogix programming software, but is assigned 3URJUDPPLQJ /DGGHU ORJLF RU VWHS to the appropriate controller where the logic is executed. This is a EDVHG RQ IXQFWLRQ ORJLF completely new idea for Rockwell Automation products. When EORFNV I/O points or other variables are accessed from the Logix engine, 2EMHFW OLEUDU 0DFURV RU QRWKLQJ
  • 3. they can be accessed either by tag name or as the traditional bit in IXQFWLRQ EORFNV a register for high efficiency. For most applications this form of 2SHQ VVWHP 3URSULHWDU VVWHP tag name implements a “single tag” requirement allowing HMI /RJL[ 'LIIHUHQFHV software to access data values without depending on the export of ‹Ã! ÇÃ6S8Ã6q‰v†‚…’ÃB…‚ˆƒÃ‡ÃÃ6yyvrqÃ9…v‰rÇÃ9rquh€ÃH6Ã!!%ÃVT6ÇÃ' # ÇÃ6S8rip‚€Ã VT6ÇÃVFÇÃBr…€h’ÇÃEhƒhÃ‡ÃDqvhÃ
  • 4. 6S8ÃD†vtu‡†ÃQhtrÃà the tag structure from the programming software. Previously, the single tag concept was only available between HMI suppliers and the controls supplier by cooperative agree- ment, but now the single tag is available to all HMI suppliers directly from Logix. 3URGXFHURQVXPHU 3URWRFRO Logix devices support the form of data communications called producer/consumer, which eliminates management of data across a communications link. Tagged I/O points or other variables can send values (producer) using a multicast message on a regular time schedule or when the value changes and with periodic updates when no change occurs. Consumers listen to the produced data and do not need to poll for new values. Producer/consumer protocol is optimized for discrete automation, while other suppli- ers, but not Rockwell Automation, use a similar publish/subscribe /RJL[ GHYLFHV VXSSRUW WKH IRUP RI protocol for the more data-intensive process control environment. GDWD FRPPXQLFDWLRQV FDOOHG Producer/Consumer always produces, while publish/subscribe SURGXFHUFRQVXPHU ZKLFK HOLPLQDWHV PDQDJHPHQW RI GDWD only transmits when there are active subscribers. Both methods al- DFURVV D FRPPXQLFDWLRQV OLQN low data access openly across the network from controller to controller. 3URFHVV RQWURO Since the common architecture of all members of the Logix family is the same, pro- gramming for process control uses the same tools as for discrete control. Application of the Logix engine to batch process control can be accomplished using the programming form most natural to the type of control required. Discrete interlocking is easily pro- grammed with Relay Ladder Logic while continuous feedback loop control is most easily programmed with FBD. Process control function blocks are also in the Logix object li- brary to handle the types of scalar data and computations needed for regulatory feedback and feedforward loop control. Promised for the beginning of 2002 is the avail- ability of Sequential Function Chart (SFC) programming to allow the structured multitasking form of programming needed for batch process control. 5(200(1'$7,216 Rockwell Automation’s Logix family is a good indication of the way controllers are changing along the path toward a future object-base. Do not look at it as a dressed-up PLC with a lot of features, but as the beginning of a new wave of controllers. This is an excellent beginning embodying these elements of the controller of the future: • Tag-based variables • Support of multiple IEC 61131-3 programming languages portable across several sizes of controllers ‹Ã! ÇÃ6S8Ã6q‰v†‚…’ÃB…‚ˆƒÃ‡ÃÃ6yyvrqÃ9…v‰rÇÃ9rquh€ÃH6Ã!!%ÃVT6ÇÃ' # ÇÃ6S8rip‚€Ã VT6ÇÃVFÇÃBr…€h’ÇÃEhƒhÃ‡ÃDqvhÃ
  • 5. 6S8ÃD†vtu‡†ÃQhtrÃ#à • Integration of discrete control with process, motion and drives control • Supports many communications architectures without requiring software changes. For further information, contact your account manager or the author at rcaro@arcweb.com. Recommended circulation: All MAS clients. ‹Ã! ÇÃ6S8Ã6q‰v†‚…’ÃB…‚ˆƒÃ‡ÃÃ6yyvrqÃ9…v‰rÇÃ9rquh€ÃH6Ã!!%ÃVT6ÇÃ' # ÇÃ6S8rip‚€Ã VT6ÇÃVFÇÃBr…€h’ÇÃEhƒhÃ‡ÃDqvhÃ