SlideShare a Scribd company logo
1 of 22
Download to read offline
PROFIBUS PA 
Device 
Calibration and 
Maintenance
Andy Verwer,
Verwer Training
& Consultancy
Ltd
Accredited PI
Training Centre
PROFINET,
PROFIBUS and
IO-Link Seminar
AMRC Sheffield
14 October 2015
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 2AMRC Sheffield, October 2015
What is PROFIBUS PA?
Most people understand that:
The PROFIBUS PA protocol is exactly the same as PROFIBUS 
DP. I.e. the structure and content of the telegrams are the 
same.
But the PA physical layer uses Manchester Bus Powered 
(MBP) wiring instead of the RS485 wiring used in DP.
However, this is not totally correct!
PA devices can have an RS485 interface.
The real difference between DP and PA is that PA devices must 
adhere to the “PROFIBUS PA profile”. 
The PA profile defines how the device data is organised and 
accessed and defines which functions and parameters must be 
provided on PA devices.
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 3AMRC Sheffield, October 2015
4‐20mA transmission
 PA was designed to replace 4-20mA technology.
 With 4-20mA each device needs a separate cable and
input/output on the controller.
 The IO card on the controller contains an Analogue to
Digital Converter (ADC).
PLC with
4-20mA
or 1-5V
input
24V
250Ω1-5V
4-20mA
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 4AMRC Sheffield, October 2015
4‐20mA calibration
Transmitted signal
Measured
value
Calibrated range or
span
Minimum
Measured
Value
Maximum
Measured
Value
20mA
4mA
Example:
Temperature transmitter span =
0 to 250°C
Transmitted current = 10mA,
what is the temperature?
Fraction of range
10 4
20 4
6
16
0.375
Therefore temperature
0 0.375 250
93.75
10mA
?
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 5AMRC Sheffield, October 2015
PROFIBUS PA
4‐20mA devices always connect to a 4‐20mA input on a 
remote IO unit or controller IO card.
Communication is analogue.
Scaling is done in the controller (PLC).
The controller only sees the value as a 12 or 16 bit integer 
value (range 0 to 4095, or 0 to 65535).
PROFIBUS PA is quite different.
The Devices all communicate digitally.
The scaling is done in the device (i.e. the instrument).
Transmitted process values are sent as floating point 
numbers, scaled and calibrated in engineering units (e.g. 
°C, mBar, litres/minute, m3 etc.)
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 6AMRC Sheffield, October 2015
The PA Profile
The PROFIBUS PA Profile provides a mandatory specification 
for all PA devices.
Defines the device functions, data organisation and 
formatting.
The Process Value is always communicated in a standardised 
format:
Standard floating point format for analogue values.
Standard digital format for discrete values.
Plus a standardised status value which encodes the quality 
of the measurement (good, bad, usable etc.)
The profile also specifies mandatory device parameters so that 
standardised tools can be used to access this data with any 
manufacturer’s devices.
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 7AMRC Sheffield, October 2015
Data representation
The process values of PA devices are transmitted as:
32‐bit floating‐point values (analogue devices), or
discrete bits or bytes (switching devices).
Together with a “status byte” containing information about 
the “quality” of the process value.
Typical analogue instrument or actuator value: 
Byte 1 Byte 2 Byte 3 Byte 5Byte 4
Floating point number representing the 
process value in “engineering units”
Status byte 
representing the 
quality of the value
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 8AMRC Sheffield, October 2015
Status byte interpretation
The status byte consists of eight bits representing signal 
quality.
The most significant bit is used to indicate the overall quality 
of the associated value:
= Bad (‹80hex, 12810)
= Good (80hex, 12810)
The remaining bits in the status byte give further 
information on the device status. 
0 X X X X X X X
1 X X X X X X X
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 9AMRC Sheffield, October 2015
The PA profile structures a device into “Blocks”:
A Physical Block, PB
Contains the parameters and functions of the device 
hardware and installation etc.
One or more Transducer Blocks, TB
Describes the interface to the process, i.e. the sensor or 
actuator characteristics.
One or more Function Blocks, FB
Contains common signal manipulation and automation 
functions.
Each device also incorporates a Resource or Device 
Manager.
Describes which blocks are available in the device and a 
look‐up table for the device parameters.
PA device model
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 10AMRC Sheffield, October 2015
Block header
Block header
Block header
Block header
Device
Physical block, PB
Transducer block, TB Function block, FB
Resource Manager
Directory header
List of blocks
Pointers to blocks
PB pointer
TB pointer
TB pointer
FB pointer
FB pointer
Block header
Block header Block header
parameters
parameters parameters
Parameter order 
and semantics 
described in PA 
profile.
PA device model
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 11AMRC Sheffield, October 2015
The blocks can execute functions that manipulate the process 
value or device state.
Each TB/FB pair is responsible for a process value, which can 
be a measurement from an instrument or an actuator value to 
a valve or positioner.
Each process value is exchanged with the controlling Class‐1 
master using normal cyclic data exchange.
The parameters of the blocks can be read from or written to 
the device using acyclic functions.
These are normally accessed by a Class‐2 master 
(Engineering Tool),
or alternatively by the controlling Class‐1 master.
Data access
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 12AMRC Sheffield, October 2015
Physical block
Transducer block 
(Pressure)
Function block 
(Analogue Input)
Sensor signal
Measured value
transmitted 
cyclically to 
Class‐1 master
Transmitter block model
Parameters read 
and written 
acyclically by 
Class‐2 master
Process Value
Parameters Parameters
Parameters
PA device model
Pressure 
Transmitter
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 13AMRC Sheffield, October 2015
Transducer blocks reflect the measurement or actuation that is 
taking place.
Transducer blocks are available for a wide range of 
instruments and actuators:
Temperature – RTD, thermocouple etc.
Pressure/differential pressure etc.
Level – hydrostatic, displacement, microwave, capacitance 
etc.
Flow – head meters, electromagnetic, Coriolis etc.
Transducer blocks
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 14AMRC Sheffield, October 2015
Temperature transducer block
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 15AMRC Sheffield, October 2015
Level transducer block
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 16AMRC Sheffield, October 2015
Function blocks contain common signal conditioning and 
automation functions.
There are currently three function blocks for inputs and two 
for outputs defined in the PA profile:
Analogue input, Analogue output,
Discrete input, Discrete output,
Totaliser (for use with flow measurement),
The analogue input block is the most common block, being 
used for all analogue instruments. It provides for each 
measurement:
Linearisation, filtering, alarms, fail‐safe action, simulation 
facilities and auto/manual mode control.
Function blocks
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 17AMRC Sheffield, October 2015
Analogue input function block
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 18AMRC Sheffield, October 2015
PA engineering tools
The functions and addressing to access parameters is defined in 
the PA profile.
Specialist PA engineering tools are available that can interact 
with devices without requiring explicit addresses.
PA engineering tools come in two types:
EDD tools (such as Siemens PDM)
FDT tools (such as E+H FieldCare, P+F PactWare etc.)
(EDD = Electronic Device Description, FDT = Field Device Tool)
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 19AMRC Sheffield, October 2015
FDT/DTM tools
FDT is an open technology that is defined by international 
standards and supported by several manufacturers (E+H 
FieldCare, P+F PactWare etc.)
The FTD tools use Device Type Managers (DTMs) to establish 
the required communications and to access parameters in the 
different devices.
Two different types of DTM are available:
Communications DTMs (CommDTMs) – establish a 
communication route to the devices.
Device DTMs – to access data within a particular type of 
device.
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 20AMRC Sheffield, October 2015
FDT/DTM tools
ProfiTrace supports a CommDTM that allows ProfiTrace to be 
used in any FDT environment.
An additional licence is required.
ProfiTrace must not be running, but is automatically initialised 
when the CommDTM is used within an FDT environment.
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 21AMRC Sheffield, October 2015
FDT/DTM
• The FDT provides a standardised framework in 
which the required DTMs can be loaded and run.
• The device DTMs operate underneath the 
CommDTM in order to provide a route to the 
devices.
CommDTM
Device DTMs
ProfiCore
DP
PA
Transparent 
coupler
Devices
PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 22AMRC Sheffield, October 2015
Specialist Calibration tools
Specialist calibration tools are available from several 
manufacturers.
Beamex, for example, offer specialist calibration tools with 
capabilities for pressure, temperature and various electrical 
signals.
The Beamex MC6 incorporates a communicator for PROFIBUS 
PA instruments (Based on EDD technology)

More Related Content

What's hot

Opinion: The Politics of SA vs NSA 5G & 4G Speeds
Opinion: The Politics of SA vs NSA 5G & 4G SpeedsOpinion: The Politics of SA vs NSA 5G & 4G Speeds
Opinion: The Politics of SA vs NSA 5G & 4G Speeds3G4G
 
5G RAN fundamentals
5G RAN fundamentals5G RAN fundamentals
5G RAN fundamentalsRavi Sharma
 
Layer 1 Encryption in WDM Transport Systems
Layer 1 Encryption in WDM Transport SystemsLayer 1 Encryption in WDM Transport Systems
Layer 1 Encryption in WDM Transport SystemsADVA
 
O-RAN and the enterprise
O-RAN and the enterpriseO-RAN and the enterprise
O-RAN and the enterpriseADVA
 
Fiberhome Smart ODN Solution
Fiberhome Smart ODN SolutionFiberhome Smart ODN Solution
Fiberhome Smart ODN SolutionJethrow Hwayerera
 
6G Training Course Part 4: 6G Timeline
6G Training Course Part 4: 6G Timeline6G Training Course Part 4: 6G Timeline
6G Training Course Part 4: 6G Timeline3G4G
 
Calling VoWiFi... The Next Mobile Operator Service is here...
Calling VoWiFi... The Next Mobile Operator Service is here... Calling VoWiFi... The Next Mobile Operator Service is here...
Calling VoWiFi... The Next Mobile Operator Service is here... Cisco Canada
 
Thuyet minh he thong tong dai dien thoai hi path 4000
Thuyet minh he thong tong dai dien thoai hi path 4000Thuyet minh he thong tong dai dien thoai hi path 4000
Thuyet minh he thong tong dai dien thoai hi path 4000thunguyet88
 
Technical Paper: 5G Standalone Architecture
Technical Paper: 5G Standalone ArchitectureTechnical Paper: 5G Standalone Architecture
Technical Paper: 5G Standalone ArchitectureMassimo Talia
 
Session Initiation Protocol
Session Initiation ProtocolSession Initiation Protocol
Session Initiation ProtocolMatt Bynum
 
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFBSRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFBVikas Shokeen
 
BLUETOOTH TECHNOLOGY
BLUETOOTH TECHNOLOGYBLUETOOTH TECHNOLOGY
BLUETOOTH TECHNOLOGYAJAL A J
 
Thiết kế xây dựng trạm bts phục vụ cho một vùng và kiểm tra hoạt động trạm bt...
Thiết kế xây dựng trạm bts phục vụ cho một vùng và kiểm tra hoạt động trạm bt...Thiết kế xây dựng trạm bts phục vụ cho một vùng và kiểm tra hoạt động trạm bt...
Thiết kế xây dựng trạm bts phục vụ cho một vùng và kiểm tra hoạt động trạm bt...Đinh Công Thiện Taydo University
 
Advanced: Control and User Plane Separation of EPC nodes (CUPS)
Advanced: Control and User Plane Separation of EPC nodes (CUPS)Advanced: Control and User Plane Separation of EPC nodes (CUPS)
Advanced: Control and User Plane Separation of EPC nodes (CUPS)3G4G
 
Advanced: True Fixed-Mobile Convergence (FMC) with 5G
Advanced: True Fixed-Mobile Convergence (FMC) with 5GAdvanced: True Fixed-Mobile Convergence (FMC) with 5G
Advanced: True Fixed-Mobile Convergence (FMC) with 5G3G4G
 
Wireless Fidelity (WiFi)
Wireless Fidelity (WiFi)Wireless Fidelity (WiFi)
Wireless Fidelity (WiFi)Hem Pokhrel
 

What's hot (20)

Opinion: The Politics of SA vs NSA 5G & 4G Speeds
Opinion: The Politics of SA vs NSA 5G & 4G SpeedsOpinion: The Politics of SA vs NSA 5G & 4G Speeds
Opinion: The Politics of SA vs NSA 5G & 4G Speeds
 
5G RAN fundamentals
5G RAN fundamentals5G RAN fundamentals
5G RAN fundamentals
 
Layer 1 Encryption in WDM Transport Systems
Layer 1 Encryption in WDM Transport SystemsLayer 1 Encryption in WDM Transport Systems
Layer 1 Encryption in WDM Transport Systems
 
O-RAN and the enterprise
O-RAN and the enterpriseO-RAN and the enterprise
O-RAN and the enterprise
 
Xây dựng qui trình chuẩn hóa dữ liệu quan trắc môi trường, HAY
Xây dựng qui trình chuẩn hóa dữ liệu quan trắc môi trường, HAYXây dựng qui trình chuẩn hóa dữ liệu quan trắc môi trường, HAY
Xây dựng qui trình chuẩn hóa dữ liệu quan trắc môi trường, HAY
 
Fiberhome Smart ODN Solution
Fiberhome Smart ODN SolutionFiberhome Smart ODN Solution
Fiberhome Smart ODN Solution
 
PROFINET - applying the Ethernet standard to industral automation - Peter Th...
PROFINET  - applying the Ethernet standard to industral automation - Peter Th...PROFINET  - applying the Ethernet standard to industral automation - Peter Th...
PROFINET - applying the Ethernet standard to industral automation - Peter Th...
 
6G Training Course Part 4: 6G Timeline
6G Training Course Part 4: 6G Timeline6G Training Course Part 4: 6G Timeline
6G Training Course Part 4: 6G Timeline
 
Calling VoWiFi... The Next Mobile Operator Service is here...
Calling VoWiFi... The Next Mobile Operator Service is here... Calling VoWiFi... The Next Mobile Operator Service is here...
Calling VoWiFi... The Next Mobile Operator Service is here...
 
Cmw500 bro en
Cmw500 bro enCmw500 bro en
Cmw500 bro en
 
Thuyet minh he thong tong dai dien thoai hi path 4000
Thuyet minh he thong tong dai dien thoai hi path 4000Thuyet minh he thong tong dai dien thoai hi path 4000
Thuyet minh he thong tong dai dien thoai hi path 4000
 
Technical Paper: 5G Standalone Architecture
Technical Paper: 5G Standalone ArchitectureTechnical Paper: 5G Standalone Architecture
Technical Paper: 5G Standalone Architecture
 
Session Initiation Protocol
Session Initiation ProtocolSession Initiation Protocol
Session Initiation Protocol
 
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFBSRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
 
Đề tài: mô hình đo thử hệ thống băng rộng trên optisystem
Đề tài: mô hình đo thử hệ thống băng rộng trên optisystem Đề tài: mô hình đo thử hệ thống băng rộng trên optisystem
Đề tài: mô hình đo thử hệ thống băng rộng trên optisystem
 
BLUETOOTH TECHNOLOGY
BLUETOOTH TECHNOLOGYBLUETOOTH TECHNOLOGY
BLUETOOTH TECHNOLOGY
 
Thiết kế xây dựng trạm bts phục vụ cho một vùng và kiểm tra hoạt động trạm bt...
Thiết kế xây dựng trạm bts phục vụ cho một vùng và kiểm tra hoạt động trạm bt...Thiết kế xây dựng trạm bts phục vụ cho một vùng và kiểm tra hoạt động trạm bt...
Thiết kế xây dựng trạm bts phục vụ cho một vùng và kiểm tra hoạt động trạm bt...
 
Advanced: Control and User Plane Separation of EPC nodes (CUPS)
Advanced: Control and User Plane Separation of EPC nodes (CUPS)Advanced: Control and User Plane Separation of EPC nodes (CUPS)
Advanced: Control and User Plane Separation of EPC nodes (CUPS)
 
Advanced: True Fixed-Mobile Convergence (FMC) with 5G
Advanced: True Fixed-Mobile Convergence (FMC) with 5GAdvanced: True Fixed-Mobile Convergence (FMC) with 5G
Advanced: True Fixed-Mobile Convergence (FMC) with 5G
 
Wireless Fidelity (WiFi)
Wireless Fidelity (WiFi)Wireless Fidelity (WiFi)
Wireless Fidelity (WiFi)
 

Similar to Profibus PA device calibration and maintenance - Andy Verwer

Basics_of_Profibus_Profibus_in_Practice_1707437568.pdf
Basics_of_Profibus_Profibus_in_Practice_1707437568.pdfBasics_of_Profibus_Profibus_in_Practice_1707437568.pdf
Basics_of_Profibus_Profibus_in_Practice_1707437568.pdfFarukPatel9
 
Modbus_over_serial_line_V1.pdf
Modbus_over_serial_line_V1.pdfModbus_over_serial_line_V1.pdf
Modbus_over_serial_line_V1.pdfbrumley
 
Zte utran ur11.1 optional feature description
Zte utran ur11.1 optional feature descriptionZte utran ur11.1 optional feature description
Zte utran ur11.1 optional feature descriptionMd Kamruzzaman
 
Wireless02 Beckman 1.ppt
Wireless02 Beckman 1.pptWireless02 Beckman 1.ppt
Wireless02 Beckman 1.pptssusera85eeb1
 
A Brief Introduction to Bluetooth Low Energy (BLE) on iOS
A Brief Introduction to Bluetooth Low Energy (BLE) on iOSA Brief Introduction to Bluetooth Low Energy (BLE) on iOS
A Brief Introduction to Bluetooth Low Energy (BLE) on iOSMatt Whitlock
 
V4.5.2 vvdi prog user manual
V4.5.2 vvdi prog user manualV4.5.2 vvdi prog user manual
V4.5.2 vvdi prog user manualEnzo C
 

Similar to Profibus PA device calibration and maintenance - Andy Verwer (20)

Profibus PA device commissioning and maintenance - Andy Verwer
Profibus PA device commissioning and maintenance - Andy VerwerProfibus PA device commissioning and maintenance - Andy Verwer
Profibus PA device commissioning and maintenance - Andy Verwer
 
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
 
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
 
Introduction to PROFIBUS and PROFINET - andy verwer
Introduction to PROFIBUS and PROFINET -  andy verwerIntroduction to PROFIBUS and PROFINET -  andy verwer
Introduction to PROFIBUS and PROFINET - andy verwer
 
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
 
Profibus system engineering and monitoring - Andy Verwer
Profibus system engineering and monitoring - Andy VerwerProfibus system engineering and monitoring - Andy Verwer
Profibus system engineering and monitoring - Andy Verwer
 
Basics_of_Profibus_Profibus_in_Practice_1707437568.pdf
Basics_of_Profibus_Profibus_in_Practice_1707437568.pdfBasics_of_Profibus_Profibus_in_Practice_1707437568.pdf
Basics_of_Profibus_Profibus_in_Practice_1707437568.pdf
 
Modbus_over_serial_line_V1.pdf
Modbus_over_serial_line_V1.pdfModbus_over_serial_line_V1.pdf
Modbus_over_serial_line_V1.pdf
 
Networking devices in the market
Networking devices in the marketNetworking devices in the market
Networking devices in the market
 
Practical steps to a successful PROFIBUS project - Richard Needham and Xiu Ji
Practical steps to a successful PROFIBUS project - Richard Needham and Xiu JiPractical steps to a successful PROFIBUS project - Richard Needham and Xiu Ji
Practical steps to a successful PROFIBUS project - Richard Needham and Xiu Ji
 
Bluetooth profile
Bluetooth profileBluetooth profile
Bluetooth profile
 
Zte utran ur11.1 optional feature description
Zte utran ur11.1 optional feature descriptionZte utran ur11.1 optional feature description
Zte utran ur11.1 optional feature description
 
9. PA DIM presentation.pdf
9. PA DIM presentation.pdf9. PA DIM presentation.pdf
9. PA DIM presentation.pdf
 
PI Technologies for Process Automation
PI Technologies for Process AutomationPI Technologies for Process Automation
PI Technologies for Process Automation
 
Profibus commissioning and maintenance - Richard Needham - oct 2015
Profibus commissioning and maintenance  - Richard Needham - oct 2015Profibus commissioning and maintenance  - Richard Needham - oct 2015
Profibus commissioning and maintenance - Richard Needham - oct 2015
 
Wireless02 Beckman 1.ppt
Wireless02 Beckman 1.pptWireless02 Beckman 1.ppt
Wireless02 Beckman 1.ppt
 
WT.PPTX
WT.PPTXWT.PPTX
WT.PPTX
 
A Brief Introduction to Bluetooth Low Energy (BLE) on iOS
A Brief Introduction to Bluetooth Low Energy (BLE) on iOSA Brief Introduction to Bluetooth Low Energy (BLE) on iOS
A Brief Introduction to Bluetooth Low Energy (BLE) on iOS
 
V4.5.2 vvdi prog user manual
V4.5.2 vvdi prog user manualV4.5.2 vvdi prog user manual
V4.5.2 vvdi prog user manual
 
Bluetooth profile
Bluetooth profileBluetooth profile
Bluetooth profile
 

More from PROFIBUS and PROFINET InternationaI - PI UK

More from 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
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 

Recently uploaded (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 

Profibus PA device calibration and maintenance - Andy Verwer

  • 1. PROFIBUS PA  Device  Calibration and  Maintenance Andy Verwer, Verwer Training & Consultancy Ltd Accredited PI Training Centre PROFINET, PROFIBUS and IO-Link Seminar AMRC Sheffield 14 October 2015
  • 2. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 2AMRC Sheffield, October 2015 What is PROFIBUS PA? Most people understand that: The PROFIBUS PA protocol is exactly the same as PROFIBUS  DP. I.e. the structure and content of the telegrams are the  same. But the PA physical layer uses Manchester Bus Powered  (MBP) wiring instead of the RS485 wiring used in DP. However, this is not totally correct! PA devices can have an RS485 interface. The real difference between DP and PA is that PA devices must  adhere to the “PROFIBUS PA profile”.  The PA profile defines how the device data is organised and  accessed and defines which functions and parameters must be  provided on PA devices.
  • 3. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 3AMRC Sheffield, October 2015 4‐20mA transmission  PA was designed to replace 4-20mA technology.  With 4-20mA each device needs a separate cable and input/output on the controller.  The IO card on the controller contains an Analogue to Digital Converter (ADC). PLC with 4-20mA or 1-5V input 24V 250Ω1-5V 4-20mA
  • 4. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 4AMRC Sheffield, October 2015 4‐20mA calibration Transmitted signal Measured value Calibrated range or span Minimum Measured Value Maximum Measured Value 20mA 4mA Example: Temperature transmitter span = 0 to 250°C Transmitted current = 10mA, what is the temperature? Fraction of range 10 4 20 4 6 16 0.375 Therefore temperature 0 0.375 250 93.75 10mA ?
  • 5. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 5AMRC Sheffield, October 2015 PROFIBUS PA 4‐20mA devices always connect to a 4‐20mA input on a  remote IO unit or controller IO card. Communication is analogue. Scaling is done in the controller (PLC). The controller only sees the value as a 12 or 16 bit integer  value (range 0 to 4095, or 0 to 65535). PROFIBUS PA is quite different. The Devices all communicate digitally. The scaling is done in the device (i.e. the instrument). Transmitted process values are sent as floating point  numbers, scaled and calibrated in engineering units (e.g.  °C, mBar, litres/minute, m3 etc.)
  • 6. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 6AMRC Sheffield, October 2015 The PA Profile The PROFIBUS PA Profile provides a mandatory specification  for all PA devices. Defines the device functions, data organisation and  formatting. The Process Value is always communicated in a standardised  format: Standard floating point format for analogue values. Standard digital format for discrete values. Plus a standardised status value which encodes the quality  of the measurement (good, bad, usable etc.) The profile also specifies mandatory device parameters so that  standardised tools can be used to access this data with any  manufacturer’s devices.
  • 7. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 7AMRC Sheffield, October 2015 Data representation The process values of PA devices are transmitted as: 32‐bit floating‐point values (analogue devices), or discrete bits or bytes (switching devices). Together with a “status byte” containing information about  the “quality” of the process value. Typical analogue instrument or actuator value:  Byte 1 Byte 2 Byte 3 Byte 5Byte 4 Floating point number representing the  process value in “engineering units” Status byte  representing the  quality of the value
  • 8. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 8AMRC Sheffield, October 2015 Status byte interpretation The status byte consists of eight bits representing signal  quality. The most significant bit is used to indicate the overall quality  of the associated value: = Bad (‹80hex, 12810) = Good (80hex, 12810) The remaining bits in the status byte give further  information on the device status.  0 X X X X X X X 1 X X X X X X X
  • 9. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 9AMRC Sheffield, October 2015 The PA profile structures a device into “Blocks”: A Physical Block, PB Contains the parameters and functions of the device  hardware and installation etc. One or more Transducer Blocks, TB Describes the interface to the process, i.e. the sensor or  actuator characteristics. One or more Function Blocks, FB Contains common signal manipulation and automation  functions. Each device also incorporates a Resource or Device  Manager. Describes which blocks are available in the device and a  look‐up table for the device parameters. PA device model
  • 10. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 10AMRC Sheffield, October 2015 Block header Block header Block header Block header Device Physical block, PB Transducer block, TB Function block, FB Resource Manager Directory header List of blocks Pointers to blocks PB pointer TB pointer TB pointer FB pointer FB pointer Block header Block header Block header parameters parameters parameters Parameter order  and semantics  described in PA  profile. PA device model
  • 11. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 11AMRC Sheffield, October 2015 The blocks can execute functions that manipulate the process  value or device state. Each TB/FB pair is responsible for a process value, which can  be a measurement from an instrument or an actuator value to  a valve or positioner. Each process value is exchanged with the controlling Class‐1  master using normal cyclic data exchange. The parameters of the blocks can be read from or written to  the device using acyclic functions. These are normally accessed by a Class‐2 master  (Engineering Tool), or alternatively by the controlling Class‐1 master. Data access
  • 12. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 12AMRC Sheffield, October 2015 Physical block Transducer block  (Pressure) Function block  (Analogue Input) Sensor signal Measured value transmitted  cyclically to  Class‐1 master Transmitter block model Parameters read  and written  acyclically by  Class‐2 master Process Value Parameters Parameters Parameters PA device model Pressure  Transmitter
  • 13. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 13AMRC Sheffield, October 2015 Transducer blocks reflect the measurement or actuation that is  taking place. Transducer blocks are available for a wide range of  instruments and actuators: Temperature – RTD, thermocouple etc. Pressure/differential pressure etc. Level – hydrostatic, displacement, microwave, capacitance  etc. Flow – head meters, electromagnetic, Coriolis etc. Transducer blocks
  • 14. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 14AMRC Sheffield, October 2015 Temperature transducer block
  • 15. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 15AMRC Sheffield, October 2015 Level transducer block
  • 16. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 16AMRC Sheffield, October 2015 Function blocks contain common signal conditioning and  automation functions. There are currently three function blocks for inputs and two  for outputs defined in the PA profile: Analogue input, Analogue output, Discrete input, Discrete output, Totaliser (for use with flow measurement), The analogue input block is the most common block, being  used for all analogue instruments. It provides for each  measurement: Linearisation, filtering, alarms, fail‐safe action, simulation  facilities and auto/manual mode control. Function blocks
  • 17. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 17AMRC Sheffield, October 2015 Analogue input function block
  • 18. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 18AMRC Sheffield, October 2015 PA engineering tools The functions and addressing to access parameters is defined in  the PA profile. Specialist PA engineering tools are available that can interact  with devices without requiring explicit addresses. PA engineering tools come in two types: EDD tools (such as Siemens PDM) FDT tools (such as E+H FieldCare, P+F PactWare etc.) (EDD = Electronic Device Description, FDT = Field Device Tool)
  • 19. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 19AMRC Sheffield, October 2015 FDT/DTM tools FDT is an open technology that is defined by international  standards and supported by several manufacturers (E+H  FieldCare, P+F PactWare etc.) The FTD tools use Device Type Managers (DTMs) to establish  the required communications and to access parameters in the  different devices. Two different types of DTM are available: Communications DTMs (CommDTMs) – establish a  communication route to the devices. Device DTMs – to access data within a particular type of  device.
  • 20. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 20AMRC Sheffield, October 2015 FDT/DTM tools ProfiTrace supports a CommDTM that allows ProfiTrace to be  used in any FDT environment. An additional licence is required. ProfiTrace must not be running, but is automatically initialised  when the CommDTM is used within an FDT environment.
  • 21. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 21AMRC Sheffield, October 2015 FDT/DTM • The FDT provides a standardised framework in  which the required DTMs can be loaded and run. • The device DTMs operate underneath the  CommDTM in order to provide a route to the  devices. CommDTM Device DTMs ProfiCore DP PA Transparent  coupler Devices
  • 22. PROFIBUS PA Device Calibration and Maintenance, Andy Verwer, page 22AMRC Sheffield, October 2015 Specialist Calibration tools Specialist calibration tools are available from several  manufacturers. Beamex, for example, offer specialist calibration tools with  capabilities for pressure, temperature and various electrical  signals. The Beamex MC6 incorporates a communicator for PROFIBUS  PA instruments (Based on EDD technology)