SlideShare a Scribd company logo
1 of 78
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 1Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 2Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
PUBLIC
Exploring the Functionality of the Rockwell
Automation® Library of Process Objects
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 3Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Agenda
Demos, Discussion, Questions
What’s Coming?
What’s New?
What’s in the Library of Process Objects?
What’s the Library All About?
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 4Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
PLANT-WIDE
Control and Optimization
SCALABLE
and Modular
SECURE
Open and Information-enabled
FLEXIBLE
Delivery and Support
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 5Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
What’s the Library All About?
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 6Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Reusable Library for Design Productivity
 Suite of control and HMI
objects to accelerate project
engineering
 Role-based feature set for
 Operation
 Maintenance
 Engineering
Rockwell Automation® Standard Library – “out-of-the-box”
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 7Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Included
Logix and
FTView
Library of
Process
Objects
Custom
or
Purchase
Library Philosophy
Standard Applications
Control Strategies
(Control Modules)
Library Hierarchy
Logix Programming and
Visualization Tools
Devices
(Process Objects)
 Level control, temperature
control, etc.
 Mixer/Reactor, etc.
Example
 Devices (valves, motors / drives,
control algorithms, transmitters, etc.)
 Studio 5000® function blocks,
faceplates and graphic objects
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 8Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Key Benefits
 Improvements in:
 System “out-of-the-box” experience
 Engineering efficiency, plus tools, for solution providers
 Focus on your application engineering vs. building base blocks
 Consistency of application solutions from multiple delivery partners
 Predictability of system behavior
 Library managed by Rockwell Automation®
 Consistent engineering library framework
 In line with customer expectations
 TechConnect℠ support
Ask for PlantPAx® Support
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 9Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Demonstrations
 Over the next few slides, we’ll present and demonstrate how to:
 Add a motor to the Logix application, connect its I/O
 Add a motor graphic symbol to an HMI display
 Link the graphic to the logic
 Start and stop the motor
 Add options and blocks to build up functionality
 Items marked (see below) can be demonstrated on the
PlantPAx® Maintenance Trainer during or at the end of the session
 There will be time to show most, if not all, of the demo items
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 10Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Installation: Get the Library
 Product Compatibility and Download Center (“PCDC”)
 URL: http://www.rockwellautomation.com/global/support/pcdc.page?
 Search “Process Solutions” or “PlantPAx®”
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 11Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Installation: Logix Components
 For Add-On Instructions (AOIs), import only the ones you need.
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 12Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Dependencies Are Included
 IMPORTANT: All dependencies are included in the AOI import file
 Embedded AOIs and all required data types (UDTs, STRINGs)
 Example: the P_Motor instruction uses P_Alarm and P_Mode
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 13Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Use Rung Imports
 Some instructions have AOI and RUNG import files
 A RUNG import includes all the associated Tags and UDTs for In/Out
Parameters
 Example: Drive Fault Codes
 Import the RUNG
(to a Ladder Diagram routine)
 Do this even if you are
implementing in
Function Block
 Then simply delete
the rung of logic
 All the other stuff
you need stays
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 14Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Install HMI Components
 Add the library components to your
project (FactoryTalk® View Site Edition
or FactoryTalk® View Machine Edition)
1. Images – .PNG files (NOTE pull-down!)
2. Global Objects –.GGFX files
3. Displays – only the .GFX files you need
 Any platform-required items: Tags, Macros
(See Release Notes)
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 15Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Just the Displays You Need
 Each Faceplate, Quick or Help popup counts as one display
 Many instructions use
P_Mode, P_Alarm, P_Gate
 Include their Help and
Configuration Displays.
 Include common Displays
 Common Analog Edit (SE)
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 16Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Create an Instance: Logix
 Add the instruction
 Ladder
 Function Block
 Structured Text
 Create its backing tag
 Controller or
Program scope
 You can do this online
 Actually, you can
do all of this online,
including importing
AOIs, graphics (SE)
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 17Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Connect I/O
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 18Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Create an Instance: FactoryTalk® View
 Open your Display and the
appropriate “… Graphics Library” file
 Drag and drop the graphic symbol

PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 19Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Create an Instance: Link View to Logix
KEY LESSON! Just one Global Object Parameter
Note: the AOI
backing tag appears
as a folder!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 20Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Let’s Try It!
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 21Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Default Configuration
 Every instruction defaults to the
simplest, basic device configuration.
 Motors: outputs only with no run feedback
 Valves: outputs only with no limit switches
 etc.
 Additional features are used if you
configure / enable them
 Defaults are listed in the Reference
Manual for each instruction
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 22Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Add Run Feedback
 Link the run
feedback input
in the code
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 23Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Add Run Feedback
 Open the faceplate and
enable Run Feedback
checking
 Engineering tab:
Has Run Feedback
 Maintenance tab:
Use Run Feedback
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 24Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
“Has” and “Use”
 Has: the function exists, is coded
 Under control of Engineering
 If an AOI does not have a function, it is not visible to
operators or maintenance
 Use: the function should be used as intended
 Under control of maintenance
 Allows bypassing or disabling a function temporarily
 Maintenance Bypass Indicator
 Has but not Used
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 25Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Designed Around User Roles
 Operation, maintenance, engineering tabs
 Predefined security model
 User profiles for:
 Operator
 Operating supervisor
 Maintenance
 Maintenance supervisor
 Manager
 Engineer
 Administrator
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 26Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Operation: Where Am I Right Now?
 Quick access to
detail displays
 Highlight current state
 Available commands
and data entries
are obvious
 Tooltips
 Help displays
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 27Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Operation: What Shut Us Down?
 Interlocks with first-out
 Logic for complex interlocks
 Snapshot
when logic
triggers
shutdown
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 28Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Operation: Why Can’t We Run?
 Several objects’
faceplates have a
Diagnostics Tab
 Any device with
“Sts_NotRdy”
 Motors, Valves,
Drives, Regulatory
 “Not Ready” bits
(“Nrdy_xxx”)
highlight causes
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 29Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Maintenance: Work Around Issues
 Goal: no need to force I/O or change
code in order to bypass typical issues
 Bypass run feedback,
position feedbacks
 Substitute PanelView™ (discrete
or analog input)
 Maintenance bypass
indicators
 Follow the trail
of breadcrumbs
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 30Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Maintenance: Tools to Maintain Equipment
 Bypass Interlocks
and Permissives
(as allowed by
engineering)
 Maintenance data
 Motor runtimes
and start counts
 Valve stroke
times and counts
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 31Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Engineering: Configuration Management
 Instantiation
tools to speed
development
and roll-out
 Restricted HMI
configuration
access for
changes
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 32Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
What’s in the Library of Process Objects?
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 33Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Library of Process Objects
 Add-On Instructions for Logix V18 or later
 Graphic Symbols and faceplates for
FactoryTalk® View SE and
FactoryTalk® View ME V7.0 or later
 Reference Manuals
 Additional AOIs, Tools, Reference Information
 Current Release: 3.50.06
 Quarterly maintenance updates
Intelligent Motor Control:
SMC™-50, SMC™ Flex; PowerFlex® 753, 755, 525,
6000, 7000; E300, E1Plus on EtherNet/IP, E3/E3Plus
• Motors:
Single speed, two speed, reversing, hand-operated;
Generic variable speed drive
• Valves:
Solenoid-operated, motor-operated,
mix-proof, hand-operated (monitor)
• Analog inputs with scaling and threshold alarms: single, dual, multiple; input channel diagnostics
• Advanced analog input adds rate of change, square root extraction, and deviation alarms
• Analog output (manual loading station)
• Control valve (analog or pulse, with feedback)
• Flowmeter or weigh scale dosing, with dribble and self-tuning preact
• Simple sequencer, manual prompt, lead / lag / standby motor group control
• Continuous Control: PIDE (wrapper AOI), high / low select, fanout, deadband controller
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 34Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Library of Process Objects
• Updated Graphic Symbols:
Softer images
Gray-scale when normal
• Enhanced navigation
Both upstream and downstream
• Permissives with bypass
• Interlocks with First-Out indication and
Bypass
• Motor runtime, Starts, Restart Inhibit
• 2-state Valve Statistics
• Standard Modes and Alarms
• Better alignment with
ANSI/ISA-18.2-2016 and
FactoryTalk® View 8.0, including
Operator Shelving
Program Suppression
Maintenance Disable
• Discrete Logic with snapshot
• Discrete Input with alarm
• Discrete 2-, 3- or 4-State Device
• n-Position Device (up to 8)
• Discrete Output (with Pulsing)
• Tank Strapping Table
• Logix Diagnostics
• CPU Utilization Monitor
• Task Monitor
• Controller Redundancy Monitor
• Change Detector
• Faceplates for built-in instructions:
• PIDE RMPS TOT
• IMC CC MMC
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 35Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
PID Controller (P_PIDE)
 “Wrapper” for PIDE
 PlantPAx® Modes, Alarms
 Hi-Hi deviation, Hi deviation,
Lo deviation, Lo-Lo deviation,
Interlock Trip, Fail
 PlantPAx® parameter naming
 All PIDE capabilities
 End user can enable Autotune
 Plus:
 Powerup Loop Mode, CV, SP
 Interlock with CV and trip alarm
 Override Mode is a “full” owner
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 36Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
High / Low Select (P_HiLoSel)
 For CV high-select or low-select
(override control) applications
 Up to 6 primaries (upstream CV sources, e.g. P_PIDE)
 (Kp * E) offset calculation for each primary
 Avoids winding up
due to noisy PVs
 Highest or Lowest
CV is selected,
others biased so
error must change
sign on another
loop before it can
become selected.
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 37Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Simple Sequencer (P_Seq)
 Shows “Waiting For” conditions
 Detail – scrolls steps
 Shows Input, Output states,
values
 Manual Prompt capabilityDEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 38Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Operator Prompt (P_Prompt)
 Multiple capabilities
 Message to operator
 Data to operator
 Selection by operator
 Data from operator
 Text from operator
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 39Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Operator “Quicks”
 Simple operator-only faceplates for devices
 Call-up options:
 Always show Quick; always show full faceplate
 Or set by login privileges: Quick for Operator, faceplate for Maintenance
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 40Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Object-to-Object Navigation
 Enhanced navigation in faceplates
 Motor, Valve, etc. to Interlocks, Permissives
 Interlocks / Permissives to conditions
 Conditions can be inputs, P_Logic instance, any object
 P_PIDE:
 Back, to PanelView™, CascSP sources
 Forward, to CV destination
 Analog Inputs:
 to source input channel
for diagnostics
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 41Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
IMC Integration
 Add-On Instructions for Overload Relays
 P_E3Ovld
 E3 and E3 Plus Overloads,
DeviceNet or EtherNet/IP
(e.g., via 2100-ENET)
 P_E1PlusE
 E1Plus Overload
communication module
on EtherNet/IP (193-ETN)
 P_E300Ovld
 E300 Overload on
EtherNet/IP (193-ECM-ETR)
 Current, Voltage,
Ground Fault sensingDEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 42Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
IMC Integration
 SMC™-50, SMC™ Flex, PowerFlex® 525, 753, 755, 6000, 7000
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 43Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Diagnostic Text Lookup
 Fault / Trip Code  Description lookup
 Read fault code from device
 Datalink from AOI-supported drives
 MSG get from PF4 / PF40
 Input from E3/E3Plus, E300
 Fault code / description tables in Controller Tag
 Linked to AOI instance via parameter
 Populated by configuration spreadsheet tool
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 44Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Enhanced Alarms
 Library requires Logix 18 or later, FactoryTalk® View 7.0 or later
 FactoryTalk® Alarms and Events (ANSI/ISA-18.2-2009)
 Suppression by Design (Program Suppress)
 Out of Service (Maintenance Disable)
 Shelving (Operator Shelve) with Max Shelf Time
 Handshaking with FTAE Server
 New Alarm Configuration popup
 Shelf Timer, Auto Un-shelve, Program Un-shelve
 e.g., shift change
 Custom Alarm text
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 45Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Other Features
 Comm Status, Simulation,
Substitution, Quality
DEMO!
 Alarm test and severity mapping (View 8.x)
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 46Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Tools: Online Configuration
 Microsoft Excel workbook
 Uses RSLinx® Classic to configure controller online
 Requires RSLinx® activation (Gateway, OEM); cannot use RSLinx® Lite
 Preconfigured sheets (tabs) for PlantPAx® AOIs
 All configuration parameters, including local tags
 Read configuration from controller
 Store as archive for disaster recovery
 Modify configuration using Excel (32-bit)
 Tab for each AOI (class)
 Write configuration to
controller: ONLINE
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 47Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Tools: AlarmsBuilder QuickBuild
 QuickBuild creates an alarm import file using these settings:
 Creates FactoryTalk® Alarms and Events discrete alarms
 Creates alarm only if P_Alarm “Cfg_Exists” = 1
 AckRequired is set to true (AckRequired handled by P_Alarm AOI)
 Latched is set to false (ResetRequired handled by P_Alarm AOI)
 P_Alarm severity is mapped to FactoryTalk® Alarms and Events severity if necessary
 P_Alarm Cfg_Desc (description) text added to FactoryTalk® Alarms and Events alarm message
 FactoryTalk® Alarms and Events alarm name set to object’s tag name + alarm name
(‘TI101_Alm_HiHi’)
 FactoryTalk® Alarms and Events alarm view command set to call up object’s faceplate
 FactoryTalk® Alarms and Events alarm class set to controller name, program name, tag name,
tag type
 FactoryTalk® Alarms and Events alarm status and control handshake tags automatically
populated
to link to P_Alarm for acknowledge, suppress/unsuppress, disable/enable, shelve/unshelve
 TIP
Set up alarms
using online tools
(HMI, config
spreadsheet),
save project,
then build
FactoryTalk®
Alarms and
Events using
QuickBuild
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 48Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
PlantPAx® System – SILAlarm
Master Alarm Database Integration
OVERVIEW
BENEFITS
 SILAlarm™ facilitates and documents
the results of alarm rationalization in a
master alarm database
 Use PlantPAx® Alarm Builder to
exchange alarm design between
PlantPAx® System and SILAlarm
 Access alarm rationalization information
during operations from the HMI display
 Helps apply the ISA 18.2 standard:
“Management of Alarm Systems for the
Process Industries”
 Makes alarm design information
available to assist operations,
compliance, and troubleshooting
• Master Alarm Database
• Operator Response Data
• Process Objects
• FactoryTalk® Alarms
ProcessLibrary
AlarmBuilder
• FactoryTalk®
VantagePoint®
• Master Alarm
Database
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 49Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Tools: Color Change
 Export displays and global objects from FactoryTalk® View Studio
 Modify using the color change tool
 One color palette
 By function
 e.g., “Open”,
“Energized”, “Fault”
 Apply to all exported
displays and global objects at once
 Import modified displays and global objects into FactoryTalk® View Studio
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 50Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Additional Libraries
 Library of Steam Table Objects
 Given Temperature find P(sat)
 Given Pressure find T(sat)
 Given P, T find Enthalpy, Entropy, Specific Volume
 Properties given Enthalpy, Entropy
 Properties given Pressure, Enthalpy
 Properties given Pressure, Entropy
 Library of Logix Diagnostic Objects
 Logix CPU Utilization, Task Monitor, Redundancy Monitor
 Logix Change Detector
 64-bit Integer Math, Time and Date Math Libraries
 T_Sync – gets controller time from an NTP Server
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 51Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
For More Information
 Online Literature Library
 Rockwell Automation® Library of Process Objects
Product Profile: Pub. PROCES-PP008
 Rockwell Automation® Library of Process Objects
Reference Manual: Pub. PROCES-RM002
 Rockwell Automation® Library of Logix Diagnostic Objects
Reference Manual: Pub. PROCES-RM003
 Add-On Instruction Reference Manuals:
Pub. SYSLIB-RMxxx
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 52Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
What’s New?
NEW for Release 3.50.06 items are in bold text!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 53Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Process Library Localization
Language switching of RA Library of Process
Objects 3.5 faceplates:
• Static (Non-controller) text on library
faceplates will be language switchable with
translations provided
• Uses native FactoryTalk® View language
switching capability at each OWS
• Includes:
• Portuguese
• Spanish
• French
• Simplified Chinese
• Korean
 Support global operations and multi-lingual
operators with a consistent interface
OVERVIEW
BENEFITS
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 54Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
PlantPAx® Library Migration Tool
 Migrates Logix application
 Updates AOI definitions to current version
 Updates P_Alarm severity values
 Updates P_Alarm (2.0 and earlier) condition
text strings to P_Alarm 3.x default values
 Migrates FactoryTalk® View SE/ME application
 Updates images and global objects
 Updates global object parameters to current
format and value
 Adds alias tags for faceplate-to-faceplate
navigation where required
Process Library
from v1.x / 2.x / 3.x
to v3.5
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 55Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Key Feature
2010
v1.1
2011
v1.5
2012
v2.0
2013
v3.0
2015
v3.1
2016
v3.5
Library Objects 22 22 38 57 67 82
FactoryTalk® View ME Support      
Logix Diagnostics      
PowerFlex® Drive Integration      
E+H Premier Integration      
Process Strategies      
Multi-Language Support      
Studio5000 Architect Integration      
Application Code Manager Integration      
PlantPAx® MPC Support      
Process
Library
Migration
Tool
Process Library Version
PlantPAx® Library Migration Tool
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 56Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
HMI Improvements
 Global Objects: simulation indicator
 Discrete Alarm indicator Object
 Faceplate Help display consolidation
 48 dedicated
displays reduced
to 16 multipurpose
displays
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 57Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Premier Integration
 Supported HART modules: 1756: IF8H, IF16H, OF8H, IF8IH, OF8IH; 1769sc: IF4IH, OF4IH;
1794: IF8IH, OF8IH, IF8IHNFXT; 1734sc: IE2CH, IE4CH, OE2CIH; 1715: IF16, OF8I; 1719: CF4H, IF4H(B)
 Foundation Fieldbus, PROFIBUS PA: EN2FFR, EN2PA-R/A, EN2PAR/B
 Endress + Hauser EtherNet/IP: Promag: 53, 100, 400; Promass: 83, 100; (future: 300, 500)
Analyzer: Liquiline CM44x; (future: Sampler: Liquistation CSFxx)
DEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 58Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Lead / Lag / Standby
 Control a group of parallel pumps, fans, or motors
 First–on / Last–off, or
First–on / First–off
 Configurable Preference, Priority
 User input for Dynamic Priority
 “Rotate” group or “Demote” individual motor
 Rotate on all-stop
 Alarm if demand cannot be met
Up to 30 Pumps / Blowers / MotorsDEMO!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 59Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Deadband (Bang-Bang) Controller
DEMO!
 On-Off control of analog PanelView™
 Raise and Lower Setpoints
 Raise and Lower Outputs
 Q and Q-not Outputs
 Deviation Alarms
 High Deviation above “Lower” SP
 Low Deviation below “Raise” SP
 Deadband for each threshold
 Auto and Manual Loop Modes
 Full PlantPAx® ownership Mode model
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 60Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
IMC Integration
 PowerFlex® 6000 and 7000 Medium Voltage Drives
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 61Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
PlantPAx® MPC Module
PlantPAx® MPC Global Objects & Faceplates
provided with Rockwell Automation® Library of
Process Objects 3.5 include:
• MPC Overview
• MPC Controller Variable (CV)
• MPC Manipulated Variable (MV)
• MPC Disturbance Variable (DV)
• MPC Transfer Function (TF)
 Improve operations with access to
PlantPAx® MPC operations integrated with
process displays
 Simplify operation with MPC interface
consistent with all other Process Objects
OVERVIEW
BENEFITS
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 62Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Library of Process Strategies
Pre-configured function block diagrams to
perform basic process control
• Developed and delivered with the Library
of Process Objects 3.5
• Simple routine import, w/ I/O mapping
performed using program parameters
• Template categories include: I/O
Processing, Regulatory and Procedural
Control, Motors, and Valves
 Helps ensure characterized performance
with known control strategy
configurations
 Greatly reduces implementation time
 Promotes consistent applications and
user experience
OVERVIEW
BENEFITS
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 63Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Process Object Historian Configuration
OVERVIEW
BENEFITS
 Simplifies and reduces effort of
Historian configuration
 Standardizes historian configuration to
enable effective use of data
 Presents data with appropriate context
with use of digital states
New FactoryTalk® Historian configuration
templates provided with the Rockwell
Automation® Library of Process Objects
• Template Historian configuration for
each process object that can be used to
bulk edit FactoryTalk® Historian
• Also Includes digital states to map
enumerated values to text state names
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 64Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Application Code Manager
• Create and Manage libraries of code and HMI
objects
• Provide simple building blocks to assemble a
complex system
• Prompt developer for system options and
code configuration
• Libraries based on Process Objects included
 Faster time to market and reduced
engineering
 Engineer the system instead of a single
component
 Create content for multiple controllers, HMI,
and historian content with a single click
OVERVIEW
BENEFITS
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 65Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Studio 5000 Architect™
System
Templates New unified system-wide configuration
interface
• Includes pre-built system templates
following PlantPAx® System guidelines
• Includes RA Library of Process Objects
• Provides integrated system view
inclusive of Controllers, HMI
 Speeds initial deployment of systems
 Simplifies deployment of RA Library of
Process Objects
 Provides single-place to view and
manage application configuration of the
system
OVERVIEW
BENEFITS
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 66Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
What’s Coming?
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 67Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
3.5: More Integration
 Some objects will be added in 3.50.xx maintenance releases:
 PowerFlex® 755TL / TR / TM Drives
 Endress+Hauser Integration
 Promass and Promag 300 and 500; others TBD
 Heartbeat function for EtherNet/IP instruments
 Electrical Protection Devices (EtherNet/IP or IEC 61850)
 857-Series Motor Protector / Feeder Protector
 Schweitzer Engineering Labs and ABB devices
Release information subject to change
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 68Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Rockwell Automation® Library for
Electrical Protection Devices
Library of objects to integrate electrical
protection devices
• Includes objects for RA, SEL, and ABB
protection devices
• Communicates either IEC-61850 or via
EtherNet/IP
• Includes instructions for deployment
• Monitor and control electrical distribution
systems with one common platform with
simplified and standardized design
OVERVIEW
BENEFITS
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 69Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
4.0: A Major Release
 Future release (4.0)
 New look and feel
 Much grayer
 Abnormals much more salient
 New command source model
 Replaces P_Mode
 New “Out of Service”
 Lighter-weight Analog Inputs
 Remove Modes: Status / Alarm
Thresholds become .Cfg (configuration)
Release information subject to change
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 70Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
4.0: Area-Based Security
Access Defined by Role and Plant Area
Ability to define access rights both by role
and area
• Faceplates will use FactoryTalk®
Security instead of FactoryTalk® View A-
P security
• FactoryTalk® Security groups created for
roles – Operator, Engineering, etc.
• Library object has configurable area
prefix for area based security groups
• Requires FactoryTalk® View 9 and later
• Provides way to define access levels for
different plant areas
• Not limited as was A-P security model
• Same security model used by rest of
portfolio
OVERVIEW
BENEFITSAndrew is Area A operator
Andrew can’t operate
Machines in Area B
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 71Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
4.0: New Look and Feel
Operational and Advanced Display Strategy
Simplified faceplate design aligned with
HMI standards
• Removal of use of color outside of
alarms
• Organization of content based on
usability by role
• Common look and feel aligned with new
RA products and libraries
• Simpler more intuitive operation
• Alignment to industry standards
• Optimized content reduces tag count
for improved HMI performance
OVERVIEW
BENEFITS
Quick Display
Full Size
Faceplate Display
Standard Release Shared Content
Advanced
Configuration
Display
Common Trend
Displays
• Operation
• Basic Maintenance
• Basic Diagnostics
• Alarms
• Help
• Advanced Maintenance
• Advanced Diagnostics
• Engineering
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 72Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
• Operation
• Basic Maintenance
• Basic Diagnostics
• Alarms
• Help
• Advanced Maintenance
• Advanced Diagnostics
• Engineering / Configuration
4.0: Basic and Advanced Faceplates
Lower Tag Count for Improved Performance
Quick Display Advanced
Configuration Display
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 73Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
4.0: What Do You Need?
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 74Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Other Sessions of Interest
 SY03: Studio 5000 Architect™
 Introduction and Demonstration
 SY04: Studio 5000 Architect™
 Building Your System Hands-on Lab
 CL05: Studio 5000® Application Code Manager
 Introduction and Demonstration
 CL06: Studio 5000® Application Code Manager
 Project Execution and Library Management: Lab
 PR**: All things PlantPAx®!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 75Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Demos
Discussion
Questions*
?
( )
…
!
“ “
$
~
Nooice!
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 76Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
About the Demo Hardware
 Used with PlantPAx® curriculum (PRS013, PRS015, PRS018)
 Configuration Fundamentals, Troubleshooting, System Integration
 Common PlantPAx® configuration
 Redundant controllers, Distributed HMI image
 Device Level Ring (DLR) Ethernet
 Drive, starters, overloads
 HART Analog I/O
 HW/SW for maintenance scenarios
 Switches create opens, shorts
 Software scenarios to debug
 Trainer Hardware: ABT-TDPAX
PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 77Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
Please take a moment to complete the brief session survey
on our mobile app and let us know how we’re doing!
Username: Last name
Password: Email address used to register
 Locate the session in the “Schedule” icon
 Click on the “Survey” icon in the lower right corner of the session details
 Complete survey & submit
 Download the ROKTechED app and login:
Thank you!
Complete A Survey
www.rockwellautomation.com
Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 78Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
PUBLIC
THANK YOU for your interest and input!

More Related Content

What's hot

Abap coding standards
Abap coding standardsAbap coding standards
Abap coding standards
surendra1579
 
Sap fico interview_questions_answers_explanations
Sap fico interview_questions_answers_explanationsSap fico interview_questions_answers_explanations
Sap fico interview_questions_answers_explanations
Ranjit Kumar
 
fscm-overview
fscm-overviewfscm-overview
fscm-overview
anilvurs
 

What's hot (20)

Sales Order Specific Planned Independent Reqt Consumption
Sales Order Specific Planned Independent Reqt ConsumptionSales Order Specific Planned Independent Reqt Consumption
Sales Order Specific Planned Independent Reqt Consumption
 
pipe fitting pnid
pipe fitting pnidpipe fitting pnid
pipe fitting pnid
 
Abap coding standards
Abap coding standardsAbap coding standards
Abap coding standards
 
Cs inhouse subcontracting process
Cs inhouse subcontracting processCs inhouse subcontracting process
Cs inhouse subcontracting process
 
Getting started with code composer studio v3.3 for tms320 f2812
Getting started with code composer studio v3.3 for tms320 f2812Getting started with code composer studio v3.3 for tms320 f2812
Getting started with code composer studio v3.3 for tms320 f2812
 
Sap fico interview_questions_answers_explanations
Sap fico interview_questions_answers_explanationsSap fico interview_questions_answers_explanations
Sap fico interview_questions_answers_explanations
 
Manual Aker Firewall UTM 6.7 PT
Manual Aker Firewall UTM 6.7 PTManual Aker Firewall UTM 6.7 PT
Manual Aker Firewall UTM 6.7 PT
 
SAP Validation and substitution
SAP Validation and  substitution SAP Validation and  substitution
SAP Validation and substitution
 
Sap mm course content
Sap mm course contentSap mm course content
Sap mm course content
 
Sap mm release Strategy
Sap mm release StrategySap mm release Strategy
Sap mm release Strategy
 
Sap plant maintenance
Sap plant maintenanceSap plant maintenance
Sap plant maintenance
 
Manual de PLC Micrologix 1200
Manual de PLC Micrologix 1200Manual de PLC Micrologix 1200
Manual de PLC Micrologix 1200
 
fscm-overview
fscm-overviewfscm-overview
fscm-overview
 
Sap s4 hana 1709 what's new in central finance
Sap s4 hana 1709   what's new in central financeSap s4 hana 1709   what's new in central finance
Sap s4 hana 1709 what's new in central finance
 
JD Edwards EnterpriseOne Process Manufacturing Presentation Quest Infocus 2016
JD Edwards EnterpriseOne Process Manufacturing Presentation Quest Infocus 2016JD Edwards EnterpriseOne Process Manufacturing Presentation Quest Infocus 2016
JD Edwards EnterpriseOne Process Manufacturing Presentation Quest Infocus 2016
 
ISO Automotive,SAE 21434 Training, Road Vehicles Cybersecurity Engineering
ISO Automotive,SAE 21434 Training, Road Vehicles Cybersecurity EngineeringISO Automotive,SAE 21434 Training, Road Vehicles Cybersecurity Engineering
ISO Automotive,SAE 21434 Training, Road Vehicles Cybersecurity Engineering
 
Oracle REST Data Services Best Practices/ Overview
Oracle REST Data Services Best Practices/ OverviewOracle REST Data Services Best Practices/ Overview
Oracle REST Data Services Best Practices/ Overview
 
Deep Dive into SAP Versions
Deep Dive into SAP VersionsDeep Dive into SAP Versions
Deep Dive into SAP Versions
 
Digital design with Systemc
Digital design with SystemcDigital design with Systemc
Digital design with Systemc
 
SAP Inbound IDoc.pptx
SAP Inbound IDoc.pptxSAP Inbound IDoc.pptx
SAP Inbound IDoc.pptx
 

Similar to Exploring the Functionality of the Rockwell Automation® Library of Process Objects

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
 

Similar to Exploring the Functionality of the Rockwell Automation® Library of Process Objects (20)

Studio 5000 Architect®: Introduction and Demostration
Studio 5000 Architect®: Introduction and DemostrationStudio 5000 Architect®: Introduction and Demostration
Studio 5000 Architect®: Introduction and Demostration
 
FactoryTalk® AssetCentre: Overview
FactoryTalk® AssetCentre: OverviewFactoryTalk® AssetCentre: Overview
FactoryTalk® AssetCentre: Overview
 
Batch Management: Overview and What’s New and
Batch Management: Overview and What’s New andBatch Management: Overview and What’s New and
Batch Management: Overview and What’s New and
 
Designing Machine-level HMI with Studio 5000 View Designer® Demonstration
Designing Machine-level HMI with Studio 5000 View Designer® DemonstrationDesigning Machine-level HMI with Studio 5000 View Designer® Demonstration
Designing Machine-level HMI with Studio 5000 View Designer® Demonstration
 
Project Design Considerations for Integration
Project Design Considerations for IntegrationProject Design Considerations for Integration
Project Design Considerations for Integration
 
PlantPAx® System - What’s New & What’s Next
PlantPAx® System - What’s New & What’s NextPlantPAx® System - What’s New & What’s Next
PlantPAx® System - What’s New & What’s Next
 
Studio 5000® Application Code Manager: Introduction and Demonstration
Studio 5000® Application Code Manager: Introduction and DemonstrationStudio 5000® Application Code Manager: Introduction and Demonstration
Studio 5000® Application Code Manager: Introduction and Demonstration
 
Improve Visibility and Diagnostics of Your Network with Network Management So...
Improve Visibility and Diagnostics of Your Network with Network Management So...Improve Visibility and Diagnostics of Your Network with Network Management So...
Improve Visibility and Diagnostics of Your Network with Network Management So...
 
Migration Tools to Convert Your Legacy DCS
Migration Tools to Convert Your Legacy DCSMigration Tools to Convert Your Legacy DCS
Migration Tools to Convert Your Legacy DCS
 
Introduction to the rockwell automation library of process objects
Introduction to the rockwell automation library of process objectsIntroduction to the rockwell automation library of process objects
Introduction to the rockwell automation library of process objects
 
Exploring New Features that Allow for Simulation and Offline Development Oppo...
Exploring New Features that Allow for Simulation and Offline Development Oppo...Exploring New Features that Allow for Simulation and Offline Development Oppo...
Exploring New Features that Allow for Simulation and Offline Development Oppo...
 
Modernizing Your HMI
Modernizing Your HMIModernizing Your HMI
Modernizing Your HMI
 
Leverage Virtual Design to Build a Better System
Leverage Virtual Design to Build a Better SystemLeverage Virtual Design to Build a Better System
Leverage Virtual Design to Build a Better System
 
Land O’Lakes Modernizes with Complete Code Rewrite, Minimal Downtime
Land O’Lakes Modernizes with Complete Code Rewrite, Minimal DowntimeLand O’Lakes Modernizes with Complete Code Rewrite, Minimal Downtime
Land O’Lakes Modernizes with Complete Code Rewrite, Minimal Downtime
 
Smart Devices: Helping Design, Operate and Maintain The Connected Enterprise
Smart Devices: Helping Design, Operate and Maintain The Connected EnterpriseSmart Devices: Helping Design, Operate and Maintain The Connected Enterprise
Smart Devices: Helping Design, Operate and Maintain The Connected Enterprise
 
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...
 
Gain Meaningful Insights to Production by Associating Multiple Data Sources
Gain Meaningful Insights to Production by Associating Multiple Data SourcesGain Meaningful Insights to Production by Associating Multiple Data Sources
Gain Meaningful Insights to Production by Associating Multiple Data Sources
 
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
 
Performance and Analytics Cloud for Machine Builders
Performance and Analytics Cloud for Machine BuildersPerformance and Analytics Cloud for Machine Builders
Performance and Analytics Cloud for Machine Builders
 
Virtual Plant Design with Arena® Simulation
Virtual Plant Design with Arena® SimulationVirtual Plant Design with Arena® Simulation
Virtual Plant Design with Arena® Simulation
 

More from Rockwell Automation

More from Rockwell Automation (19)

RA TechED 2019 - PR03 - Implementation of PlantPAx Systems
RA TechED 2019 - PR03 - Implementation of PlantPAx SystemsRA TechED 2019 - PR03 - Implementation of PlantPAx Systems
RA TechED 2019 - PR03 - Implementation of PlantPAx Systems
 
RA TechED - DE10 - Simulation and Optimization of Lines using RAPID, Line Bal...
RA TechED - DE10 - Simulation and Optimization of Lines using RAPID, Line Bal...RA TechED - DE10 - Simulation and Optimization of Lines using RAPID, Line Bal...
RA TechED - DE10 - Simulation and Optimization of Lines using RAPID, Line Bal...
 
RA TechED 2019 - PR24 - FactoryTalk Brew Designed to Help Large Brewer's Succeed
RA TechED 2019 - PR24 - FactoryTalk Brew Designed to Help Large Brewer's SucceedRA TechED 2019 - PR24 - FactoryTalk Brew Designed to Help Large Brewer's Succeed
RA TechED 2019 - PR24 - FactoryTalk Brew Designed to Help Large Brewer's Succeed
 
RA TechED 2019 - SY07- Next-Gen Device Library of Preconfigured Objects
RA TechED 2019 - SY07- Next-Gen Device Library of Preconfigured ObjectsRA TechED 2019 - SY07- Next-Gen Device Library of Preconfigured Objects
RA TechED 2019 - SY07- Next-Gen Device Library of Preconfigured Objects
 
RA TechED 2019 - SY22 - The Future of Software Purchase and Maintenance
RA TechED 2019 - SY22 - The Future of Software Purchase and MaintenanceRA TechED 2019 - SY22 - The Future of Software Purchase and Maintenance
RA TechED 2019 - SY22 - The Future of Software Purchase and Maintenance
 
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
 
RA TechED 2019 - SS16 - Security Where and Why do I start
RA TechED 2019 - SS16 - Security Where and Why do I startRA TechED 2019 - SS16 - Security Where and Why do I start
RA TechED 2019 - SS16 - Security Where and Why do I start
 
RA TechED 2019 - SS14 - Electronic Lockout Tagout Management Systems
RA TechED 2019 - SS14 - Electronic Lockout  Tagout Management SystemsRA TechED 2019 - SS14 - Electronic Lockout  Tagout Management Systems
RA TechED 2019 - SS14 - Electronic Lockout Tagout Management Systems
 
RA TechED 2019 - SS08 - What's New and Coming Soon in Safety Automation Archi...
RA TechED 2019 - SS08 - What's New and Coming Soon in Safety Automation Archi...RA TechED 2019 - SS08 - What's New and Coming Soon in Safety Automation Archi...
RA TechED 2019 - SS08 - What's New and Coming Soon in Safety Automation Archi...
 
RA TechED 2019 - NT03 - Building Converged Plantwide Ethernet Architectures
RA TechED 2019 - NT03 - Building Converged Plantwide Ethernet ArchitecturesRA TechED 2019 - NT03 - Building Converged Plantwide Ethernet Architectures
RA TechED 2019 - NT03 - Building Converged Plantwide Ethernet Architectures
 
RA TechED 2019 - IN12 Microsoft - Digitalize Your Production to Capitalize on...
RA TechED 2019 - IN12 Microsoft - Digitalize Your Production to Capitalize on...RA TechED 2019 - IN12 Microsoft - Digitalize Your Production to Capitalize on...
RA TechED 2019 - IN12 Microsoft - Digitalize Your Production to Capitalize on...
 
RA TechED 2019 - IN10 - What Machine Learning can do for you using FactoryTal...
RA TechED 2019 - IN10 - What Machine Learning can do for you using FactoryTal...RA TechED 2019 - IN10 - What Machine Learning can do for you using FactoryTal...
RA TechED 2019 - IN10 - What Machine Learning can do for you using FactoryTal...
 
RA TechED 2019 - IN03 - Develop Analytics That Scale Using FactoryTalk Innova...
RA TechED 2019 - IN03 - Develop Analytics That Scale Using FactoryTalk Innova...RA TechED 2019 - IN03 - Develop Analytics That Scale Using FactoryTalk Innova...
RA TechED 2019 - IN03 - Develop Analytics That Scale Using FactoryTalk Innova...
 
RA TechED 2019 - IN02 - Empower Your Connected Enterprise with FactoryTalk In...
RA TechED 2019 - IN02 - Empower Your Connected Enterprise with FactoryTalk In...RA TechED 2019 - IN02 - Empower Your Connected Enterprise with FactoryTalk In...
RA TechED 2019 - IN02 - Empower Your Connected Enterprise with FactoryTalk In...
 
RA TechED 2019 - CL05 Reduce Waste with Logixai
RA TechED 2019 - CL05 Reduce Waste with LogixaiRA TechED 2019 - CL05 Reduce Waste with Logixai
RA TechED 2019 - CL05 Reduce Waste with Logixai
 
RA TechED 2019 - CL01 - Integrated Architecture System Hardware - what's new
RA TechED 2019 -  CL01 - Integrated Architecture System Hardware - what's newRA TechED 2019 -  CL01 - Integrated Architecture System Hardware - what's new
RA TechED 2019 - CL01 - Integrated Architecture System Hardware - what's new
 
Robert Murphy Driving Value from Smart Manufacturing
Robert Murphy Driving Value from Smart ManufacturingRobert Murphy Driving Value from Smart Manufacturing
Robert Murphy Driving Value from Smart Manufacturing
 
ThinManager® Delivering and Managing The Connected Enterprise: Introduction
ThinManager® Delivering and Managing The Connected Enterprise: IntroductionThinManager® Delivering and Managing The Connected Enterprise: Introduction
ThinManager® Delivering and Managing The Connected Enterprise: Introduction
 
Building Converged Plantwide Ethernet
Building Converged Plantwide EthernetBuilding Converged Plantwide Ethernet
Building Converged Plantwide Ethernet
 

Recently uploaded

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 

Recently uploaded (20)

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 

Exploring the Functionality of the Rockwell Automation® Library of Process Objects

  • 1. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 1Rockwell Automation TechED 2017 @ROKTechED #ROKTechED
  • 2. Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 2Rockwell Automation TechED 2017 @ROKTechED #ROKTechED PUBLIC Exploring the Functionality of the Rockwell Automation® Library of Process Objects
  • 3. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 3Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Agenda Demos, Discussion, Questions What’s Coming? What’s New? What’s in the Library of Process Objects? What’s the Library All About?
  • 4. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 4Rockwell Automation TechED 2017 @ROKTechED #ROKTechED PLANT-WIDE Control and Optimization SCALABLE and Modular SECURE Open and Information-enabled FLEXIBLE Delivery and Support
  • 5. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 5Rockwell Automation TechED 2017 @ROKTechED #ROKTechED What’s the Library All About?
  • 6. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 6Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Reusable Library for Design Productivity  Suite of control and HMI objects to accelerate project engineering  Role-based feature set for  Operation  Maintenance  Engineering Rockwell Automation® Standard Library – “out-of-the-box”
  • 7. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 7Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Included Logix and FTView Library of Process Objects Custom or Purchase Library Philosophy Standard Applications Control Strategies (Control Modules) Library Hierarchy Logix Programming and Visualization Tools Devices (Process Objects)  Level control, temperature control, etc.  Mixer/Reactor, etc. Example  Devices (valves, motors / drives, control algorithms, transmitters, etc.)  Studio 5000® function blocks, faceplates and graphic objects
  • 8. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 8Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Key Benefits  Improvements in:  System “out-of-the-box” experience  Engineering efficiency, plus tools, for solution providers  Focus on your application engineering vs. building base blocks  Consistency of application solutions from multiple delivery partners  Predictability of system behavior  Library managed by Rockwell Automation®  Consistent engineering library framework  In line with customer expectations  TechConnect℠ support Ask for PlantPAx® Support
  • 9. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 9Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Demonstrations  Over the next few slides, we’ll present and demonstrate how to:  Add a motor to the Logix application, connect its I/O  Add a motor graphic symbol to an HMI display  Link the graphic to the logic  Start and stop the motor  Add options and blocks to build up functionality  Items marked (see below) can be demonstrated on the PlantPAx® Maintenance Trainer during or at the end of the session  There will be time to show most, if not all, of the demo items DEMO!
  • 10. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 10Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Installation: Get the Library  Product Compatibility and Download Center (“PCDC”)  URL: http://www.rockwellautomation.com/global/support/pcdc.page?  Search “Process Solutions” or “PlantPAx®”
  • 11. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 11Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Installation: Logix Components  For Add-On Instructions (AOIs), import only the ones you need.
  • 12. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 12Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Dependencies Are Included  IMPORTANT: All dependencies are included in the AOI import file  Embedded AOIs and all required data types (UDTs, STRINGs)  Example: the P_Motor instruction uses P_Alarm and P_Mode
  • 13. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 13Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Use Rung Imports  Some instructions have AOI and RUNG import files  A RUNG import includes all the associated Tags and UDTs for In/Out Parameters  Example: Drive Fault Codes  Import the RUNG (to a Ladder Diagram routine)  Do this even if you are implementing in Function Block  Then simply delete the rung of logic  All the other stuff you need stays
  • 14. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 14Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Install HMI Components  Add the library components to your project (FactoryTalk® View Site Edition or FactoryTalk® View Machine Edition) 1. Images – .PNG files (NOTE pull-down!) 2. Global Objects –.GGFX files 3. Displays – only the .GFX files you need  Any platform-required items: Tags, Macros (See Release Notes)
  • 15. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 15Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Just the Displays You Need  Each Faceplate, Quick or Help popup counts as one display  Many instructions use P_Mode, P_Alarm, P_Gate  Include their Help and Configuration Displays.  Include common Displays  Common Analog Edit (SE)
  • 16. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 16Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Create an Instance: Logix  Add the instruction  Ladder  Function Block  Structured Text  Create its backing tag  Controller or Program scope  You can do this online  Actually, you can do all of this online, including importing AOIs, graphics (SE)
  • 17. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 17Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Connect I/O
  • 18. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 18Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Create an Instance: FactoryTalk® View  Open your Display and the appropriate “… Graphics Library” file  Drag and drop the graphic symbol 
  • 19. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 19Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Create an Instance: Link View to Logix KEY LESSON! Just one Global Object Parameter Note: the AOI backing tag appears as a folder!
  • 20. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 20Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Let’s Try It! DEMO!
  • 21. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 21Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Default Configuration  Every instruction defaults to the simplest, basic device configuration.  Motors: outputs only with no run feedback  Valves: outputs only with no limit switches  etc.  Additional features are used if you configure / enable them  Defaults are listed in the Reference Manual for each instruction
  • 22. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 22Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Add Run Feedback  Link the run feedback input in the code DEMO!
  • 23. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 23Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Add Run Feedback  Open the faceplate and enable Run Feedback checking  Engineering tab: Has Run Feedback  Maintenance tab: Use Run Feedback
  • 24. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 24Rockwell Automation TechED 2017 @ROKTechED #ROKTechED “Has” and “Use”  Has: the function exists, is coded  Under control of Engineering  If an AOI does not have a function, it is not visible to operators or maintenance  Use: the function should be used as intended  Under control of maintenance  Allows bypassing or disabling a function temporarily  Maintenance Bypass Indicator  Has but not Used
  • 25. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 25Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Designed Around User Roles  Operation, maintenance, engineering tabs  Predefined security model  User profiles for:  Operator  Operating supervisor  Maintenance  Maintenance supervisor  Manager  Engineer  Administrator
  • 26. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 26Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Operation: Where Am I Right Now?  Quick access to detail displays  Highlight current state  Available commands and data entries are obvious  Tooltips  Help displays DEMO!
  • 27. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 27Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Operation: What Shut Us Down?  Interlocks with first-out  Logic for complex interlocks  Snapshot when logic triggers shutdown DEMO!
  • 28. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 28Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Operation: Why Can’t We Run?  Several objects’ faceplates have a Diagnostics Tab  Any device with “Sts_NotRdy”  Motors, Valves, Drives, Regulatory  “Not Ready” bits (“Nrdy_xxx”) highlight causes DEMO!
  • 29. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 29Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Maintenance: Work Around Issues  Goal: no need to force I/O or change code in order to bypass typical issues  Bypass run feedback, position feedbacks  Substitute PanelView™ (discrete or analog input)  Maintenance bypass indicators  Follow the trail of breadcrumbs
  • 30. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 30Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Maintenance: Tools to Maintain Equipment  Bypass Interlocks and Permissives (as allowed by engineering)  Maintenance data  Motor runtimes and start counts  Valve stroke times and counts DEMO!
  • 31. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 31Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Engineering: Configuration Management  Instantiation tools to speed development and roll-out  Restricted HMI configuration access for changes
  • 32. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 32Rockwell Automation TechED 2017 @ROKTechED #ROKTechED What’s in the Library of Process Objects?
  • 33. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 33Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Library of Process Objects  Add-On Instructions for Logix V18 or later  Graphic Symbols and faceplates for FactoryTalk® View SE and FactoryTalk® View ME V7.0 or later  Reference Manuals  Additional AOIs, Tools, Reference Information  Current Release: 3.50.06  Quarterly maintenance updates Intelligent Motor Control: SMC™-50, SMC™ Flex; PowerFlex® 753, 755, 525, 6000, 7000; E300, E1Plus on EtherNet/IP, E3/E3Plus • Motors: Single speed, two speed, reversing, hand-operated; Generic variable speed drive • Valves: Solenoid-operated, motor-operated, mix-proof, hand-operated (monitor) • Analog inputs with scaling and threshold alarms: single, dual, multiple; input channel diagnostics • Advanced analog input adds rate of change, square root extraction, and deviation alarms • Analog output (manual loading station) • Control valve (analog or pulse, with feedback) • Flowmeter or weigh scale dosing, with dribble and self-tuning preact • Simple sequencer, manual prompt, lead / lag / standby motor group control • Continuous Control: PIDE (wrapper AOI), high / low select, fanout, deadband controller
  • 34. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 34Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Library of Process Objects • Updated Graphic Symbols: Softer images Gray-scale when normal • Enhanced navigation Both upstream and downstream • Permissives with bypass • Interlocks with First-Out indication and Bypass • Motor runtime, Starts, Restart Inhibit • 2-state Valve Statistics • Standard Modes and Alarms • Better alignment with ANSI/ISA-18.2-2016 and FactoryTalk® View 8.0, including Operator Shelving Program Suppression Maintenance Disable • Discrete Logic with snapshot • Discrete Input with alarm • Discrete 2-, 3- or 4-State Device • n-Position Device (up to 8) • Discrete Output (with Pulsing) • Tank Strapping Table • Logix Diagnostics • CPU Utilization Monitor • Task Monitor • Controller Redundancy Monitor • Change Detector • Faceplates for built-in instructions: • PIDE RMPS TOT • IMC CC MMC
  • 35. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 35Rockwell Automation TechED 2017 @ROKTechED #ROKTechED PID Controller (P_PIDE)  “Wrapper” for PIDE  PlantPAx® Modes, Alarms  Hi-Hi deviation, Hi deviation, Lo deviation, Lo-Lo deviation, Interlock Trip, Fail  PlantPAx® parameter naming  All PIDE capabilities  End user can enable Autotune  Plus:  Powerup Loop Mode, CV, SP  Interlock with CV and trip alarm  Override Mode is a “full” owner DEMO!
  • 36. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 36Rockwell Automation TechED 2017 @ROKTechED #ROKTechED High / Low Select (P_HiLoSel)  For CV high-select or low-select (override control) applications  Up to 6 primaries (upstream CV sources, e.g. P_PIDE)  (Kp * E) offset calculation for each primary  Avoids winding up due to noisy PVs  Highest or Lowest CV is selected, others biased so error must change sign on another loop before it can become selected. DEMO!
  • 37. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 37Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Simple Sequencer (P_Seq)  Shows “Waiting For” conditions  Detail – scrolls steps  Shows Input, Output states, values  Manual Prompt capabilityDEMO!
  • 38. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 38Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Operator Prompt (P_Prompt)  Multiple capabilities  Message to operator  Data to operator  Selection by operator  Data from operator  Text from operator DEMO!
  • 39. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 39Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Operator “Quicks”  Simple operator-only faceplates for devices  Call-up options:  Always show Quick; always show full faceplate  Or set by login privileges: Quick for Operator, faceplate for Maintenance DEMO!
  • 40. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 40Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Object-to-Object Navigation  Enhanced navigation in faceplates  Motor, Valve, etc. to Interlocks, Permissives  Interlocks / Permissives to conditions  Conditions can be inputs, P_Logic instance, any object  P_PIDE:  Back, to PanelView™, CascSP sources  Forward, to CV destination  Analog Inputs:  to source input channel for diagnostics DEMO!
  • 41. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 41Rockwell Automation TechED 2017 @ROKTechED #ROKTechED IMC Integration  Add-On Instructions for Overload Relays  P_E3Ovld  E3 and E3 Plus Overloads, DeviceNet or EtherNet/IP (e.g., via 2100-ENET)  P_E1PlusE  E1Plus Overload communication module on EtherNet/IP (193-ETN)  P_E300Ovld  E300 Overload on EtherNet/IP (193-ECM-ETR)  Current, Voltage, Ground Fault sensingDEMO!
  • 42. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 42Rockwell Automation TechED 2017 @ROKTechED #ROKTechED IMC Integration  SMC™-50, SMC™ Flex, PowerFlex® 525, 753, 755, 6000, 7000
  • 43. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 43Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Diagnostic Text Lookup  Fault / Trip Code  Description lookup  Read fault code from device  Datalink from AOI-supported drives  MSG get from PF4 / PF40  Input from E3/E3Plus, E300  Fault code / description tables in Controller Tag  Linked to AOI instance via parameter  Populated by configuration spreadsheet tool DEMO!
  • 44. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 44Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Enhanced Alarms  Library requires Logix 18 or later, FactoryTalk® View 7.0 or later  FactoryTalk® Alarms and Events (ANSI/ISA-18.2-2009)  Suppression by Design (Program Suppress)  Out of Service (Maintenance Disable)  Shelving (Operator Shelve) with Max Shelf Time  Handshaking with FTAE Server  New Alarm Configuration popup  Shelf Timer, Auto Un-shelve, Program Un-shelve  e.g., shift change  Custom Alarm text DEMO!
  • 45. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 45Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Other Features  Comm Status, Simulation, Substitution, Quality DEMO!  Alarm test and severity mapping (View 8.x)
  • 46. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 46Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Tools: Online Configuration  Microsoft Excel workbook  Uses RSLinx® Classic to configure controller online  Requires RSLinx® activation (Gateway, OEM); cannot use RSLinx® Lite  Preconfigured sheets (tabs) for PlantPAx® AOIs  All configuration parameters, including local tags  Read configuration from controller  Store as archive for disaster recovery  Modify configuration using Excel (32-bit)  Tab for each AOI (class)  Write configuration to controller: ONLINE
  • 47. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 47Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Tools: AlarmsBuilder QuickBuild  QuickBuild creates an alarm import file using these settings:  Creates FactoryTalk® Alarms and Events discrete alarms  Creates alarm only if P_Alarm “Cfg_Exists” = 1  AckRequired is set to true (AckRequired handled by P_Alarm AOI)  Latched is set to false (ResetRequired handled by P_Alarm AOI)  P_Alarm severity is mapped to FactoryTalk® Alarms and Events severity if necessary  P_Alarm Cfg_Desc (description) text added to FactoryTalk® Alarms and Events alarm message  FactoryTalk® Alarms and Events alarm name set to object’s tag name + alarm name (‘TI101_Alm_HiHi’)  FactoryTalk® Alarms and Events alarm view command set to call up object’s faceplate  FactoryTalk® Alarms and Events alarm class set to controller name, program name, tag name, tag type  FactoryTalk® Alarms and Events alarm status and control handshake tags automatically populated to link to P_Alarm for acknowledge, suppress/unsuppress, disable/enable, shelve/unshelve  TIP Set up alarms using online tools (HMI, config spreadsheet), save project, then build FactoryTalk® Alarms and Events using QuickBuild
  • 48. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 48Rockwell Automation TechED 2017 @ROKTechED #ROKTechED PlantPAx® System – SILAlarm Master Alarm Database Integration OVERVIEW BENEFITS  SILAlarm™ facilitates and documents the results of alarm rationalization in a master alarm database  Use PlantPAx® Alarm Builder to exchange alarm design between PlantPAx® System and SILAlarm  Access alarm rationalization information during operations from the HMI display  Helps apply the ISA 18.2 standard: “Management of Alarm Systems for the Process Industries”  Makes alarm design information available to assist operations, compliance, and troubleshooting • Master Alarm Database • Operator Response Data • Process Objects • FactoryTalk® Alarms ProcessLibrary AlarmBuilder • FactoryTalk® VantagePoint® • Master Alarm Database
  • 49. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 49Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Tools: Color Change  Export displays and global objects from FactoryTalk® View Studio  Modify using the color change tool  One color palette  By function  e.g., “Open”, “Energized”, “Fault”  Apply to all exported displays and global objects at once  Import modified displays and global objects into FactoryTalk® View Studio
  • 50. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 50Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Additional Libraries  Library of Steam Table Objects  Given Temperature find P(sat)  Given Pressure find T(sat)  Given P, T find Enthalpy, Entropy, Specific Volume  Properties given Enthalpy, Entropy  Properties given Pressure, Enthalpy  Properties given Pressure, Entropy  Library of Logix Diagnostic Objects  Logix CPU Utilization, Task Monitor, Redundancy Monitor  Logix Change Detector  64-bit Integer Math, Time and Date Math Libraries  T_Sync – gets controller time from an NTP Server
  • 51. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 51Rockwell Automation TechED 2017 @ROKTechED #ROKTechED For More Information  Online Literature Library  Rockwell Automation® Library of Process Objects Product Profile: Pub. PROCES-PP008  Rockwell Automation® Library of Process Objects Reference Manual: Pub. PROCES-RM002  Rockwell Automation® Library of Logix Diagnostic Objects Reference Manual: Pub. PROCES-RM003  Add-On Instruction Reference Manuals: Pub. SYSLIB-RMxxx
  • 52. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 52Rockwell Automation TechED 2017 @ROKTechED #ROKTechED What’s New? NEW for Release 3.50.06 items are in bold text!
  • 53. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 53Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Process Library Localization Language switching of RA Library of Process Objects 3.5 faceplates: • Static (Non-controller) text on library faceplates will be language switchable with translations provided • Uses native FactoryTalk® View language switching capability at each OWS • Includes: • Portuguese • Spanish • French • Simplified Chinese • Korean  Support global operations and multi-lingual operators with a consistent interface OVERVIEW BENEFITS
  • 54. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 54Rockwell Automation TechED 2017 @ROKTechED #ROKTechED PlantPAx® Library Migration Tool  Migrates Logix application  Updates AOI definitions to current version  Updates P_Alarm severity values  Updates P_Alarm (2.0 and earlier) condition text strings to P_Alarm 3.x default values  Migrates FactoryTalk® View SE/ME application  Updates images and global objects  Updates global object parameters to current format and value  Adds alias tags for faceplate-to-faceplate navigation where required Process Library from v1.x / 2.x / 3.x to v3.5
  • 55. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 55Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Key Feature 2010 v1.1 2011 v1.5 2012 v2.0 2013 v3.0 2015 v3.1 2016 v3.5 Library Objects 22 22 38 57 67 82 FactoryTalk® View ME Support       Logix Diagnostics       PowerFlex® Drive Integration       E+H Premier Integration       Process Strategies       Multi-Language Support       Studio5000 Architect Integration       Application Code Manager Integration       PlantPAx® MPC Support       Process Library Migration Tool Process Library Version PlantPAx® Library Migration Tool
  • 56. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 56Rockwell Automation TechED 2017 @ROKTechED #ROKTechED HMI Improvements  Global Objects: simulation indicator  Discrete Alarm indicator Object  Faceplate Help display consolidation  48 dedicated displays reduced to 16 multipurpose displays
  • 57. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 57Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Premier Integration  Supported HART modules: 1756: IF8H, IF16H, OF8H, IF8IH, OF8IH; 1769sc: IF4IH, OF4IH; 1794: IF8IH, OF8IH, IF8IHNFXT; 1734sc: IE2CH, IE4CH, OE2CIH; 1715: IF16, OF8I; 1719: CF4H, IF4H(B)  Foundation Fieldbus, PROFIBUS PA: EN2FFR, EN2PA-R/A, EN2PAR/B  Endress + Hauser EtherNet/IP: Promag: 53, 100, 400; Promass: 83, 100; (future: 300, 500) Analyzer: Liquiline CM44x; (future: Sampler: Liquistation CSFxx) DEMO!
  • 58. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 58Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Lead / Lag / Standby  Control a group of parallel pumps, fans, or motors  First–on / Last–off, or First–on / First–off  Configurable Preference, Priority  User input for Dynamic Priority  “Rotate” group or “Demote” individual motor  Rotate on all-stop  Alarm if demand cannot be met Up to 30 Pumps / Blowers / MotorsDEMO!
  • 59. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 59Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Deadband (Bang-Bang) Controller DEMO!  On-Off control of analog PanelView™  Raise and Lower Setpoints  Raise and Lower Outputs  Q and Q-not Outputs  Deviation Alarms  High Deviation above “Lower” SP  Low Deviation below “Raise” SP  Deadband for each threshold  Auto and Manual Loop Modes  Full PlantPAx® ownership Mode model
  • 60. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 60Rockwell Automation TechED 2017 @ROKTechED #ROKTechED IMC Integration  PowerFlex® 6000 and 7000 Medium Voltage Drives
  • 61. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 61Rockwell Automation TechED 2017 @ROKTechED #ROKTechED PlantPAx® MPC Module PlantPAx® MPC Global Objects & Faceplates provided with Rockwell Automation® Library of Process Objects 3.5 include: • MPC Overview • MPC Controller Variable (CV) • MPC Manipulated Variable (MV) • MPC Disturbance Variable (DV) • MPC Transfer Function (TF)  Improve operations with access to PlantPAx® MPC operations integrated with process displays  Simplify operation with MPC interface consistent with all other Process Objects OVERVIEW BENEFITS
  • 62. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 62Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Library of Process Strategies Pre-configured function block diagrams to perform basic process control • Developed and delivered with the Library of Process Objects 3.5 • Simple routine import, w/ I/O mapping performed using program parameters • Template categories include: I/O Processing, Regulatory and Procedural Control, Motors, and Valves  Helps ensure characterized performance with known control strategy configurations  Greatly reduces implementation time  Promotes consistent applications and user experience OVERVIEW BENEFITS
  • 63. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 63Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Process Object Historian Configuration OVERVIEW BENEFITS  Simplifies and reduces effort of Historian configuration  Standardizes historian configuration to enable effective use of data  Presents data with appropriate context with use of digital states New FactoryTalk® Historian configuration templates provided with the Rockwell Automation® Library of Process Objects • Template Historian configuration for each process object that can be used to bulk edit FactoryTalk® Historian • Also Includes digital states to map enumerated values to text state names
  • 64. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 64Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Application Code Manager • Create and Manage libraries of code and HMI objects • Provide simple building blocks to assemble a complex system • Prompt developer for system options and code configuration • Libraries based on Process Objects included  Faster time to market and reduced engineering  Engineer the system instead of a single component  Create content for multiple controllers, HMI, and historian content with a single click OVERVIEW BENEFITS
  • 65. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 65Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Studio 5000 Architect™ System Templates New unified system-wide configuration interface • Includes pre-built system templates following PlantPAx® System guidelines • Includes RA Library of Process Objects • Provides integrated system view inclusive of Controllers, HMI  Speeds initial deployment of systems  Simplifies deployment of RA Library of Process Objects  Provides single-place to view and manage application configuration of the system OVERVIEW BENEFITS
  • 66. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 66Rockwell Automation TechED 2017 @ROKTechED #ROKTechED What’s Coming?
  • 67. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 67Rockwell Automation TechED 2017 @ROKTechED #ROKTechED 3.5: More Integration  Some objects will be added in 3.50.xx maintenance releases:  PowerFlex® 755TL / TR / TM Drives  Endress+Hauser Integration  Promass and Promag 300 and 500; others TBD  Heartbeat function for EtherNet/IP instruments  Electrical Protection Devices (EtherNet/IP or IEC 61850)  857-Series Motor Protector / Feeder Protector  Schweitzer Engineering Labs and ABB devices Release information subject to change
  • 68. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 68Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Rockwell Automation® Library for Electrical Protection Devices Library of objects to integrate electrical protection devices • Includes objects for RA, SEL, and ABB protection devices • Communicates either IEC-61850 or via EtherNet/IP • Includes instructions for deployment • Monitor and control electrical distribution systems with one common platform with simplified and standardized design OVERVIEW BENEFITS
  • 69. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 69Rockwell Automation TechED 2017 @ROKTechED #ROKTechED 4.0: A Major Release  Future release (4.0)  New look and feel  Much grayer  Abnormals much more salient  New command source model  Replaces P_Mode  New “Out of Service”  Lighter-weight Analog Inputs  Remove Modes: Status / Alarm Thresholds become .Cfg (configuration) Release information subject to change
  • 70. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 70Rockwell Automation TechED 2017 @ROKTechED #ROKTechED 4.0: Area-Based Security Access Defined by Role and Plant Area Ability to define access rights both by role and area • Faceplates will use FactoryTalk® Security instead of FactoryTalk® View A- P security • FactoryTalk® Security groups created for roles – Operator, Engineering, etc. • Library object has configurable area prefix for area based security groups • Requires FactoryTalk® View 9 and later • Provides way to define access levels for different plant areas • Not limited as was A-P security model • Same security model used by rest of portfolio OVERVIEW BENEFITSAndrew is Area A operator Andrew can’t operate Machines in Area B
  • 71. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 71Rockwell Automation TechED 2017 @ROKTechED #ROKTechED 4.0: New Look and Feel Operational and Advanced Display Strategy Simplified faceplate design aligned with HMI standards • Removal of use of color outside of alarms • Organization of content based on usability by role • Common look and feel aligned with new RA products and libraries • Simpler more intuitive operation • Alignment to industry standards • Optimized content reduces tag count for improved HMI performance OVERVIEW BENEFITS Quick Display Full Size Faceplate Display Standard Release Shared Content Advanced Configuration Display Common Trend Displays • Operation • Basic Maintenance • Basic Diagnostics • Alarms • Help • Advanced Maintenance • Advanced Diagnostics • Engineering
  • 72. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 72Rockwell Automation TechED 2017 @ROKTechED #ROKTechED • Operation • Basic Maintenance • Basic Diagnostics • Alarms • Help • Advanced Maintenance • Advanced Diagnostics • Engineering / Configuration 4.0: Basic and Advanced Faceplates Lower Tag Count for Improved Performance Quick Display Advanced Configuration Display
  • 73. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 73Rockwell Automation TechED 2017 @ROKTechED #ROKTechED 4.0: What Do You Need?
  • 74. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 74Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Other Sessions of Interest  SY03: Studio 5000 Architect™  Introduction and Demonstration  SY04: Studio 5000 Architect™  Building Your System Hands-on Lab  CL05: Studio 5000® Application Code Manager  Introduction and Demonstration  CL06: Studio 5000® Application Code Manager  Project Execution and Library Management: Lab  PR**: All things PlantPAx®!
  • 75. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 75Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Demos Discussion Questions* ? ( ) … ! “ “ $ ~ Nooice!
  • 76. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 76Rockwell Automation TechED 2017 @ROKTechED #ROKTechED About the Demo Hardware  Used with PlantPAx® curriculum (PRS013, PRS015, PRS018)  Configuration Fundamentals, Troubleshooting, System Integration  Common PlantPAx® configuration  Redundant controllers, Distributed HMI image  Device Level Ring (DLR) Ethernet  Drive, starters, overloads  HART Analog I/O  HW/SW for maintenance scenarios  Switches create opens, shorts  Software scenarios to debug  Trainer Hardware: ABT-TDPAX
  • 77. PUBLIC Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 77Rockwell Automation TechED 2017 @ROKTechED #ROKTechED Please take a moment to complete the brief session survey on our mobile app and let us know how we’re doing! Username: Last name Password: Email address used to register  Locate the session in the “Schedule” icon  Click on the “Survey” icon in the lower right corner of the session details  Complete survey & submit  Download the ROKTechED app and login: Thank you! Complete A Survey
  • 78. www.rockwellautomation.com Copyright © 2017 Rockwell Automation, Inc. All Rights Reserved. 78Rockwell Automation TechED 2017 @ROKTechED #ROKTechED PUBLIC THANK YOU for your interest and input!

Editor's Notes

  1. Today we will review RA’s scope of solutions designed for our customers in the process industries. We have a broad portfolio of products and solutions intended for this industry…. We have a specific fit in this space that is advantageous compared to other automation providers…. We brand this as “The Modern DCS”: Provides all the core capabilities expected from a traditional DCS, while enabling plant-wide control & optimization Built on scalable and modular architectures to match exact control requirements and reduce time to market Utilizes an open, information-enabled & secure architectures for easy connectivity to business systems & 3rd party networks Provides flexible options in the delivery and support for the system
  2. We have added a new encompass partner with Exida for SILAlarm – a tool that facilitates and documents the results of alarm rationalization in a master alarm database. It was developed in accordance with the ISA-18.2 standard. We have worked to provide premier integration between SILAlarm and the PlantPAx System through an enhanced PlantPAx Alarm Builder.
  3. A major enhancement to the library is the capability to support language switching on the faceplates. This uses the existing feature of the platform that, when configured, allows you to select the desired language by operator workstation. We will be providing translations for static text on library faceplates for: Portuguese Spanish French Simplified Chinese Korean We will be providing a tool that allows you to merge and manage these translations with the application specific translations developed for your project.
  4. The PlantPAx Process Library Migration Tool contains the following main functions: 1. Update Logix ACD files containing one version of Process Library AOI definitions to a different version. For example, this tool can be used for updating AOIs from Version 2.0 to 3.5, or Version 3.5-01 to 3.5-02, etc.  An option is provided to update Logix tag severity values when updating to P_Alarm Version 3.1 or newer. For PlantPAx Process Library AOIs Version 3.1 and newer, the P_Alarm AOI used for alarm processing uses an INT data type for the alarm severity. The default severities are 1..250=Low, 251..500=Medium, 501..750=High, 751..1000=Urgent. For PlantPAx Process Library P_Alarm Version 3.0 and older, the AOI uses a SINT data type for the alarm severity. The default severities are 1=Low, 2=Medium, 3=High, 4=Urgent. The software can automatically change the severity values from 1 to 250, 2 to 500, 3 to 750, 4 to 1000, or make changes with user-defined mappings.  Set the alarm condition strings of Process Library AOI tags to the default string definitions (e.g., “High-High Alarm”, “Input Failure”, etc.) when migrating AOIs with P_Alarm Version 2 and older to P_Alarm Version 3.x. 2. Update FactoryTalk View SE/ME process graphic XML files containing items linked to Process Library HMI global objects. This tool upgrades global objects from Process Library versions 1.1, 1.5, or 2.5 to Version 3.5.  Updates the global object parameter values to the correct Version 3.5 format and values. 7  It will also update the corresponding ACD files with any necessary alias tags with the required naming convention for faceplate-to-faceplate navigation.
  5. Upgrade previous library versions to current v3.5 Migrates both AOI and HMI content Handles version specific variances Reduces engineering time and eliminates errors
  6. Video: Where to find them List of what they are Example of deployment Mapping of I/O Look at faceplates
  7. We provide configuration templates with the recommended historical points by object type. This is provide in the Process Library 3.5 download. It is possible to configure and export directly from the spreadsheet. The PlantPAx System Application Configuration User Manual (PROCES-UM003) walks you through its use.
  8. If you are building multiple applications and are looking to drive consistency, Studio 5000 includes Application Code Manager. Application Code Manager allows you to define rules for how code is deployed in a library. The user is then asked questions about the instance, and Application Code Manager will conditionally deploy the correct combination of code based on the defined rules and the attributes of the instance. Application Code Manager requires Studio 5000 v28 to develop libraries. However, the code from Application Code Manager can be deployed to v24 controllers on PlantPAx System 4.0. Application Code Manager includes libraries built on the Rockwell Automation Library of Process Objects, allowing you to deploy process strategies in a more automated way.
  9. There is a new component in Studio 5000 to help you deploy and manage your systems, Studio 5000 Architect. Studio 5000 Architect allows you too see your whole application, inclusive of visualization and controllers, from a single application tree. You can modify your application by launching directly into the object being edited (in View Studio or Logix Designer). You can search for a control loop and launch into the configuration without being concerned what controller it is in. This greatly simplifies the deployment of new systems including deployment of Rockwell Automation Libraries With this release, when you launch a new project from Studio 5000, you can create a controller project, a distributed view project, a panelview project, or create a system using architect. In this case, Architect is the top choice on the list. Architect includes system templates aligned with those provided to you by the PlantPAx Selection Guide and Reference Manual. New system projects include the Rockwell Automation Library of Process Objects. Studio 5000 Architect is compatible with all controller revisions recommended by PlantPAx past and present. For visualization integration, Studio 5000 does require the latest visualization release recommended by System 4.0, FactoryTalk View 8.1.