SlideShare a Scribd company logo
1 of 13
Download to read offline
PROFIBUS PA Device
commissioning and
maintenance
Andy Verwer,
Verwer Training
& Consultancy
Ltd
Accredited PI
Training Centre
Practical Aspects of
PROFIBUS and
PROFINET in
Process. Held at
Endress+Hauser
Manchester, 29th
June 2016
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 2Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
Outline of presentation
This presentation will introduce the concept of profiles and in
particular the PA profile, which is mandatory for all PROFIBUS
PA devices.
The presentation will briefly explain the structure of the PA
profile and show the benefits that this can bring when working
with extensive and complex plants.
We will include a practical demonstration showing
manufacturer independent remote device access for device
which provides functions for commissioning, maintenance,
calibration and monitoring.
2
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 3Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 4Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 5Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 6Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 7Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 8Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 9Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 10Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 11Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 12Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 13Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 14Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 15Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
Temperature transducer block
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 16Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
Level transducer block
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 17Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 18Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
Analogue input function block
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 19Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 20Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
PA engineering tools
Siemens supply an extensive package for Process Automation.
Process Device Manager, PDM, provides a universal,
manufacturer-independent tool for configuration, parameter
assignment, commissioning, diagnostics and maintenance of
intelligent field devices and components.
PDM is based on EDD technology.
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 21Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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 commissioning & maintenance , Andy Verwer, page 22Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
FDT/DTM tools
ProfiTrace is a widely-used fault-finding and
commissioning tool for PROFIBUS DP and PA.
COMbricks is a widely-used modular
PROFIBUS network monitoring solution,
which incorporates a built-in ProfiTrace
analyser available over Ethernet.
These products both support a CommDTM that allows them to
be used in any FDT environment.
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 23Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
COMbricks
COMbricks is a modular unit from PROCENTEC, the people
who make ProfiTrace.
COMbricks is designed to be part of your PROFIBUS network
infrastructure, built in to provide:
A modular, expandable system incorporating network
components such as repeaters, hubs, DP/PA links and many
other functions.
All connected networks and segments are monitored by a head
station which incorporates a built-in ProfiTrace analyser that
monitors up to 4 separate networks with 20 segments. The
analyser communicates with standard tools over Ethernet to
provide 24/7 access and monitoring of the health of all
connected networks, segments and devices.
COMbricks also incorporates a built-in commDTM server that
allows COMbricks to be used with any standard FDT tool for
device commissioning, calibration and maintenance functions.
2
3
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 24Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
Head Station
with
ProfiTrace
built in
Repeater
modules with
optional
‘scope and
redundancy
PROFIBUS
DP slave
modules
IO modules
digital,
relay,
analogue
etc.
PROFINET
IO device
modules
Optical link
modules
(1 or 2
channel)
mix and match to produce the required functionality
The Modules available include:
PA module
Coupler
and/or MBP
monitor
with ‘scope
COMbricks
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 25Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
Our Demo
For our demo, we have a COMbricks unit consisting of a head
station, A DP repeater module and a PA coupler/link module:
1 channel
‘scope
repeater
Head
Station
PA
coupler
module
Ethernet
DP
(RS485)
PA
(MBP)
The Head Station
monitors both the DP
and PA segments via the
built-in ProfiTrace,
which communicates via
standard Ethernet.
The DP repeater module
and PA coupller/link
module together make a
transparent DP/PA
coupler which provides
access to the PA devices
for the controlling
master.
And provides access for
the FDT tools via the
built-in commDTM.
PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 26Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016
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
DP
PA
COMbricks
transparent
coupler and
Ethernet
gateway
Devices
Ethernet

More Related Content

What's hot

Industrial Networking - Profibus
Industrial Networking - ProfibusIndustrial Networking - Profibus
Industrial Networking - ProfibusYogesh Kumar
 
Mw training slide
Mw training slideMw training slide
Mw training slidededoyin
 
S7 300 stl_programming_manual
S7 300 stl_programming_manualS7 300 stl_programming_manual
S7 300 stl_programming_manualPaulo Sérgio
 
Fc300 profibus training
Fc300 profibus trainingFc300 profibus training
Fc300 profibus trainingconfidencial
 
PBC-Series-Standard Range-Update
PBC-Series-Standard Range-UpdatePBC-Series-Standard Range-Update
PBC-Series-Standard Range-UpdateIgnatius Gunawan
 
Ml tn modems presentation
Ml tn modems presentationMl tn modems presentation
Ml tn modems presentationessafi
 
HART protocol for network data communication
HART protocol for network data communicationHART protocol for network data communication
HART protocol for network data communicationAmol Dudhate
 
Formation Bus de Terrain _Partie 3_2 _ProfiNet
Formation Bus de Terrain _Partie 3_2 _ProfiNetFormation Bus de Terrain _Partie 3_2 _ProfiNet
Formation Bus de Terrain _Partie 3_2 _ProfiNetWojciech GOMOLKA
 
Fieldbus Tutorial Part 7 - Fieldbus Communication
Fieldbus Tutorial Part 7 - Fieldbus CommunicationFieldbus Tutorial Part 7 - Fieldbus Communication
Fieldbus Tutorial Part 7 - Fieldbus CommunicationEmerson Exchange
 
Handling Common Faults and Alarms for Huawei RTN Microwaves
Handling Common Faults and Alarms for Huawei RTN MicrowavesHandling Common Faults and Alarms for Huawei RTN Microwaves
Handling Common Faults and Alarms for Huawei RTN Microwavesibrahimnabil17
 
Tube Chart for Dummy Tube Tester
Tube Chart for Dummy Tube TesterTube Chart for Dummy Tube Tester
Tube Chart for Dummy Tube Testertravagans
 
YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3Rehan Fazal
 
Using Single-use Technology to Overcome the Challenges of ADC Processing
Using Single-use Technology to Overcome the Challenges of ADC ProcessingUsing Single-use Technology to Overcome the Challenges of ADC Processing
Using Single-use Technology to Overcome the Challenges of ADC ProcessingMerck Life Sciences
 

What's hot (20)

Industrial Networking - Profibus
Industrial Networking - ProfibusIndustrial Networking - Profibus
Industrial Networking - Profibus
 
Profibus PA device calibration and maintenance - Andy Verwer
Profibus PA device calibration and maintenance -  Andy VerwerProfibus PA device calibration and maintenance -  Andy Verwer
Profibus PA device calibration and maintenance - Andy Verwer
 
Profibus
ProfibusProfibus
Profibus
 
Mw training slide
Mw training slideMw training slide
Mw training slide
 
S7 300 stl_programming_manual
S7 300 stl_programming_manualS7 300 stl_programming_manual
S7 300 stl_programming_manual
 
Step7
Step7Step7
Step7
 
Fc300 profibus training
Fc300 profibus trainingFc300 profibus training
Fc300 profibus training
 
Introduction to PROFINET - Derek Lane of Wago
Introduction to PROFINET -  Derek Lane of WagoIntroduction to PROFINET -  Derek Lane of Wago
Introduction to PROFINET - Derek Lane of Wago
 
PBC-Series-Standard Range-Update
PBC-Series-Standard Range-UpdatePBC-Series-Standard Range-Update
PBC-Series-Standard Range-Update
 
Communication Protocols
Communication ProtocolsCommunication Protocols
Communication Protocols
 
Ml tn modems presentation
Ml tn modems presentationMl tn modems presentation
Ml tn modems presentation
 
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...
 
HART protocol for network data communication
HART protocol for network data communicationHART protocol for network data communication
HART protocol for network data communication
 
Formation Bus de Terrain _Partie 3_2 _ProfiNet
Formation Bus de Terrain _Partie 3_2 _ProfiNetFormation Bus de Terrain _Partie 3_2 _ProfiNet
Formation Bus de Terrain _Partie 3_2 _ProfiNet
 
Fieldbus Tutorial Part 7 - Fieldbus Communication
Fieldbus Tutorial Part 7 - Fieldbus CommunicationFieldbus Tutorial Part 7 - Fieldbus Communication
Fieldbus Tutorial Part 7 - Fieldbus Communication
 
Handling Common Faults and Alarms for Huawei RTN Microwaves
Handling Common Faults and Alarms for Huawei RTN MicrowavesHandling Common Faults and Alarms for Huawei RTN Microwaves
Handling Common Faults and Alarms for Huawei RTN Microwaves
 
Tube Chart for Dummy Tube Tester
Tube Chart for Dummy Tube TesterTube Chart for Dummy Tube Tester
Tube Chart for Dummy Tube Tester
 
YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3
 
Bus presentation
Bus presentationBus presentation
Bus presentation
 
Using Single-use Technology to Overcome the Challenges of ADC Processing
Using Single-use Technology to Overcome the Challenges of ADC ProcessingUsing Single-use Technology to Overcome the Challenges of ADC Processing
Using Single-use Technology to Overcome the Challenges of ADC Processing
 

Viewers also liked

PROFIBUS Maintenance & Monitoring in Process Automation - Andy Verwer & Dave ...
PROFIBUS Maintenance & Monitoring in Process Automation - Andy Verwer & Dave ...PROFIBUS Maintenance & Monitoring in Process Automation - Andy Verwer & Dave ...
PROFIBUS Maintenance & Monitoring in Process Automation - Andy Verwer & Dave ...PROFIBUS and PROFINET InternationaI - PI UK
 
PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer and Dal...
PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer and Dal...PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer and Dal...
PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer and Dal...PROFIBUS and PROFINET InternationaI - PI UK
 
The Fourth Industrial Revolution – Internet of Things to Tighten the Link bet...
The Fourth Industrial Revolution – Internet of Things to Tighten the Link bet...The Fourth Industrial Revolution – Internet of Things to Tighten the Link bet...
The Fourth Industrial Revolution – Internet of Things to Tighten the Link bet...VINTlabs | The Sogeti Trendlab
 

Viewers also liked (20)

PROFIBUS maintenance & monitoring in Process Automation - Andy Verwer and Da...
PROFIBUS maintenance & monitoring in Process Automation -  Andy Verwer and Da...PROFIBUS maintenance & monitoring in Process Automation -  Andy Verwer and Da...
PROFIBUS maintenance & monitoring in Process Automation - Andy Verwer and Da...
 
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 network health checking and monitoring andy verwer
Profibus network health checking and monitoring   andy verwerProfibus network health checking and monitoring   andy verwer
Profibus network health checking and monitoring andy verwer
 
PROFIBUS Maintenance & Monitoring in Process Automation - Andy Verwer & Dave ...
PROFIBUS Maintenance & Monitoring in Process Automation - Andy Verwer & Dave ...PROFIBUS Maintenance & Monitoring in Process Automation - Andy Verwer & Dave ...
PROFIBUS Maintenance & Monitoring in Process Automation - Andy Verwer & Dave ...
 
PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer and Dal...
PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer and Dal...PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer and Dal...
PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer and Dal...
 
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
 
PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer & Dave...
PROFIBUS maintenance & monitoring in  Factory Automation - Andy Verwer & Dave...PROFIBUS maintenance & monitoring in  Factory Automation - Andy Verwer & Dave...
PROFIBUS maintenance & monitoring in Factory Automation - Andy Verwer & Dave...
 
Maintaining pa networks dave tomlin
Maintaining pa networks   dave tomlinMaintaining pa networks   dave tomlin
Maintaining pa networks dave tomlin
 
Profibus maintenance & monitoring andy verwer
Profibus maintenance & monitoring  andy verwerProfibus maintenance & monitoring  andy verwer
Profibus maintenance & monitoring andy verwer
 
W4 profinet frame analysis handout, peter thomas
W4 profinet frame analysis handout, peter thomasW4 profinet frame analysis handout, peter thomas
W4 profinet frame analysis handout, peter thomas
 
C11 PROFIsafe, considerations for functional safety and security - Pete Bro...
C11   PROFIsafe, considerations for functional safety and security - Pete Bro...C11   PROFIsafe, considerations for functional safety and security - Pete Bro...
C11 PROFIsafe, considerations for functional safety and security - Pete Bro...
 
Introduction to PROFINET - Derek Lane
Introduction to PROFINET - Derek LaneIntroduction to PROFINET - Derek Lane
Introduction to PROFINET - Derek Lane
 
Profinet in process automation - Peter Brown
Profinet in process automation - Peter BrownProfinet in process automation - Peter Brown
Profinet in process automation - Peter Brown
 
PROFIBUS frame analysis - Peter Thomas of Control Specialists
PROFIBUS frame analysis - Peter Thomas of Control SpecialistsPROFIBUS frame analysis - Peter Thomas of Control Specialists
PROFIBUS frame analysis - Peter Thomas of Control Specialists
 
Profinet and the Industrial Internet of Things (IIoT) - Peter Thomas - Sept ...
Profinet and the Industrial Internet of Things (IIoT) -  Peter Thomas - Sept ...Profinet and the Industrial Internet of Things (IIoT) -  Peter Thomas - Sept ...
Profinet and the Industrial Internet of Things (IIoT) - Peter Thomas - Sept ...
 
System design for the process industry - Andy Verwer
System design for the process industry - Andy VerwerSystem design for the process industry - Andy Verwer
System design for the process industry - Andy Verwer
 
The Fourth Industrial Revolution – Internet of Things to Tighten the Link bet...
The Fourth Industrial Revolution – Internet of Things to Tighten the Link bet...The Fourth Industrial Revolution – Internet of Things to Tighten the Link bet...
The Fourth Industrial Revolution – Internet of Things to Tighten the Link bet...
 
Industry 4 network design and security - Peter Brown
Industry 4 network design and security - Peter BrownIndustry 4 network design and security - Peter Brown
Industry 4 network design and security - Peter Brown
 
Introduction to Profibus & Profinet - Mark Freeman
Introduction to Profibus & Profinet - Mark FreemanIntroduction to Profibus & Profinet - Mark Freeman
Introduction to Profibus & Profinet - Mark Freeman
 

Similar to PROFIBUS PA Device Commissioning & Maintenance

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
 
3rd Technical Meeting - WP3
3rd Technical Meeting - WP33rd Technical Meeting - WP3
3rd Technical Meeting - WP3SLOPE Project
 
Liquicontrol cdc80 endress+hauser datasheet
Liquicontrol cdc80 endress+hauser datasheetLiquicontrol cdc80 endress+hauser datasheet
Liquicontrol cdc80 endress+hauser datasheetENVIMART
 

Similar to PROFIBUS PA Device Commissioning & Maintenance (20)

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
 
Profibus system engineering and monitoring - Andy Verwer and Peter Thomas
Profibus system engineering and monitoring - Andy Verwer and Peter ThomasProfibus system engineering and monitoring - Andy Verwer and Peter Thomas
Profibus system engineering and monitoring - Andy Verwer and Peter Thomas
 
PI Technologies for Process Automation
PI Technologies for Process AutomationPI Technologies for Process Automation
PI Technologies for Process Automation
 
PROFIsafe and Trends - Pete Brown - Siemens
PROFIsafe and Trends - Pete Brown - SiemensPROFIsafe and Trends - Pete Brown - Siemens
PROFIsafe and Trends - Pete Brown - Siemens
 
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
 
3rd Technical Meeting - WP3
3rd Technical Meeting - WP33rd Technical Meeting - WP3
3rd Technical Meeting - WP3
 
W2 profibus health monitoring dale fittes, hitex
W2 profibus health monitoring   dale fittes, hitexW2 profibus health monitoring   dale fittes, hitex
W2 profibus health monitoring dale fittes, hitex
 
PI and the basics of profibus and profinet at e+h june 2018 mark freeman
PI and the basics of profibus and profinet at e+h june 2018   mark freemanPI and the basics of profibus and profinet at e+h june 2018   mark freeman
PI and the basics of profibus and profinet at e+h june 2018 mark freeman
 
IO-Link technology - Adrian Sorsby
IO-Link technology - Adrian SorsbyIO-Link technology - Adrian Sorsby
IO-Link technology - Adrian Sorsby
 
Liquicontrol cdc80 endress+hauser datasheet
Liquicontrol cdc80 endress+hauser datasheetLiquicontrol cdc80 endress+hauser datasheet
Liquicontrol cdc80 endress+hauser datasheet
 
Presentatie Festo
Presentatie FestoPresentatie Festo
Presentatie Festo
 
9. io link technology - russell smith
9. io link technology - russell smith9. io link technology - russell smith
9. io link technology - russell smith
 
Profibus commissioning and maintenance - Richard Needham
Profibus commissioning and maintenance - Richard NeedhamProfibus commissioning and maintenance - Richard Needham
Profibus commissioning and maintenance - Richard Needham
 
Profibus commissioning and maintenance - Richard Needham
Profibus commissioning and maintenance - Richard NeedhamProfibus commissioning and maintenance - Richard Needham
Profibus commissioning and maintenance - Richard Needham
 
PROFIsafe and Trends - Pete Brown
PROFIsafe and Trends - Pete BrownPROFIsafe and Trends - Pete Brown
PROFIsafe and Trends - Pete Brown
 
IO-Link introduction - e+h june 2018 - adrian sorsby
IO-Link introduction - e+h june 2018 - adrian sorsbyIO-Link introduction - e+h june 2018 - adrian sorsby
IO-Link introduction - e+h june 2018 - adrian sorsby
 
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
 
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
 
Profibus International and basics of Profibus and Profinet - Mark Freeman
Profibus International and basics of Profibus and Profinet - Mark FreemanProfibus International and basics of Profibus and Profinet - Mark Freeman
Profibus International and basics of Profibus and Profinet - Mark Freeman
 

More from PROFIBUS and PROFINET InternationaI - PI UK

More from PROFIBUS and PROFINET InternationaI - PI UK (20)

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
 
9. PA DIM presentation.pdf
9. PA DIM presentation.pdf9. PA DIM presentation.pdf
9. PA DIM presentation.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 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
 
EMC in Industrial Automation Systems webinar - May 2020 - Peter Thomas
EMC in Industrial Automation Systems webinar - May 2020 - Peter ThomasEMC in Industrial Automation Systems webinar - May 2020 - Peter Thomas
EMC in Industrial Automation Systems webinar - May 2020 - Peter Thomas
 

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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
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
 
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
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
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...
 
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...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

PROFIBUS PA Device Commissioning & Maintenance

  • 1. PROFIBUS PA Device commissioning and maintenance Andy Verwer, Verwer Training & Consultancy Ltd Accredited PI Training Centre Practical Aspects of PROFIBUS and PROFINET in Process. Held at Endress+Hauser Manchester, 29th June 2016 PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 2Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 Outline of presentation This presentation will introduce the concept of profiles and in particular the PA profile, which is mandatory for all PROFIBUS PA devices. The presentation will briefly explain the structure of the PA profile and show the benefits that this can bring when working with extensive and complex plants. We will include a practical demonstration showing manufacturer independent remote device access for device which provides functions for commissioning, maintenance, calibration and monitoring. 2
  • 2. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 3Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 commissioning & maintenance , Andy Verwer, page 4Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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
  • 3. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 5Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 commissioning & maintenance , Andy Verwer, page 6Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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.)
  • 4. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 7Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 commissioning & maintenance , Andy Verwer, page 8Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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
  • 5. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 9Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 commissioning & maintenance , Andy Verwer, page 10Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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
  • 6. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 11Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 commissioning & maintenance , Andy Verwer, page 12Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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
  • 7. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 13Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 commissioning & maintenance , Andy Verwer, page 14Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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
  • 8. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 15Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 Temperature transducer block PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 16Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 Level transducer block
  • 9. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 17Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 commissioning & maintenance , Andy Verwer, page 18Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 Analogue input function block
  • 10. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 19Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 commissioning & maintenance , Andy Verwer, page 20Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 PA engineering tools Siemens supply an extensive package for Process Automation. Process Device Manager, PDM, provides a universal, manufacturer-independent tool for configuration, parameter assignment, commissioning, diagnostics and maintenance of intelligent field devices and components. PDM is based on EDD technology.
  • 11. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 21Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 commissioning & maintenance , Andy Verwer, page 22Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 FDT/DTM tools ProfiTrace is a widely-used fault-finding and commissioning tool for PROFIBUS DP and PA. COMbricks is a widely-used modular PROFIBUS network monitoring solution, which incorporates a built-in ProfiTrace analyser available over Ethernet. These products both support a CommDTM that allows them to be used in any FDT environment.
  • 12. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 23Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 COMbricks COMbricks is a modular unit from PROCENTEC, the people who make ProfiTrace. COMbricks is designed to be part of your PROFIBUS network infrastructure, built in to provide: A modular, expandable system incorporating network components such as repeaters, hubs, DP/PA links and many other functions. All connected networks and segments are monitored by a head station which incorporates a built-in ProfiTrace analyser that monitors up to 4 separate networks with 20 segments. The analyser communicates with standard tools over Ethernet to provide 24/7 access and monitoring of the health of all connected networks, segments and devices. COMbricks also incorporates a built-in commDTM server that allows COMbricks to be used with any standard FDT tool for device commissioning, calibration and maintenance functions. 2 3 PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 24Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 Head Station with ProfiTrace built in Repeater modules with optional ‘scope and redundancy PROFIBUS DP slave modules IO modules digital, relay, analogue etc. PROFINET IO device modules Optical link modules (1 or 2 channel) mix and match to produce the required functionality The Modules available include: PA module Coupler and/or MBP monitor with ‘scope COMbricks
  • 13. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 25Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 Our Demo For our demo, we have a COMbricks unit consisting of a head station, A DP repeater module and a PA coupler/link module: 1 channel ‘scope repeater Head Station PA coupler module Ethernet DP (RS485) PA (MBP) The Head Station monitors both the DP and PA segments via the built-in ProfiTrace, which communicates via standard Ethernet. The DP repeater module and PA coupller/link module together make a transparent DP/PA coupler which provides access to the PA devices for the controlling master. And provides access for the FDT tools via the built-in commDTM. PROFIBUS PA device commissioning & maintenance , Andy Verwer, page 26Practical Aspects of PROFIBUS and PROFINET in Process, 29 June 2016 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 DP PA COMbricks transparent coupler and Ethernet gateway Devices Ethernet