By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: Profibus Listener
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Ask
  • Courses
  • Videos
  • Q & A
  • EE
  • Measure
  • Control
  • More
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > Communication > Profibus Listener

Profibus Listener

Last updated: November 9, 2018 5:27 pm
Editorial Staff
Communication
2 Comments
Share
6 Min Read
SHARE

Profibus Listener is nothing but a profibus display unit or an indicator unit.

The profibus Indicator is able to operate in a “Listener” mode whereby it does not appear as a device on the network, but simply listens for appropriate data on the segment it is connected to. All configuration must be performed locally, but thereafter it imposes no overhead on the network. This mode is useful where timing is critical, in retrofit applications or when node licensing costs need to be minimised.

It is necessary to have a basic understanding of how data on a Profibus system is passed between the host and the devices. As a general rule a Profibus PA segment will be connected to a Profibus DP network and controller, via a segment coupler. The segment coupler adjusts the communication speed and signalling so that the PA devices are visible to the controlling host and software.

Profibus Listener Principle

Image Courtesy : Beka

Each device attached to the segment has a physical address between 1 and 125 with address 1 or 2 being reserved for the controller. To make a process happen, the controller will read data from a number of instruments, it will process the data and finally write the data out to other devices in order to keep the process running smoothly. It is the data that is being “read from” and “written to” the devices on the segment that the listener can tap into.

In order to capture the data, we need to know how to locate it. When each device is loaded on to the segment it has a number of “Slots” in which the plant engineer places a software module representing the data that the slot is capable of dealing with. e.g. a SP Module consists of a 4 byte floating point number and a status byte. (known as a DS-33 data type).

The following example shows a temperature transmitter with two slots, the first one represents the temperature read from the external sensor, the second one represents the body temperature used for CJ compensation:

Profibus Temperature Transmitter

Image Courtesy : Beka

The plant engineer has set the address to 9 and loaded a SP module into both slots on the device. The slot data for a device is read in one go. Therefore a read of the device at address 9 with consist of 10 bytes containing a float with its status followed by another float with its status. The first item of data will start at Address 9 index 0 while the second value, status combination will start at Address 9 index 5. This address and index data is available to the plant engineer on the programming workstation for the host. When data is transmitted by the host it takes the form of Source_Address,Destination_Address and Data.

The profibus listener uses this information to display the value that the user wants to view. The user simply sets up the Source Address, Destination Address and the Index into the data packet. In the above example, setting a source address of 9, a destination address of 1 (Host Controller) and an Index of 5 would point at the second DS-33 data block i.e. the body temperature.

The following example gives the 7 steps to display a temperature value that is being read by a host at address 1 from a temperature transmitter at address 9.

  • Press P+E and the word SCAn will appear.
  • Press P and the display will now show two numbers. The first is the Source Address, the second is the Destination Address.
  • Press the UP Arrow or Down Arrow until 09-01 appears. i.e the data is coming from Address 9 and being sent to Address 1.
  • Press P – The display will show the value of the data at index 0
  • Press P – The display will now show IN_1 which is the display input to assign the data to.
  • Press the UP Arrow or Down Arrow to change the display input to IN_2, IN_3 etc as required
  • Press E – To save this configuration and move back up the menu.
  • Press E – a further three times to return to the unit to operate mode.

Note : Procedure may change from model to model or make to make

The listener will now display live data on the screen and in this case it will show the process value.

To get the body temperature it will be necessary to edit the settings for IN-1 and change the Index to 5. The number of decimal points, bargraph settings and display scaling can also be set up on the listener using the local configuration menu entries.

There are many data formats available on a system. The DS-33 (Value,Status) data format is the most common one for passing real process values about on a segment and currently this listener can only tune into that data format.

Source  : Beka

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !
WirelessHART Network Protocol
Foundation Fieldbus Signal Conversion Formula
HART Communication Protocol Overview
Field Transmitter Communication Troubleshooting
Foundation Fieldbus Installation and Best Practices
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
2 Comments
  • kuldeep says:
    November 1, 2018 at 10:59 am

    please suggest me the profibus network and components

    Reply
  • celal says:
    September 13, 2019 at 12:57 pm

    Firstly thank you for your valuable sharings.Could you compose a compherensive tutorial about Profibus and Profinet? Also if possible could you write a article about Siemens DCS(PCS7, SPPA T3000)? Thank you for yor

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Recent Comments

  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals
  • Vaishnavi on Free Instrumentation Course for Trainee Engineers
  • anuj kapoor on DCS Program to Maintain Draft in Furnace
  • anuj kapoor on IoT based Smart Boiler Control System with Cloud PLC and SCADA

Related Articles

Distributed Control System Architecture for Foundation Fieldbus Field Instruments

What is Foundation Fieldbus (FF) ?

Fieldbus Control Loop

Foundation Fieldbus Communication Management

Fieldbus Flow Transmitter Calibration

Foundation Fieldbus Transmitter Calibration

HART Transmitter Calibration

How are HART instruments Calibrated?

Types of Can Open network topologies

CANOpen Network Topology

Fieldbus coupling devices

Fieldbus Coupling Devices

Compare Serial and Parallel Communication

Difference Between Serial and Parallel Communication

RAID stands for Redundant Array of Independent Disks

What is Raid Parity? – Types, Advantages, Disadvantages

More Articles

Web Tension Measurement

Web Tension Measurement and Control Technologies

Physic Homework

Physic Homework Help – Tips to Find Professional Assistance

Basic Digital Building Blocks Objective Questions

Basic Digital Building Blocks Objective Questions

pn-junction-with-depletion-layer

How a PN Junction Formed in a Diode

What is Data Acquisition

What is Data Acquisition? – Elements and Components

Mass Spectrometer Questions and Answers

Tandem Mass Spectroscopy

Electrical Machines Questions and Answers

Voltage Regulation of Transformer

Thermocouple Temperature Measurements Errors

Thermocouple Temperature Measurement Errors

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?