SlideShare une entreprise Scribd logo
1  sur  16
Télécharger pour lire hors ligne
02/15/2023
Products Solutions Services
PA DIM presentation
Slide 1 AEI
02/15/2023
Content
• Drivers … the idea of PA DIM
• FDI driver packages
• Short OPC-UA recap
• Summarize & Questions
PA DIM presentation
Slide 2 AEI
02/15/2023
PA DIM presentation
Drivers, drivers, drivers, …
1 3
Integration
in control
IIoT & Digital
Services
Use Case Use Case Use Case
Enlarge information
value
Secure core customer
process
Increase operational
efficiency
Asset
Management
2
3rd
Slide 3 AEI
02/15/2023
Why do Customers need a Device Driver?
What are the main tasks when a customer accesses field instruments
• Fast and easy basic Setup of 80% of all field devices
• Perform diagnostic check
• Measuring point documentation
• Service functionality (e.g. envelope curve)
• Getting Measurement values into a control system
PA DIM presentation
Basic configuration
wizard
Heartbeat
Print functionality
E.g., Envelope curve
Slide 4 AEI
02/15/2023
Types of device drivers - EDD
In September 2002 the Fieldbus Foundation (FF) , HART Communication Foundation (HCF) and
the
PROFIBUS Nutzerorganisation (PNO) began discussions about jointly investigating and
developing
enhancements for the Electronic Device Description Language (EDDL).
These discussions resulted in a joint project, which was staffed by participants from all three
organizations.
This joint project gathered requirements and designed language enhancements to support
complex devices, provided graphical displays, enhanced HMI descriptions and access to
persistent (i.e., EDD application stored) data. Draft specifications for the resulting language
enhancements were completed in September 2003.
Tools using EDDs are e.g., Siemens PDM, Emerson AMS, …
PA DIM presentation
Slide 5 AEI
02/15/2023
Types of device drivers – FDT / DTM
The FDT Device Type Manager™ (FDT DTM) contains application software that defines all the
parameters and capabilities included in an automation device.
The DTM encapsulates device-specific data, functions and business rules such as the device
structure, its communication capabilities, internal dependencies, and human-machine interface
(HMI) structure.
• FDT – Frame Application to open DTMs
• DTM – Device Driver
• Com. DTM – Establishes the connection between the FDT application and the field device.
This is DTM is vendor and technology specific.
• iDTM - Interpredates e.g., an EDD file for a FDT frame
Tools using DTMs are e.g., Endress+Hauser FieldCare, Honeywell, ABB, Emerson (partly), …
PA DIM presentation
Slide 6 AEI
02/15/2023
Types of device drivers - FDI
FDI is an emerging device integration technology in the process automation industry. The core of
FDI standard is the FDI Device Package. It is a standardized container having all the elements
required for describing the field device in the plant. FDI Device Packages contain EDDL to
manage the device operations and optional UIP (User Interface Plug-in) to describe the complex
device functionalities like echo curve, valve signature etc.
FDI-DTM technology allows FDI Device Packages to be supported in existing FDT/FRAME-
enabled host systems. This enables the existing huge installed base of FDT-enabled engineering
applications to experience the benefits of FDI Device Packages. EDDL and UIP components within
the FDI Device Package are interpreted as the Device DTM by the FDI-DTM technology. For
FDT/FRAME™ applications, the FDI-DTM will act like a Device DTM whereas for the FDI Device
Package, it will behave as if it is the FDI Host. FDI-DTM technology will ensure long-term
investment protection for end users and device suppliers.
PA DIM presentation
Slide 7 AEI
02/15/2023
FieldComm Group and PI Cooperate
• One package for (nearly) all automation systems & technologies
PA DIM presentation
• Conformance Testing around the world
• FieldComm Groups and PI test labs
• Device and Host tests
• Work jointly in Working groups to keep FDI harmonized among
the protocols
• FDI specification, EDDL specification
• Device and Host conformance test specification and
processes
Slide 8 AEI
02/15/2023
PA - Device Integration Manager
FieldComm Group (FCG), OPC Foundation (OPCF), and PROFIBUS/PROFINET International (PI)
have taken the initiative to jointly standardize and specify the information model for Process
Automation Devices - PA-DIM.
PA-DIM is based on the NAMUR requirements for Open Architecture (under development), Self-
Monitoring and Diagnosis of Field Devices (NE107), and NAMUR standard device - Field devices
for standard applications (NE 131).
PA-DIM is a manufacturer independent Information Model with a structured hierarchy for
standardized data access for devices. A Device (Asset) has Set of Signals (Functions) e.g., Process
Variables, which are based on OPC UA Part 100 Devices (DI-model). PA-DIM re-use IVendor-,
ITag- Nameplate and IDeviceHealth- Interfaces from DI.
PA DIM presentation
Slide 9 AEI
02/15/2023
PA - Device Integration Manager
PA – DIM enables access to device information via
OPC-UA
• Nearly independently of the communication &
physics of the connected field device.
• The PA – DIM is loaded with e.g., the FDI Package
containing the EDD.
• Through the OPC-UA technology the information is
mapped and made available for clients.
PA DIM presentation
Source: Process Automation Device Information Model, FieldCom Group
Slide 10 AEI
02/15/2023
Short recap OPC-UA - Value proposition claim of OPC UA
Windows LINUX Android iOS
Embedded
OPC UA is …
• Independent of operating systems
• Independent of hardware platforms
• Secure (Authorization & Authentication)
• Safe (QoS)
• Scalable
• Able to model data (Syntax & Semantic)
• Transmitted via standard TCP/IP communication
• Replacement of DCOM
• Object oriented
PA DIM presentation
OPC UA – Open Platform Communication (OPC) Unified Architecture (UA)
Security
… to make information accessible through a standardized, secure and reliable way for industry applications
Slide 11 AEI
02/15/2023
Architecture & Information Modeling
PA DIM presentation
Legend:
DA: Data Access (mostly used)
AC: Alarms & Conditions
HA: Historical Access
Vendor specific IM
OPC UA Base Services
Transport & Security
via TCP Binary or SOAP
DA AC HA
Industry Standards: FDI, ADI Information
Models
OPC UA Base
Information Model (IM)
Modeling Framework
OPC UA comes with a modeling “language”
(Syntax) which allows users to turn raw data in
more valuable information by adding meaning to
the data (Semantics). It’s object oriented…
EXAMPLE:
Transmission of an analogue measurement
value of Sensor 1 which is 27,3 °C
• PROFIBUS 4 Byte value, 1 Byte status
→ 0x1041DA6680 = 27,3 & good
• OPC UA uses information modeling
→ Sensor 1::ObjectType_Sensor
PV::ObjectTypeA_Value
Value::Type_IEEE754
Unit::Type_String
Slide 12 AEI
02/15/2023
PA DIM presentation
Client-Server & Pub-Sub mechanism
Slide 13 AEI
02/15/2023
Client-Server & Pub-Sub mechanism
Client-Server communication
• The full range of information model access is
available via services and in doing so follows the
design paradigm of service-oriented architecture
(SOA) with which a service provider receives
requests, processes them and sends the results
back with the response.
Publish-Subscribe (PubSub)
• Provides an alternative mechanism for data and
event notification. PubSub has been optimized for
many-to-many configurations.
• With PubSub, OPC UA applications do not directly
exchange requests and responses. Instead,
Publishers send messages to a Message Oriented
Middleware, without knowledge of what, if any,
Subscribers there may be. Similarly, Subscribers
express interest in specific types of data, and
process messages that contain this data, without a
need to know where it originated from.
PA DIM presentation
Slide 14 AEI
02/15/2023
OPC UA and the PA DIM
PA DIM: Light weight, standardized information model
for monitoring and optimization implementing the
NAMUR information model
• Identification
• Diagnosis
• Process variables
• Core parameters
• FDI + PA DIM implement the NAMUR Open
Architecture
• Enable mapping from HART and fieldbus devices to
OPC UA in brownfield and greenfield application
PA DIM presentation
Slide 15 AEI
02/15/2023
Notes / Questions ?
PA DIM presentation
AEI
Slide 16

Contenu connexe

Tendances

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 SystemsRockwell Automation
 
Oracle EPM - Life cycle management
Oracle EPM - Life cycle managementOracle EPM - Life cycle management
Oracle EPM - Life cycle managementnking821
 
Session 25 - Documentation
Session 25 - DocumentationSession 25 - Documentation
Session 25 - DocumentationVidyaIA
 
IT4IT real life examples & myths and rumors dispelled
IT4IT real life examples & myths and rumors dispelledIT4IT real life examples & myths and rumors dispelled
IT4IT real life examples & myths and rumors dispelledTony Price
 
SCADA presentation.pptx
SCADA presentation.pptxSCADA presentation.pptx
SCADA presentation.pptxchetanharihar2
 
The Art of Displaying Industrial Data
The Art of Displaying Industrial DataThe Art of Displaying Industrial Data
The Art of Displaying Industrial DataInductive Automation
 
Session 17 - SCADA Introduction
Session 17 - SCADA IntroductionSession 17 - SCADA Introduction
Session 17 - SCADA IntroductionVidyaIA
 
Modeling TOGAF with ArchiMate
Modeling TOGAF with ArchiMateModeling TOGAF with ArchiMate
Modeling TOGAF with ArchiMateIver Band
 
Bpm Implementation Success Criteria And Best Practice
Bpm Implementation   Success Criteria And Best PracticeBpm Implementation   Success Criteria And Best Practice
Bpm Implementation Success Criteria And Best PracticeAlan McSweeney
 
Solution Security Architecture
Solution Security ArchitectureSolution Security Architecture
Solution Security ArchitectureAlan McSweeney
 
Enterprise Architecture - TOGAF Overview
Enterprise Architecture - TOGAF OverviewEnterprise Architecture - TOGAF Overview
Enterprise Architecture - TOGAF OverviewMohamed Sami El-Tahawy
 
What is the Value of Mature Enterprise Architecture TOGAF
What is the Value of Mature Enterprise Architecture TOGAFWhat is the Value of Mature Enterprise Architecture TOGAF
What is the Value of Mature Enterprise Architecture TOGAFxavblai
 
Introduction to data migration
Introduction to data migrationIntroduction to data migration
Introduction to data migrationHubert Manduku
 
Introduction to Enterprise architecture and the steps to perform an Enterpris...
Introduction to Enterprise architecture and the steps to perform an Enterpris...Introduction to Enterprise architecture and the steps to perform an Enterpris...
Introduction to Enterprise architecture and the steps to perform an Enterpris...Prashanth Panduranga
 
01 oracle application integration overview
01 oracle application integration overview01 oracle application integration overview
01 oracle application integration overviewnksolanki
 
Enterprise Architecture Implementation And The Open Group Architecture Framew...
Enterprise Architecture Implementation And The Open Group Architecture Framew...Enterprise Architecture Implementation And The Open Group Architecture Framew...
Enterprise Architecture Implementation And The Open Group Architecture Framew...Alan McSweeney
 

Tendances (20)

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
 
Oracle EPM - Life cycle management
Oracle EPM - Life cycle managementOracle EPM - Life cycle management
Oracle EPM - Life cycle management
 
Session 25 - Documentation
Session 25 - DocumentationSession 25 - Documentation
Session 25 - Documentation
 
TOGAF 9 Architectural Artifacts
TOGAF 9  Architectural ArtifactsTOGAF 9  Architectural Artifacts
TOGAF 9 Architectural Artifacts
 
Datastage ppt
Datastage pptDatastage ppt
Datastage ppt
 
IT4IT real life examples & myths and rumors dispelled
IT4IT real life examples & myths and rumors dispelledIT4IT real life examples & myths and rumors dispelled
IT4IT real life examples & myths and rumors dispelled
 
Oracle Data Integrator
Oracle Data Integrator Oracle Data Integrator
Oracle Data Integrator
 
SCADA presentation.pptx
SCADA presentation.pptxSCADA presentation.pptx
SCADA presentation.pptx
 
The Art of Displaying Industrial Data
The Art of Displaying Industrial DataThe Art of Displaying Industrial Data
The Art of Displaying Industrial Data
 
Session 17 - SCADA Introduction
Session 17 - SCADA IntroductionSession 17 - SCADA Introduction
Session 17 - SCADA Introduction
 
Modeling TOGAF with ArchiMate
Modeling TOGAF with ArchiMateModeling TOGAF with ArchiMate
Modeling TOGAF with ArchiMate
 
Bpm Implementation Success Criteria And Best Practice
Bpm Implementation   Success Criteria And Best PracticeBpm Implementation   Success Criteria And Best Practice
Bpm Implementation Success Criteria And Best Practice
 
TOGAF
TOGAFTOGAF
TOGAF
 
Solution Security Architecture
Solution Security ArchitectureSolution Security Architecture
Solution Security Architecture
 
Enterprise Architecture - TOGAF Overview
Enterprise Architecture - TOGAF OverviewEnterprise Architecture - TOGAF Overview
Enterprise Architecture - TOGAF Overview
 
What is the Value of Mature Enterprise Architecture TOGAF
What is the Value of Mature Enterprise Architecture TOGAFWhat is the Value of Mature Enterprise Architecture TOGAF
What is the Value of Mature Enterprise Architecture TOGAF
 
Introduction to data migration
Introduction to data migrationIntroduction to data migration
Introduction to data migration
 
Introduction to Enterprise architecture and the steps to perform an Enterpris...
Introduction to Enterprise architecture and the steps to perform an Enterpris...Introduction to Enterprise architecture and the steps to perform an Enterpris...
Introduction to Enterprise architecture and the steps to perform an Enterpris...
 
01 oracle application integration overview
01 oracle application integration overview01 oracle application integration overview
01 oracle application integration overview
 
Enterprise Architecture Implementation And The Open Group Architecture Framew...
Enterprise Architecture Implementation And The Open Group Architecture Framew...Enterprise Architecture Implementation And The Open Group Architecture Framew...
Enterprise Architecture Implementation And The Open Group Architecture Framew...
 

Similaire à 9. PA DIM presentation.pdf

OPC UA Inside Out, Part 1 - Introduction and Playing Field
OPC UA Inside Out, Part 1 - Introduction and Playing FieldOPC UA Inside Out, Part 1 - Introduction and Playing Field
OPC UA Inside Out, Part 1 - Introduction and Playing FieldSadatulla Zishan
 
FieldComm Group - NAMUR press conference 2017 final nov. 6
FieldComm Group - NAMUR press conference 2017   final nov. 6FieldComm Group - NAMUR press conference 2017   final nov. 6
FieldComm Group - NAMUR press conference 2017 final nov. 6FieldComm Group
 
M2M in Transportation, Mining and Agriculture
M2M in Transportation, Mining and AgricultureM2M in Transportation, Mining and Agriculture
M2M in Transportation, Mining and AgricultureEurotech
 
OPC UA Connectivity with InduSoft and the OPC Foundation
OPC UA Connectivity with InduSoft and the OPC FoundationOPC UA Connectivity with InduSoft and the OPC Foundation
OPC UA Connectivity with InduSoft and the OPC FoundationAVEVA
 
IoT and M2M Services for the Railway Market
IoT and M2M Services for the Railway MarketIoT and M2M Services for the Railway Market
IoT and M2M Services for the Railway MarketEurotech
 
A step forward to product lifecycle
A step forward to product lifecycleA step forward to product lifecycle
A step forward to product lifecycleCORETECHNOLOGIE
 
OPC UA Inside Out Part 4 - OPC Tunneller
OPC UA Inside Out Part 4 - OPC TunnellerOPC UA Inside Out Part 4 - OPC Tunneller
OPC UA Inside Out Part 4 - OPC TunnellerSadatulla Zishan
 
OPC UA Inside Out Part 3 - Edge Devices
OPC UA Inside Out Part 3 - Edge DevicesOPC UA Inside Out Part 3 - Edge Devices
OPC UA Inside Out Part 3 - Edge DevicesSadatulla Zishan
 
Unique Value Proposition in M2M: Hardware, Software & Service Building Blocks...
Unique Value Proposition in M2M: Hardware, Software & Service Building Blocks...Unique Value Proposition in M2M: Hardware, Software & Service Building Blocks...
Unique Value Proposition in M2M: Hardware, Software & Service Building Blocks...Eurotech
 
Yakaiah_Resume_9Yrs
Yakaiah_Resume_9YrsYakaiah_Resume_9Yrs
Yakaiah_Resume_9YrsYakaiah S
 
FIWARE Global Summit - Cloud and Edge Standards for Industrial Instrumentatio...
FIWARE Global Summit - Cloud and Edge Standards for Industrial Instrumentatio...FIWARE Global Summit - Cloud and Edge Standards for Industrial Instrumentatio...
FIWARE Global Summit - Cloud and Edge Standards for Industrial Instrumentatio...FIWARE
 
DEVELOPMENT AND IMPLEMENTATION OF LOW COST IIOT GATEWAY WITH EDGE COMPUTING F...
DEVELOPMENT AND IMPLEMENTATION OF LOW COST IIOT GATEWAY WITH EDGE COMPUTING F...DEVELOPMENT AND IMPLEMENTATION OF LOW COST IIOT GATEWAY WITH EDGE COMPUTING F...
DEVELOPMENT AND IMPLEMENTATION OF LOW COST IIOT GATEWAY WITH EDGE COMPUTING F...IRJET Journal
 
OPC UA for Embedded & Constrained Devices
OPC UA for Embedded & Constrained Devices OPC UA for Embedded & Constrained Devices
OPC UA for Embedded & Constrained Devices Sadatulla Zishan
 
EDDL (Electronic Device Description Language)
EDDL (Electronic Device Description Language)EDDL (Electronic Device Description Language)
EDDL (Electronic Device Description Language)Heirarch Meissner
 
FIWARE Global Summit - Building Production Grade IoT Platform Leveraging FIWARE
FIWARE Global Summit - Building Production Grade IoT Platform Leveraging FIWAREFIWARE Global Summit - Building Production Grade IoT Platform Leveraging FIWARE
FIWARE Global Summit - Building Production Grade IoT Platform Leveraging FIWAREFIWARE
 

Similaire à 9. PA DIM presentation.pdf (20)

OPC UA Inside Out, Part 1 - Introduction and Playing Field
OPC UA Inside Out, Part 1 - Introduction and Playing FieldOPC UA Inside Out, Part 1 - Introduction and Playing Field
OPC UA Inside Out, Part 1 - Introduction and Playing Field
 
FieldComm Group - NAMUR press conference 2017 final nov. 6
FieldComm Group - NAMUR press conference 2017   final nov. 6FieldComm Group - NAMUR press conference 2017   final nov. 6
FieldComm Group - NAMUR press conference 2017 final nov. 6
 
M2M in Transportation, Mining and Agriculture
M2M in Transportation, Mining and AgricultureM2M in Transportation, Mining and Agriculture
M2M in Transportation, Mining and Agriculture
 
Br simatic pdm_en
Br simatic pdm_enBr simatic pdm_en
Br simatic pdm_en
 
OPC UA Connectivity with InduSoft and the OPC Foundation
OPC UA Connectivity with InduSoft and the OPC FoundationOPC UA Connectivity with InduSoft and the OPC Foundation
OPC UA Connectivity with InduSoft and the OPC Foundation
 
IoT and M2M Services for the Railway Market
IoT and M2M Services for the Railway MarketIoT and M2M Services for the Railway Market
IoT and M2M Services for the Railway Market
 
C12 Profinet diagnostics during the entire life cycle of production lines a...
C12   Profinet diagnostics during the entire life cycle of production lines a...C12   Profinet diagnostics during the entire life cycle of production lines a...
C12 Profinet diagnostics during the entire life cycle of production lines a...
 
A step forward to product lifecycle
A step forward to product lifecycleA step forward to product lifecycle
A step forward to product lifecycle
 
OPC UA Inside Out Part 4 - OPC Tunneller
OPC UA Inside Out Part 4 - OPC TunnellerOPC UA Inside Out Part 4 - OPC Tunneller
OPC UA Inside Out Part 4 - OPC Tunneller
 
PI Technologies for Process Automation
PI Technologies for Process AutomationPI Technologies for Process Automation
PI Technologies for Process Automation
 
OPC UA Inside Out Part 3 - Edge Devices
OPC UA Inside Out Part 3 - Edge DevicesOPC UA Inside Out Part 3 - Edge Devices
OPC UA Inside Out Part 3 - Edge Devices
 
Unique Value Proposition in M2M: Hardware, Software & Service Building Blocks...
Unique Value Proposition in M2M: Hardware, Software & Service Building Blocks...Unique Value Proposition in M2M: Hardware, Software & Service Building Blocks...
Unique Value Proposition in M2M: Hardware, Software & Service Building Blocks...
 
Yakaiah_Resume_9Yrs
Yakaiah_Resume_9YrsYakaiah_Resume_9Yrs
Yakaiah_Resume_9Yrs
 
FIWARE Global Summit - Cloud and Edge Standards for Industrial Instrumentatio...
FIWARE Global Summit - Cloud and Edge Standards for Industrial Instrumentatio...FIWARE Global Summit - Cloud and Edge Standards for Industrial Instrumentatio...
FIWARE Global Summit - Cloud and Edge Standards for Industrial Instrumentatio...
 
DEVELOPMENT AND IMPLEMENTATION OF LOW COST IIOT GATEWAY WITH EDGE COMPUTING F...
DEVELOPMENT AND IMPLEMENTATION OF LOW COST IIOT GATEWAY WITH EDGE COMPUTING F...DEVELOPMENT AND IMPLEMENTATION OF LOW COST IIOT GATEWAY WITH EDGE COMPUTING F...
DEVELOPMENT AND IMPLEMENTATION OF LOW COST IIOT GATEWAY WITH EDGE COMPUTING F...
 
Introduction to PROFIBUS for process automation Andy Verwer
Introduction to PROFIBUS for process automation   Andy VerwerIntroduction to PROFIBUS for process automation   Andy Verwer
Introduction to PROFIBUS for process automation Andy Verwer
 
OPC UA for Embedded & Constrained Devices
OPC UA for Embedded & Constrained Devices OPC UA for Embedded & Constrained Devices
OPC UA for Embedded & Constrained Devices
 
EDDL (Electronic Device Description Language)
EDDL (Electronic Device Description Language)EDDL (Electronic Device Description Language)
EDDL (Electronic Device Description Language)
 
veera (updated)
veera (updated)veera (updated)
veera (updated)
 
FIWARE Global Summit - Building Production Grade IoT Platform Leveraging FIWARE
FIWARE Global Summit - Building Production Grade IoT Platform Leveraging FIWAREFIWARE Global Summit - Building Production Grade IoT Platform Leveraging FIWARE
FIWARE Global Summit - Building Production Grade IoT Platform Leveraging FIWARE
 

Plus de PROFIBUS and PROFINET InternationaI - PI UK

Plus de PROFIBUS and PROFINET InternationaI - PI UK (20)

11. PI_Ford_Dunton_IOLINK_Safety.pdf
11. PI_Ford_Dunton_IOLINK_Safety.pdf11. PI_Ford_Dunton_IOLINK_Safety.pdf
11. PI_Ford_Dunton_IOLINK_Safety.pdf
 
7. Ford_Dunton_TSN_CRM.pdf
7. Ford_Dunton_TSN_CRM.pdf7. Ford_Dunton_TSN_CRM.pdf
7. Ford_Dunton_TSN_CRM.pdf
 
6. SRCI Profibus International v2.pdf
6. SRCI Profibus International v2.pdf6. SRCI Profibus International v2.pdf
6. SRCI Profibus International v2.pdf
 
13. CEMA - AUTOMOTIVE.pdf
13. CEMA - AUTOMOTIVE.pdf13. CEMA - AUTOMOTIVE.pdf
13. CEMA - AUTOMOTIVE.pdf
 
12. PI_OPC_UK.pdf
12. PI_OPC_UK.pdf12. PI_OPC_UK.pdf
12. PI_OPC_UK.pdf
 
4. APL PI Presentation 2023.pdf
4. APL PI Presentation 2023.pdf4. APL PI Presentation 2023.pdf
4. APL PI Presentation 2023.pdf
 
10. PI_Dunton - OT Security.pdf
10. PI_Dunton - OT Security.pdf10. PI_Dunton - OT Security.pdf
10. PI_Dunton - OT Security.pdf
 
3. Ford Dunton Mark Freeman.pdf
3. Ford Dunton Mark Freeman.pdf3. Ford Dunton Mark Freeman.pdf
3. Ford Dunton Mark Freeman.pdf
 
2. Ford_Dunton_Introductions_CRM.pdf
2. Ford_Dunton_Introductions_CRM.pdf2. Ford_Dunton_Introductions_CRM.pdf
2. Ford_Dunton_Introductions_CRM.pdf
 
PI UK Seminar (Nov 2021) - Online Certified Training Courses
PI UK Seminar (Nov 2021) - Online Certified Training CoursesPI UK Seminar (Nov 2021) - Online Certified Training Courses
PI UK Seminar (Nov 2021) - Online Certified Training Courses
 
PI UK Seminar (Nov 2021) - PROFINET Implementation and Testing
PI UK Seminar (Nov 2021) - PROFINET Implementation and TestingPI UK Seminar (Nov 2021) - PROFINET Implementation and Testing
PI UK Seminar (Nov 2021) - PROFINET Implementation and Testing
 
PI UK Seminar (Nov 2021) - PROFINET Design Basics
PI UK Seminar (Nov 2021) - PROFINET Design BasicsPI UK Seminar (Nov 2021) - PROFINET Design Basics
PI UK Seminar (Nov 2021) - PROFINET Design Basics
 
PI UK Seminar (Nov 2021) - PROFINET Gateways
PI UK Seminar (Nov 2021) - PROFINET GatewaysPI UK Seminar (Nov 2021) - PROFINET Gateways
PI UK Seminar (Nov 2021) - PROFINET Gateways
 
PI UK Seminar (Nov 2021) - PROFIBUS and PROFINET Device Configuration
PI UK Seminar (Nov 2021) - PROFIBUS and PROFINET Device ConfigurationPI UK Seminar (Nov 2021) - PROFIBUS and PROFINET Device Configuration
PI UK Seminar (Nov 2021) - PROFIBUS and PROFINET Device Configuration
 
PI UK Seminar (Nov 2021) - PROFINET of Things
PI UK Seminar (Nov 2021) - PROFINET of ThingsPI UK Seminar (Nov 2021) - PROFINET of Things
PI UK Seminar (Nov 2021) - PROFINET of Things
 
PI UK Seminar (Nov 2021) - Update on APL
PI UK Seminar (Nov 2021) - Update on APLPI UK Seminar (Nov 2021) - Update on APL
PI UK Seminar (Nov 2021) - Update on APL
 
PROFINET to PROFIBUS gateways - Peter Thomas - 03 june 2020
PROFINET to PROFIBUS gateways - Peter Thomas - 03 june 2020PROFINET to PROFIBUS gateways - Peter Thomas - 03 june 2020
PROFINET to PROFIBUS gateways - Peter Thomas - 03 june 2020
 
PROFIBUS lightning surge protection - Peter Thomas, CSL - 10 june 2020
PROFIBUS lightning surge protection -  Peter Thomas, CSL - 10 june 2020 PROFIBUS lightning surge protection -  Peter Thomas, CSL - 10 june 2020
PROFIBUS lightning surge protection - Peter Thomas, CSL - 10 june 2020
 
PROFINET network diagnostics and support - May 2020 - Peter Thomas
PROFINET network diagnostics and support - May 2020 - Peter ThomasPROFINET network diagnostics and support - May 2020 - Peter Thomas
PROFINET network diagnostics and support - May 2020 - Peter Thomas
 
Profinet network design webinar - Peter Thomas may 2020 - v1.0
Profinet network design webinar - Peter Thomas   may 2020 - v1.0Profinet network design webinar - Peter Thomas   may 2020 - v1.0
Profinet network design webinar - Peter Thomas may 2020 - v1.0
 

Dernier

Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfrs7054576148
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 

Dernier (20)

Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 

9. PA DIM presentation.pdf

  • 1. 02/15/2023 Products Solutions Services PA DIM presentation Slide 1 AEI
  • 2. 02/15/2023 Content • Drivers … the idea of PA DIM • FDI driver packages • Short OPC-UA recap • Summarize & Questions PA DIM presentation Slide 2 AEI
  • 3. 02/15/2023 PA DIM presentation Drivers, drivers, drivers, … 1 3 Integration in control IIoT & Digital Services Use Case Use Case Use Case Enlarge information value Secure core customer process Increase operational efficiency Asset Management 2 3rd Slide 3 AEI
  • 4. 02/15/2023 Why do Customers need a Device Driver? What are the main tasks when a customer accesses field instruments • Fast and easy basic Setup of 80% of all field devices • Perform diagnostic check • Measuring point documentation • Service functionality (e.g. envelope curve) • Getting Measurement values into a control system PA DIM presentation Basic configuration wizard Heartbeat Print functionality E.g., Envelope curve Slide 4 AEI
  • 5. 02/15/2023 Types of device drivers - EDD In September 2002 the Fieldbus Foundation (FF) , HART Communication Foundation (HCF) and the PROFIBUS Nutzerorganisation (PNO) began discussions about jointly investigating and developing enhancements for the Electronic Device Description Language (EDDL). These discussions resulted in a joint project, which was staffed by participants from all three organizations. This joint project gathered requirements and designed language enhancements to support complex devices, provided graphical displays, enhanced HMI descriptions and access to persistent (i.e., EDD application stored) data. Draft specifications for the resulting language enhancements were completed in September 2003. Tools using EDDs are e.g., Siemens PDM, Emerson AMS, … PA DIM presentation Slide 5 AEI
  • 6. 02/15/2023 Types of device drivers – FDT / DTM The FDT Device Type Manager™ (FDT DTM) contains application software that defines all the parameters and capabilities included in an automation device. The DTM encapsulates device-specific data, functions and business rules such as the device structure, its communication capabilities, internal dependencies, and human-machine interface (HMI) structure. • FDT – Frame Application to open DTMs • DTM – Device Driver • Com. DTM – Establishes the connection between the FDT application and the field device. This is DTM is vendor and technology specific. • iDTM - Interpredates e.g., an EDD file for a FDT frame Tools using DTMs are e.g., Endress+Hauser FieldCare, Honeywell, ABB, Emerson (partly), … PA DIM presentation Slide 6 AEI
  • 7. 02/15/2023 Types of device drivers - FDI FDI is an emerging device integration technology in the process automation industry. The core of FDI standard is the FDI Device Package. It is a standardized container having all the elements required for describing the field device in the plant. FDI Device Packages contain EDDL to manage the device operations and optional UIP (User Interface Plug-in) to describe the complex device functionalities like echo curve, valve signature etc. FDI-DTM technology allows FDI Device Packages to be supported in existing FDT/FRAME- enabled host systems. This enables the existing huge installed base of FDT-enabled engineering applications to experience the benefits of FDI Device Packages. EDDL and UIP components within the FDI Device Package are interpreted as the Device DTM by the FDI-DTM technology. For FDT/FRAME™ applications, the FDI-DTM will act like a Device DTM whereas for the FDI Device Package, it will behave as if it is the FDI Host. FDI-DTM technology will ensure long-term investment protection for end users and device suppliers. PA DIM presentation Slide 7 AEI
  • 8. 02/15/2023 FieldComm Group and PI Cooperate • One package for (nearly) all automation systems & technologies PA DIM presentation • Conformance Testing around the world • FieldComm Groups and PI test labs • Device and Host tests • Work jointly in Working groups to keep FDI harmonized among the protocols • FDI specification, EDDL specification • Device and Host conformance test specification and processes Slide 8 AEI
  • 9. 02/15/2023 PA - Device Integration Manager FieldComm Group (FCG), OPC Foundation (OPCF), and PROFIBUS/PROFINET International (PI) have taken the initiative to jointly standardize and specify the information model for Process Automation Devices - PA-DIM. PA-DIM is based on the NAMUR requirements for Open Architecture (under development), Self- Monitoring and Diagnosis of Field Devices (NE107), and NAMUR standard device - Field devices for standard applications (NE 131). PA-DIM is a manufacturer independent Information Model with a structured hierarchy for standardized data access for devices. A Device (Asset) has Set of Signals (Functions) e.g., Process Variables, which are based on OPC UA Part 100 Devices (DI-model). PA-DIM re-use IVendor-, ITag- Nameplate and IDeviceHealth- Interfaces from DI. PA DIM presentation Slide 9 AEI
  • 10. 02/15/2023 PA - Device Integration Manager PA – DIM enables access to device information via OPC-UA • Nearly independently of the communication & physics of the connected field device. • The PA – DIM is loaded with e.g., the FDI Package containing the EDD. • Through the OPC-UA technology the information is mapped and made available for clients. PA DIM presentation Source: Process Automation Device Information Model, FieldCom Group Slide 10 AEI
  • 11. 02/15/2023 Short recap OPC-UA - Value proposition claim of OPC UA Windows LINUX Android iOS Embedded OPC UA is … • Independent of operating systems • Independent of hardware platforms • Secure (Authorization & Authentication) • Safe (QoS) • Scalable • Able to model data (Syntax & Semantic) • Transmitted via standard TCP/IP communication • Replacement of DCOM • Object oriented PA DIM presentation OPC UA – Open Platform Communication (OPC) Unified Architecture (UA) Security … to make information accessible through a standardized, secure and reliable way for industry applications Slide 11 AEI
  • 12. 02/15/2023 Architecture & Information Modeling PA DIM presentation Legend: DA: Data Access (mostly used) AC: Alarms & Conditions HA: Historical Access Vendor specific IM OPC UA Base Services Transport & Security via TCP Binary or SOAP DA AC HA Industry Standards: FDI, ADI Information Models OPC UA Base Information Model (IM) Modeling Framework OPC UA comes with a modeling “language” (Syntax) which allows users to turn raw data in more valuable information by adding meaning to the data (Semantics). It’s object oriented… EXAMPLE: Transmission of an analogue measurement value of Sensor 1 which is 27,3 °C • PROFIBUS 4 Byte value, 1 Byte status → 0x1041DA6680 = 27,3 & good • OPC UA uses information modeling → Sensor 1::ObjectType_Sensor PV::ObjectTypeA_Value Value::Type_IEEE754 Unit::Type_String Slide 12 AEI
  • 13. 02/15/2023 PA DIM presentation Client-Server & Pub-Sub mechanism Slide 13 AEI
  • 14. 02/15/2023 Client-Server & Pub-Sub mechanism Client-Server communication • The full range of information model access is available via services and in doing so follows the design paradigm of service-oriented architecture (SOA) with which a service provider receives requests, processes them and sends the results back with the response. Publish-Subscribe (PubSub) • Provides an alternative mechanism for data and event notification. PubSub has been optimized for many-to-many configurations. • With PubSub, OPC UA applications do not directly exchange requests and responses. Instead, Publishers send messages to a Message Oriented Middleware, without knowledge of what, if any, Subscribers there may be. Similarly, Subscribers express interest in specific types of data, and process messages that contain this data, without a need to know where it originated from. PA DIM presentation Slide 14 AEI
  • 15. 02/15/2023 OPC UA and the PA DIM PA DIM: Light weight, standardized information model for monitoring and optimization implementing the NAMUR information model • Identification • Diagnosis • Process variables • Core parameters • FDI + PA DIM implement the NAMUR Open Architecture • Enable mapping from HART and fieldbus devices to OPC UA in brownfield and greenfield application PA DIM presentation Slide 15 AEI
  • 16. 02/15/2023 Notes / Questions ? PA DIM presentation AEI Slide 16