Skip to main content

Communication Protocols in DCS

 Communication Protocols in DCS


In Distributed control systems there are multiple communication protocols are used based on instruments, controller and environmental Zone. So here we will see some of very important communication protocols which are widely used to establish DCS network.

So these are the communication protocols used in Industrial networking.

  •         Profinet/ Industrial Ethernet
  •         Profibus
  •         AS-I
  •         Modbus
  •         HARTc
  •         CAN
  •          Fieldbus


So now we will see basic overview of every protocols and its features.


1Profinet /Industrial Ethernet :- PROFINET IO uses traditional Ethernet hardware and software to define a network that structures the task of exchanging data, alarms and diagnostics with Programmable Controllers and other automation controllers. PROFINET is communicating fastest up to 100MBPS speed.

Figure 1. Profinet/Industrial Ethernet Cable


Industrial Ethernet is just as it sounds – Ethernet applied to an industrial setting, which often requires more rugged connectors, cables and – most importantly – better determinism. Industrial Ethernet uses specialized protocols in conjunction with Ethernet. The more popular Industrial Ethernet protocols are PROFINET, EtherNet/IP, EtherCAT, SERCOS III and POWERLINK. With Industrial Ethernet, data transmission rates range from10 Mbits/s to 1GBPS. However, 100 Mbit/s is the most popular speed used in Industrial Ethernet applications.


2 Profibus :-  The PROFIBUS (Process Field Bus) is qualified for the networking of complex devices with its multi master protocol . The PROFIBUS is named after DIN 19245, where it extends its user range from the field level to the process control level. In principle it is applicable with its protocol profile PROFIBUS-DP (Distributed I/O) down to the sensor/actor level.


 PROFIBUS has two type protocols

Profibus DP (Decentralize Peripherals) 9.6Kbps to 12 Mbps Speed

Profibas PA (Process Automation) 32 Kbps



Figure 2. Profibus DP cable


3 AS-I : The AS-I (Actuator Sensor Interface) is matched to the requirements in the lowest level . AS-I operates actors and sensors with the first control level and replaces them with cable harnesses, distributor cabinets and connecting terminal plates.  Since then, the AS-I is an open standard.  In the meantime, many manufacturers offer intelligent, AS-I compatible actors and sensors in order to be able to transfer more information than only 1/0.


AS-I is especially easy in data manipulation. Field devices are simply clamped into cut terminal technology on an unprotected 2 way conductive flat cable.  As a result, the installation can then be accomplished by people without any expertise.






4 Modbus :- MODBUS is a Master/Slave   communications protocol . The protocol provides for one master device and up to 247 slave devices on a common line. Each device is assigned an address to distinguish it from all other connected devices.


The MODBUS protocol comes in 2 versions


·         ASCII transmission mod- Each eight-bit byte in a message is sent as 2 ASCII characters.

·         RTU transmission mode - Each eight-bit byte in a message is sent as two four-bit hexadecimal characters


Figure 3. Modbus Cable


The main advantage of the RTU mode is that it achieves higher throughput. ASCII mode allows time intervals of up to 1 second to occur between characters without causing an error.


      HART :- Highway Addressable Remote Transducer. HART is a hybrid communications technology in which a modulated, two-way digital signal is imposed on the industry-standard 4–20 mA analog signal carrying the primary process variable.



Figure 4. HART Modem Cable


The digital signal conveys additional process variables, device status and diagnostics information that can be routed to asset management, process control and safety systems. This means that HART provides two simultaneous communication channels on the same wire–the industry standard 4–20 mA channel for fast, reliable and robust control (PV) and a digital channel for real-time communication of additional process/device information.  HART (Hiway Addressable Remote Transducer) protocol enhances these operations by transmitting digital data along with the 4-20 ma signal – without interfering with it.


  CAN :- The CAN bus system (Controller Area Network) was primarily developed by Bosch in cooperation with Intel, in order to reduce cable harnesses in automobile building. CAN is therefore very well suited for the networking of intelligent sensors and actors within machines. In the CAN physical layer uses differential transmission on a twisted pair wire.


Figure 5. CAN Cable


7Field Bus :- Field Bus is a bi-directional digital communication that interconnects smart field devices to  control system or to instrument located in the control room.  Field Bus is based on the OSI (Open System Interconnect), which was developed by the ISO (International Standard Organization) to represent the various functions required in any Communication network.
It was discovered by Indian Engineer Mr. Ram Ramchandran (M.S in Com Tech- Texas) The OSI model consists of seven layers. However for real time application layers 3 to 6 are not considered since they deal with transference of data among networks. For such application following layers are used:
·         LAYER 1 - PHYSICAL LAYER- Defines the type of signal, transmitting medium, data transmission speed, etc.

·         LAYER 2 – DATALINK LAYER- Define the interface between the physical layer and the application layer. It establishes  how the messages shall be structured and normalizes the use of multiple masters.

·         LAYER 3 – APPLICATION LAYER- Defines how data is specified, its addresses and its representation



Figure 6. Fieldbus Cable



For More Details See detailed Video



http://news.chivindo.com/818/communication-protocols-in-dcs.html

Comments

Popular posts from this blog

BT-BASIC commands used

8.10     Some of the most frequently used BT-BASIC commands used are: msi                               Changes default working directory. Mass storage is            Same as “msi” cat                               Catalogs (list)the node names in the specified directory.             get                               Brings the contents of a file into the system workspace.             load                             Same as “get”.             msi$                            Returns the directory pathname of the current working directory.             msi “..”                       Backs up one directory level.             findn                            Locates the next occurrence of the a given sting in the workspace. 8.11           If you wish to invoke the HP Board Graphics Viewer, type board graphics at the BT-BASIC command line and press the “ENTER” key on the keyboard. 8.12           A HP Board Graphics Viewer window should now appear

Perhitungan & Cara Merubah Kumparan Blender Dari 220 V Menjadi 12 V

          Seperti yang telah dijelaskan pada buku “menggulung motor listrik arus bolak-balik, servis peralatan listrik rumah tangga kelompok penggerak dan perbaikan peralatan listrik pertukangan”, bahwa motor penggerak yang digunakan pada perlatan listrik rumah tangga dan pertukangan seperti blender, mixer, bor tembak, gerinda dsb menggunakan jenis motor universal. Motor universal adalah jenis motor listrik yang dapat disuplai dengan sumber listrik arus bolak-balik (AC) dan arus searah (DC). Jadi peralatan-peralatan listrik rumah tangga dan pertukangan tersebut yang biasanya kita suplai dengan sumber listrik AC dari PLN atau Genset sebesar 220 V sebenarnya dapat juga kita suplai dengan sumber listrik DC yang tentunya tegangan juga harus sama yakni 220 V.           Yang menjadi permasalahan bagaimana kalau peralatan listrik rumah tangga atau pertukangan tersebut, sebagai contoh misalkan blender yang ingin digunakan atau dioperasikan pada tempat yang tidak terdapat sumber listrik PLN ata

BT-BASIC command line

8.8       At the BT-BASIC command line type the command  msi  and the directory path, then press the “ENTER” key on the keyboard.  Example:                   msi ‘/hp3070/boards/aspect/main’ 8.9       At the BT-BASIC command line type the command  get ‘testplan’ and press the   ENTER” key on the keyboard.  You should now see the body of the testplan file displayed in the work space of the BT-BASIC window. 8.10     Some of the most frequently used BT-BASIC commands used are:

Autodesk SketchBook Pro 2021 Full Version

BAGAS31 – Sesuai dengan namanya, Autodesk SketchBook Pro 2021 Full Version ini merupakan software digital sketching atau drawing terbaik yang bisa kamu gunakan. Pada versi terbaru kali ini, ada beberapa penambahan fitur yang sangat efektif. Dengan fitur baru tersebut, diharapkan mampu meningkatkan proses sketching maupun drawing kamu. Autodesk SketchBook sendiri sudah bisa kamu dapatkan secara gratis melalui website resminya. Namun untuk kamu yang mau download versi Autodesk Sketchbook Pro, maka bisa langsung download melalui link yang sudah saya sediakan di bawah ini. Download Autodesk SketchBook Pro 2021 Full Version Screenshot: System Requirements: Windows 10 2.5 – 2.9 GHz of Intel or AMD CPU 4 GB of Memory 256 MB Graphics card with OpenGL 2.0 support We recommend that you use a pressure-sensitive tablet and pen for basic features Download: Autodesk SketchBook Pro 2021 Full Version [ FileUp ][ Uptobox ][ UsersDrive ] Jamu Only [ FileUp ][ Uptob

Testhead

4.3         Testhead The testhead is that portion of the tester that supports the PIN, ASRU and Controller cards.   The testhead is divided into two BANKS and each BANK is divided into two MODULES, see figure 2 below.  Bank 1 contains modules 0 and 1, bank 2 contains modules 2 and 3.  The test fixtures are placed on the banks of the tester and locked down for board testing.  The testhead cards interface to the test fixture through the spring loaded pogo pin “nails” at the top edge on each of these card types. 4.4       Support Bay The support bay is a stand-alone cabinet that houses the power supplies for the Unit Under Test.  This bay also houses the test station power distribution unit and test station controller on earlier models. 4.5       Emergency Shutdown Switch The emergency shutdown switch is the large red button located at the lower left corner on the front of the testhead.  It turns off all AC power to the testhead, and is equivalent to turning off the m

Kelebihan dan Kekurangan Saluran Listrik Jenis Saluran Udara dan Saluran Bawah Tanah

Berdasarkan pemasangannya,   saluran distribusi dibagi menjadi dua kategori, yaitu : saluran udara (overhead line) merupakan sistem penyaluran tenaga listrik melalui kawat penghantar yang ditompang pada tiang listrik. Sedangkan saluran bawah tanah (underground cable) merupakan sistem penyaluran tenaga listrik melalui kabel-kabel yang ditanamkan di dalam tanah. 1.    Saluran Bawah Tanah (Underground Lines) Saluran distribusi yang menyalurkan energi listrik melalui kabel yang ditanam didalam tanah. Kategori saluran distribusi seperti ini adalah yang favorite untuk pemasangan di dalam kota, karena berada didalam tanah, maka tidak mengganggu keindahan kota dan juga tidak mudah terjadi gangguan akibat kondisi cuaca atau kondisi alam. Namun juga memilik kekurangan, yaitu mahalnya biaya investasi dan sulitnya menentukan titik gangguan dan perbaikannya. Kedua cara penyaluran memiliki keuntungan dan kerugian masing-masing. Keuntungan yang dapat diperoleh dari suatu jaringan bawah tanah adalah