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: How to Connect PLC with SCADA System via OPC UA?
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 > How to Connect PLC with SCADA System via OPC UA?

How to Connect PLC with SCADA System via OPC UA?

In this article, we are configuring a connection between Siemens PLC S7-1500 and Indusoft SCADA System via OPC-UA.

Last updated: September 28, 2022 2:23 pm
Hussien Ghareb
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

In this article, we are configuring a connection between Siemens PLC S7-1500 and Indusoft SCADA System via OPC-UA.

Contents
IntroductionWhat makes the OPC Protocol Special?The key features of OPC UASteps to set the connection between PLC and SCADA

Introduction

One of the most important protocols all over the Automation Industry is OPC protocol that is developed by OPC Foundation.

Here we are going to know how to establish an interface between a SIEMENS PLC and a SCADA system (Indusoft Web Studio V7.1) using the OPC-UA infrastructure.

What makes the OPC Protocol Special?

The communication protocols are many and each vendor in the Automation field has made a special protocol for himself, as an example, we can see that SIEMENS products are using the PROFIBUS & PROFINET protocols to communicate with each other.

But on the other hand, we can find that Allen Bradley PLCs are using Ethernet/IP protocol to communicate with each other, and that is the situation for all vendors.

That is why we have invented the OPC (Open Platform Communication) protocol that can create data transfer standards for multi-vendor, multi-platform, secure, and reliable interoperability in industrial automation.

The key features of OPC UA

  • OPC UA does not depend on a specific operating system platform. OPC UA can, for example, be used with Windows, Linux, Mac OS X, a real-time operating system or a mobile operating system (such as Android).
  • OPC UA is implemented in various different programming languages.
  • Independence of a specific transport layer.
  • The information from the OPC UA server (for example the PLC tags) is modeled as nodes connected over references. This makes it possible to navigate from node to node with an OPC UA client and find out what content can be read, monitored or written.

Steps to set the connection between PLC and SCADA

First of all, we need to launch the OPC UA server from the S7-1500 PLC.

Step 1:

Open new project with TIA Portal and select your PLC

Note make sure that your device has a firmware version higher than 2.0 that contains the OPC UA.

OPC UA server from S7-1500 PLC

Step 2:

From device properties, activate the OPC UA server because by default it is deactivated, and you can copy the server address and save it as we will need it later.

Activate OPC UA Server

Step 3:

From here you can select the server license that you have installed on your PC.

OPC UA Runtime License

Step 4:

Now you can save your project and download it using PLCSIM Advanced.

S7 PLC SIM Advanced Control Panel

Note if you want to simulate the OPC server on your PC you have to use PLCSIM-Advanced, as PLCSIM will not help you.

Step 5:

Now we will go to the Indusoft SCADA software to launch an OPC client from the software. Here we will insert a new OPC-UA connection.

Open Indusoft SCADA software

Step 6:

Now you will need to copy your server TCP/IP address as shown from TIA.

copy your server TCP IP address from TIA Portal

Step 7:

Now you can paste the server address in the SCADA system and check if the connection is healthy or not.

Simulating OPC

Step 8:

Now you can add a new page to connect some tags with OPC nodes.

Connect tags with OPC nodes

Step 9:

After creating this page now, you can select the OPC connection and write your system tags.

Indusoft OPC SCADA

Step 10:

Here you can browse for your PLC nodes (tags) to attach them and to connect them with the SCADA tags.

How to Connect PLC with SCADA System via OPC UA

So, that it.

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:

  • OPC Communication
  • PLC to PLC Communication
  • Servo Motor and Stepper Motor
  • PLC and SCADA Softwares
  • Motor Stop Interlock in PLC
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

Automatic Coffee Vending Machine – PLC Logic Programming
Medium-Level PLC Exercise for Students in Automation
Daily Alarm PLC Program using Real-Time Clock
How to Program PID Control in PLC with Structured Text?
Siemens S7 300 and STEP 7 PLC program using SIMATIC Software
Conveyor Speed Logic using Structured Text in PLC
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

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

Automated Garage Gate Control – PLC Ladder Logic
Mitsubishi PLC Timers with Ladder Diagram
Control Speed of Induction Motor using Analog Output of PLC
Programmable Logic Controller Quiz
Types of Interlocks
Elevator PLC Ladder Logic
What Factors Affect the Choice of PLC Programming Software?
What are Faceplates? How to Create a Faceplate? HMI Visualization

Keep Learning

Advanced Ladder Logic PLC Example

Automatic Sanitizer – Complex Ladder Logic PLC Examples

Types of Scan Time in a PLC

Programmable Logic Controller (PLC) Scan Time – Types, Theory

Basic Arithmetic Programming in Mitsubishi PLC

Basic Arithmetic Programming in Mitsubishi PLC

Use of Regions in SCL Language

Use of Regions in SCL Language

Allen Bradley PLC Emulator

How to Work with Allen Bradley RsLogix Emulator?

PLC Programming Basics for a Packing Machine Control System

PLC Packing Machine Control System Program in XG5000

Learn PLC in Hindi

Learn PLC in Hindi

Omron PLC Online Training Course

Omron PLC Online Training Course

Learn More

PLC Ladder Logic for Demultiplexer

1 to 8 Demultiplexer PLC ladder diagram

Steam Pressure Control

Steam Pressure Control

Pressure to Current Converter

Pressure to Current (P/I) Converter Principle

Shift Bit Register in PLC

Shift Bit Register in PLC

Advances in Control System

Fuzzy Logic Control

DCS Commissioning Steps

DCS Commissioning Steps

Relay Wiring

Animation of Electromagnetic Relay

Introduction to PLC

#9 PLC Best Practices – Validate indirections

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?