SlideShare ist ein Scribd-Unternehmen logo
1 von 16
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Control System Components
Control System ComponentsControl System Components
Control System ComponentsFertiglobe
 
Siemens catalog hmi-hmi introduction
Siemens catalog hmi-hmi introductionSiemens catalog hmi-hmi introduction
Siemens catalog hmi-hmi introductionDien Ha The
 
Ladder logic fundamentals plc tutorial
Ladder logic fundamentals plc tutorialLadder logic fundamentals plc tutorial
Ladder logic fundamentals plc tutorialMavuri Malleswara Rao
 
Cp1e manual
Cp1e manualCp1e manual
Cp1e manualAlain Hua
 
Pemasangan sistem hidrolik
Pemasangan sistem hidrolikPemasangan sistem hidrolik
Pemasangan sistem hidrolikrahimbesoll
 
Pid control
Pid controlPid control
Pid controlAB Rizvi
 
Basic Control System unit5
Basic Control System unit5Basic Control System unit5
Basic Control System unit5Asraf Malik
 
summer internship report on PLC & SCADA
summer internship report on PLC & SCADAsummer internship report on PLC & SCADA
summer internship report on PLC & SCADAVarunKumarRaghav
 
Working of DCS systems
Working of DCS systemsWorking of DCS systems
Working of DCS systemshameedakhtar155
 
Industrial Automation - Introduction
Industrial Automation - IntroductionIndustrial Automation - Introduction
Industrial Automation - IntroductionRamaniIA
 
Buku puil keselamatan dan pemasangan instalasi listrik voltase rendah
Buku puil keselamatan dan pemasangan instalasi listrik voltase rendahBuku puil keselamatan dan pemasangan instalasi listrik voltase rendah
Buku puil keselamatan dan pemasangan instalasi listrik voltase rendahAdy D'la-la
 
Plc report with project
Plc report with projectPlc report with project
Plc report with projectPriya Hada
 
PARTIAL DISCHARGES IN TRANSFORMERS
PARTIAL DISCHARGES IN TRANSFORMERSPARTIAL DISCHARGES IN TRANSFORMERS
PARTIAL DISCHARGES IN TRANSFORMERSPower System Operation
 

Was ist angesagt? (20)

Documentation
DocumentationDocumentation
Documentation
 
Control System Components
Control System ComponentsControl System Components
Control System Components
 
Siemens catalog hmi-hmi introduction
Siemens catalog hmi-hmi introductionSiemens catalog hmi-hmi introduction
Siemens catalog hmi-hmi introduction
 
PLC Troubleshooting & Maintenance
PLC Troubleshooting & MaintenancePLC Troubleshooting & Maintenance
PLC Troubleshooting & Maintenance
 
Ladder logic fundamentals plc tutorial
Ladder logic fundamentals plc tutorialLadder logic fundamentals plc tutorial
Ladder logic fundamentals plc tutorial
 
Cp1e manual
Cp1e manualCp1e manual
Cp1e manual
 
OPAL-RT ePHASORsim Webinar
OPAL-RT ePHASORsim WebinarOPAL-RT ePHASORsim Webinar
OPAL-RT ePHASORsim Webinar
 
Pemasangan sistem hidrolik
Pemasangan sistem hidrolikPemasangan sistem hidrolik
Pemasangan sistem hidrolik
 
GARDU INDUK KONVENSIONAL
GARDU INDUK KONVENSIONAL GARDU INDUK KONVENSIONAL
GARDU INDUK KONVENSIONAL
 
Pid control
Pid controlPid control
Pid control
 
Gardu induk
Gardu indukGardu induk
Gardu induk
 
Simbolos hidraulicos din-iso 1219
Simbolos hidraulicos din-iso 1219Simbolos hidraulicos din-iso 1219
Simbolos hidraulicos din-iso 1219
 
Basic Control System unit5
Basic Control System unit5Basic Control System unit5
Basic Control System unit5
 
summer internship report on PLC & SCADA
summer internship report on PLC & SCADAsummer internship report on PLC & SCADA
summer internship report on PLC & SCADA
 
Working of DCS systems
Working of DCS systemsWorking of DCS systems
Working of DCS systems
 
Industrial Automation - Introduction
Industrial Automation - IntroductionIndustrial Automation - Introduction
Industrial Automation - Introduction
 
Buku puil keselamatan dan pemasangan instalasi listrik voltase rendah
Buku puil keselamatan dan pemasangan instalasi listrik voltase rendahBuku puil keselamatan dan pemasangan instalasi listrik voltase rendah
Buku puil keselamatan dan pemasangan instalasi listrik voltase rendah
 
Plc report with project
Plc report with projectPlc report with project
Plc report with project
 
PARTIAL DISCHARGES IN TRANSFORMERS
PARTIAL DISCHARGES IN TRANSFORMERSPARTIAL DISCHARGES IN TRANSFORMERS
PARTIAL DISCHARGES IN TRANSFORMERS
 
DCS
DCSDCS
DCS
 

Ă„hnlich wie 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
 
Br simatic pdm_en
Br simatic pdm_enBr simatic pdm_en
Br simatic pdm_enVahid RG-zadeh
 
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
 
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...PROFIBUS and PROFINET InternationaI - PI UK
 
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
 
veera (updated)
veera (updated)veera (updated)
veera (updated)Veeranna Babu
 
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
 

Ă„hnlich wie 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
 

Mehr von PROFIBUS and PROFINET InternationaI - PI UK

Mehr von 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
 

KĂĽrzlich hochgeladen

welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 

KĂĽrzlich hochgeladen (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 

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