Skip to main content

OPC in Old PLC Systems

 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. As a mechanism for interoperability, it is used by OPC Servers to provide data to PLC applications like HMI and Historian via OPC Clients.

OPC in PLC Systems

OPC Basics (Source: Novotek)

Which OPC is Commonly Used in Old PLC Systems?
Among the first OPC, versions to be introduced include OPC Data Access (OPC DA) in 1996, OPC Alarms & Events (OPC AE) in 1999, and OPC Historical Data Access (OPC HDA) in 2001. These three were designated as classic OPC after the introduction of OPC UA.

While all three are highly compatible and preferred for old PLC systems, OPC DA stands out as the most commonly used. Classic OPC Clients and Servers send commands, requests, and data using Microsoft’s COM (Component Object Model) and DCOM (Distributed COM) technologies.

OPC Server and Client implemented in old PLC systems interact using COM when the programs reside in the same computer, and DCOM is used when the data being exchanged is located on a network.

How does Classic OPC Work in PLC Systems?
An OPC Client sends a request and goes into receive mode waiting for the OPC Server to transmit the data. With this classic architecture, OPC Server can support hundreds of OPC Clients without configuration or other details about the PLC.

On the other end, OPC Server exploits its knowledge of the protocol/API spoken by the PLC to retrieve the data requested by the Client from the PLC. Subsequently, the Server converts the data to OPC using embedded protocols like Modbus before sending it to the Client.

The design and specifications of classic OPC enable real-time interaction between hardware like devices on the factory floor and Human-Machine Interface (HMI) on Client-side like a jolly stick used by the operator via OPC Server.

OPC Servers are not designed as one-fits-all. For you to access data from a specific PLC, you need an OPC Server that knows how to talk to the PLC you’re interested in. Some manufacturers design unique OPC Servers for their PLCs while others rely on third-party providers.

For example, setting up an OPC Server/Client for Allen Bradley’s Controllogix and CompactLogix PLCs requires an RS-Linx Gateway license. Additionally, you will have to program an OPC Server for you to obtain the data you need. Apart from programming and suitability of OPC Server, data retrieval is also influenced by the robustness of the OPC Server software.

This is why it is important to seek the services of professionals and experts in classic OPC, OPC Server/Client, and all matters related to PLC systems. Through SupportPoint, you can access the expertise you need very quickly.

Why is Classic OPC Suitable for Old PLC Systems?
Classic OPCs are designed to offer a common bridge for process control hardware and software applications to interface SCADA and other HMIs. This protocol design allows access to field data from plant floor devices consistently regardless of data type and source.

In old PLC systems using the traditional I/O, OPC Server communicates securely over Ethernet, serial, and so on. For instance, the OPC Server used by Allen Bradley PLCs communicates over DH+, DF1, DH485, and Ethernet/IP.

One of the reasons why classic OPC is preferred for old PLC systems can be explained using Allen Bradley’s DH+ electrical interface, which uses differential signaling. The electrical interface consists of two transmission channels that do not have the same ground potential, which carries data represented as the difference in voltage.

Any common interference as noise is ignored since the data exchanged is encoded differentially, and all non-transmitting nodes go into receive mode when one node transmits. This process protocol is compatible with Server-Client interaction under classic OPC specification, where the Server only serves up data requested by the Client.  OPC Server waits for a request, and OPC Client waits for data after sending the request.

Advantages of OPC in older PLC Systems
An OPC system can extend the usability and the economic lifetime of your older or obsolete PLC system. Older proper working PLC systems do not have to be replaced if the operating and process still meet the requirements. Just extend the useful lifetime by adding solutions like OPC.

If you do not have the knowledge for an update like this or run into problems: new possibilities are available! Online expert support for PLC challenges like this.


Comments

Popular posts from this blog

PLC Program for Mixing Tank

 Create a ladder diagram for controlling a batch mixing process. Implement a PLC program for mixing tank or Mixing Process using PLC Ladder Logic. PLC Program for Mixing Tank Fig : Mixing tank A tank is used to mix two liquids. The required control circuit operates as follows: A. When the START button is pressed, solenoids A and B energize. This permits the two liquids to begin filling the tank. B. When the tank is filled, the float switch trips. This de-energizes solenoids A and B and starts the motor used to mix the liquids together. C. The motor is permitted to run for 1 minute. After 1 minute has elapsed, the motor turns off and solenoid C energizes to drain the tank. D. When the tank is empty, the float switch de- energizes solenoid C. E. A STOP button can be used to stop the process at any point. F. If the motor becomes overloaded, the action of the entire circuit will stop. G. Once the circuit has been energized, it will continue to operate until it is manually stopped. Solution...

What is Relay? How it Works? Types, Applications, Testing

 We use relays for a wide range of applications such as home automation, cars and bikes (automobiles), industrial applications, DIY Projects, test and measurement equipment, and many more. But what is Relay? How a Relay Works? What are the Applications of Relays? Let us explore more about relays in this guide. What is a Relay? A Relay is a simple electromechanical switch. While we use normal switches to close or open a circuit manually, a Relay is also a switch that connects or disconnects two circuits. But instead of a manual operation, a relay uses an electrical signal to control an electromagnet, which in turn connects or disconnects another circuit. Relays can be of different types like electromechanical, solid state. Electromechanical relays are frequently used. Let us see the internal parts of this relay before knowing about it working. Although many different types of relay were present, their working is same. Every electromechanical relay consists of an consists of an Elect...

Chlorine dioxide Analyzer Principle

 Chlorine dioxide measurement Chlorine dioxide (ClO2) is an instable, non-storable, toxic gas with a characteristic scent. The molecule consists of one chlorine atom and two oxygen atoms – represented in the chemical formula ClO2. It is very reactive. To avoid the risk of spontaneous explosions of gaseous chlorine dioxide or concentrated solutions, it is generally handled in dilution with low concentrations. ClO2 is soluble in water, but tends to evaporate quickly. Typically it is prepared on site, for example from hydrochloric acid and sodium chlorite. The procedure provides solutions with approx. 2 g/l ClO2 that can be safely handled and stored for several days. Image Credits : krohne Sensor Parts : Reference electrode Applied chlorine dioxide specific potential Current needed to maintain the constant potential Counter electrode Measuring electrode The disinfection effect of ClO2 is due to the transfer of oxygen instead of chlorine, so that no chlorinated byproducts are formed. C...