Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Open Platform Communication (OPC)
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Open Platform Communication (OPC)

Open Platform Communication (OPC)

Last updated: March 4, 2021 12:21 pm
Editorial Staff
PLC Tutorials Control Systems
4 Comments
Share
4 Min Read
SHARE

This article is about Open Platform Communication (OPC) which is one type of communication protocol used in industrial automation.

Contents
Open Platform CommunicationOPC Requirement for Control System

As we know that Data is transferred from field to controller by using some sort of communication method.

OPC Classic is one type of method used to transfer data from field device to controller and from controller to HMI.

You receive every kind of signal from value to error to alarm generation in real-time which can be coming from different manufacturer’s devices, there should be one common protocol for communication and that is OPC.

It was in 1996 when OPC was founded to share data of different manufacturers so they can talk to each other efficiently.

In our daily usage of computers and laptops, there is one method DDE (Dynamic Data Exchange) which is used to communicate between internal applications.

With the DDE method, you can only communicate between two PC or laptops.

Due to this limitation, this method can’t use in process control which led OPC to come as a new communication protocol.

Open Platform Communication

Over the year in OPC improvement has been made. Five different versions have launched till now which are listed below.

  1. 1996 – OPC DA (Real-time Data Access)
  2. 1999 – OPC AE (Alarms and Events)
  3. 2001 – OPC HDA (Historical Data Access)
  4. 2004- OPC CLASSIC
  5. 2004 – OPC UA
  6. 2019 – OPC CLASSIC V2.05
  7. 2019 – OPC UA V1.05

All the version has come with improvement over time. Earlier the name was OPC then it was replaced by OPC classic.

OPC Classic is a client-based server that has one OPC server means PLC or DCS and second OPC client which is for visualization like HMI or SCADA.

In OPC servers like PLC which provides access like name of item, tags, or access like reading or writing.

In OPC client like for HMI, It has access information from the controller like tag name, tag value, etc.

Using OPC we schedule data means when to or on which server data need to transfer with a defined time interval.

OPC Requirement for Control System

OPC server software:

In server software, we need to connect with a facility like PLC, HMI, and application computer. This only refers to software, not hardware.

OPC client software:

To talk with the OPC server or need periodic data access, all register in alarm logger and historian data.

To store all the above information, software named OPC application is used.

For example, you have to transfer data from PLC using Profibus protocol then that data is read on HMI using profinet protocol.

For OPC server it can do both reads and write the data, whereas OPC client if it only configured to requested data.

If I give you a better idea of OPC then some version of Rslinx of Rockwell automation acts as an OPC server and in siemens scout is an OPC server for the TIA portal. Due to them, it is possible to send the OPC data from Siemens PLC to WinCC HMI.

Every modern HMI application version has built an OPC server into them.

In short, OPC is a communication protocol used to communicate between different manufacturers’ devices to provide faster speed and efficiency.

Author: Suhel Patel

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Troubleshoot PLC Program
  • Protect PLC using Password
  • Download PLC software
  • Siemens PLC Backup
  • SCADA Communication
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 !

Continue Reading

Background of Modbus – ASCII and RTU Data Frames
What is High Integrity Pressure Protection System?
Energize to Safe Loop philosophy
PLC Conveyor Ladder Logic Program
User Defined Data Types (UDT) – Purpose, Need, Tutorial
Failsafe Wiring Practices
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
4 Comments
  • Pradeep says:
    May 25, 2020 at 8:09 am

    What is OPC – ‘OLE’ for process control? Object linked embedded for process control. Kindly check.

    Reply
    • S Bharadwaj Reddy says:
      May 25, 2020 at 9:18 am

      Hi, Read this article: https://instrumentationtools.com/opc-in-old-plc-systems/

      Reply
  • Isaac Donald says:
    June 5, 2020 at 9:56 pm

    What is the difference between OLE for PROCESS CONTROL (OPC) and OPEN PLATFORM COMMUNICATION (OPC)

    Reply
    • S Bharadwaj Reddy says:
      June 6, 2020 at 9:28 am

      OPC (Object Linking and Embedding for process control) was released in 1996 by the OPC Foundation and was soon adopted for the interoperability of industrial systems.

      The name was later changed to Open Platform Communications in 2011 to broadening variations beyond Microsoft’s pioneer OPC

      Reply

Leave a Reply Cancel reply

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

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Use of Regions in SCL Language
Siemens PLC Comparator Logic
How to Control VFD with PLC using Ladder Logic
Siemens TIA Portal Free Version Download
Control Modes of Air Handling Unit (AHU) – HVAC Basics
PLC Program for Traffic Light Sequence using Functional Blocks
#16 PLC Best Practices – Create Trend for Cycle Time on HMI
While Do Statement in Structured Text PLC Program

Keep Learning

Exhaust Fan Control

Exhaust Fan Control: Example of PLC Timer Programming

Programmable Logic Controller (PLC) Questions and Answers

PLC Ladder Logic Questions and Answers

PLC FBD Example for Tank Liquid Heating Control by Steam Flow

PLC FBD Example for Tank Liquid Heating Control by Steam Flow

Real-time and historical SCADA Trends

What are Trends in SCADA?

Demo of a SCADA Software – Level Control System

S7-1200 Hardware Configuration

S7-1200 Hardware Configuration – Siemens PLC Tutorials

PLC Controlling a Motor

PLC Motor Control Ladder Logic Programming

Structured Text in PLC: Parking Information Systems

Structured Text in PLC: Parking Information Systems

Learn More

Analyzers Questions and Answers

Electrochemical Methods for Oxygen Analysis Questions & Answers

Best Engineering Mobile Apps

Best Engineering Mobile Apps on Google Play & App Store

Thermocouples Calibration Errors

Thermocouples Sources of Error

How to Measure Specific Gravity of Battery

How to Measure Specific Gravity of Battery

Pressure Correction Pneumatic Instrumentation

Pressure Correction Pneumatic Instrumentation

Real-time PLC Projects

Real-time PLC Projects – Industrial Automation

IPSec

What is IPSec? – Internet Protocol Security

electric motor actuator principle

What is a Electric Motor Actuator ?

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

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?