Kami ingin berbagi source code projek, aplikasi, ide, tutorial, dan artikel, berkaitan dengan dunia SCADA, HMI, Automation, Software, dan Teknologi.
We want to share the source code projects, applications, ideas, tutorials, and articles, related to the world of SCADA, HMI, Automation, Software, and Technology.
This video shows how to create a web SCADA using Scalare and Grafana.
In this example, I run the S7-PLC DB Simulator application as a PLC simulator, then I run Scalare to read the data and log to the MySQL database on the Miqottt.com server, and finally I login to Grafana on my server and create a Datasource and Dashboard.
OPCDAAuto.dll is an official library for OPC DA Client from OPC Foundation. You can get the file and other resources from this website: https://opcfoundation.org/
Before you create/run some OPC DA Client application, you need to install the DLL first.
These are 3 ways to install the DLL into your Windows PC :
This is a simple application (commercial / not free) for reading OPC DA and Modbus TCP that can be published as a Modbus TCP Server. We designed this app for Windows XP 32-bit, so the GUI is not pretty enough, but it can run in Windows 10.
You can purchase this little application (with full sourcecode) by sending me an email here:
Teman2 yang saya hormati, tibalah kita pada akhir seri DIY membuat aplikasi SCADA: WPF SCADA.
Pada video kali ini kita akan belajar bagaimana membuat Dashboard SCADA. Kita akan menggunakan library Livecharts untuk membuat objek Gauge, Bar Chart dan Line Chart.
AFAIK, ada 2 tipe Graphic pada aplikasi/software SCADA:
1. Fixed Graphic/Dashboard
2. Dynamic Graphic/Dashboard
Yang tipe 1 itu maksudnya adalah tampilan SCADA nya tidak bisa kita rubah-rubah. Semua objek yang ditampilkan pada halaman Graphic/Dashboard dibuat di-script atau dibuat saat development, dan ketika aplikasi sudah jadi maka tampilan tersebut tidak bisa dirubah lagi, baik Teksnya, Warnanya, atau Posisinya. Biasanya aplikasi SCADA dengan tipe ini dibuat khusus/custom untuk client/user tertentu.
Tipe yang ke-2 itu maksudnya adalah tampilan SCADA nya bisa kita buat sendiri, ada fitur Graphic Designer untuk membuat tampilan dengan cara menambahkan objek-objek yang kita inginkan. Ini yang biasa ada pada software2 SCADA branded, termasuk SCALARE*
*SCALARE ini walaupun termasuk low-cost SCADA software tapi sudah ada fitur Graphic Designer. Silakan download SCALARE FREE Version disini: hadiscada.com/scalare
Demikian materi yang bisa kami bagi. Kami memohon maaf karena banyak kekurangannya. Semoga ada yang bisa teman2 manfaatkan dari sini.
We are sorry to all my friends who can not understand Bahasa Indonesia, because from the beginning until this end, I use Bahasa to explain the lessons.
Terima kasih. Sampai jumpa pada video2 yang lainnya.
Pada tutorial kali ini kita akan instal library EasyModbus untuk konek, baca dan tulis ke Modbus TCP Server. Kita akan menggunakan aplikasi ModbusHD sebagai Modbus TCP Server simulator.
Jumpa lagi dengan HadiSCADA, mudah-mudahan teman-teman tidak bosan, karena pelajaran kita masih banyak.. hehe..
Melanjutkan pembelajaran kita sebelumnya, pada video kali ini kita akan menambahkan Theme dan Icon pada projek WPF SCADA kita dengan menggunakan library dari MaterialDesign.
Dengan library tersebut kita bisa merubah warna-warna objek dengan mudah. Kita bisa juga menambahkan icon pada beberapa objek yang diperlukan seperti pada objek Button dan Menu. Hal tersebut bisa membuat aplikasi kita menjadi tampak lebih profesional dan menarik.
Silakan disimak dan diikuti tutorialnya, jika ada masalah silakan tulis di komentar atau hubungi kami via WA. Semoga bermanfaat.
Melanjutkan pembelajaran sebelumnya, kali ini kita akan memodifikasi projek WPF SCADA kita dengan menambahkan Menu, yang berisi menu File diantaranya untuk Save dan Open ke/dari file Text, juga menu Recents untuk menyimpan list file yang sudah dibuka.
Untuk yang belum melihat materi sebelumnya (Day 1) silakan buka link berikut :
Pada video kali ini kita akan belajar untuk membuat aplikasi WPF SCADA.
Durasinya lebih panjang dari biasanya karena kami sertakan penjelasan mengenai beberapa hal terkait WPF untuk pengetahuan bagi yang baru mengenal WPF.
Kami menggunakan Bahasa Indonesia agar teman-teman bisa lebih mengerti materinya.
WPF (Windows Presentation Form) mempunyai banyak kelebihan dari Windows Form (WinForm) dalam visualisasi dan interaksi User Interface, sehingga sangat cocok untuk dipakai pada aplikasi SCADA.
Pada Day 1 ini kita akan membahas Connection dan Tag, bagaimana membuat antarmuka untuk Add, Edit dan Delete Connection juga Tag.
Kami bagi menjadi 2 bagian (part) agar lebih mudah untuk upload dan downloadnya.
Pada tutorial kali ini kita akan belajar bagaimana membuat aplikasi sederhana untuk membaca data dari sebuah OPC UA Server, artinya kita akan membuat sebuah aplikasi OPC UA Client. Kita akan menggunakan Visual Studio 2022 dan bahasa C# dengan tipe aplikasi Desktop Windows Form atau bisa disingkat WinForm.
Aplikasi OPC UA Server yang akan kita gunakan ada 2 macam, yaitu memakai OPCAgentX dari HadiSCADA (silakan lihat di video2 kami sebelumnya jika teman2 belum tahu) dan untuk mensimulasikan fungsi Write kita akan pakai OPC UA Server Simulator dari Integration Objects.
OPC UA berbeda dengan OPC DA. OPC UA memliki banyak kelebihan. Kekurangan2 pada OPC DA seperti ribetnya konfigurasi DCOM, sudah tidak perlu dipikirkan lagi. Sebenarnya ada beberapa macam koneksi, namun pada tutorial kali ini kita akan menggunakan koneksi Anonymous artinya kita tidak perlu mendefinisikan user authentication apapun, kita hanya perlu parameter IP atau nama komputer dan nama OPC UA Server nya.
Untuk projek kali ini kita akan menggunakan library OPC UA Helper. Kami tidak terlalu mengerti mengenai legalitas library ini, jadi kami tidak bertanggung jawab apabila ada permasalahan terkait legalitas atau apapaun yang menyangkut hukum. Disini kami menunjukan tutorial untuk tujuan pembelajaran saja.
Untuk membaca data dari sebuah OPC Server, ada 2 metode yang bisa dilakukan. Pertama adalah metode Read dan yang kedua adalah metode Subscription. Metode Read butuh triger manual untuk membaca data bisa dari penekanan tombol atau bisa dikombinasikan dengan objek Timer untuk melakukan Read setiap interval waktu tertentu, metode ini disebut juga metode Polling. Sedangkan metode Subscibe atau Subscription dia tidak perlu triger manual, setiap kali ada perubahan value di sisi server akan dikirim pemberitahuan ke sisi client.
Baik metode Polling ataupun Subscribe masing2 punya kelebihan dan kekurangan masing2. Silakan teman2 coba2 sendiri dan temukan metode yang paling pas untuk sistem yang teman2 punya.
Berikut adalah timeline dari video tutorial kali ini:
00:00 - intro
00:08 - setup OPCAgentX as OPC UA Server
02:17 - create a new project
13:41 - test Connect
16:05 - test Read value
16:26 - Write value
21:12 - Subscribe
Demikian yang bisa kami sajikan kali ini, semoga bermanfaat. Terima kasih dan Salam inovasi!
Welcome to the tutorial on creating an OPC UA Server application using C#!
OPC UA (Open Platform Communications Unified Architecture) is an industry standard for communicating and exchanging data between different devices and systems. In this tutorial, we will learn how to create an OPC UA Server application using C# language.
The OPC UA Server application we will create will be able to receive requests from OPC UA clients, send requested data, and provide additional functions such as creating and deleting nodes. By the end of this tutorial, you will understand how OPC UA Server application works and be able to apply it to different IoT and industrial automation projects.
Welcome to this tutorial on how to use OPCAgentX to publish OPC DA data as an OPC UA server. OPCAgentX is a free Windows application that supports OPC DA and OPC UA clients and offers features such as trend/chart, SQL database log, alarms, notifications, and publishing to MQTT.
With OPCAgentX, you can bridge the gap between OPC DA and OPC UA by publishing OPC DA data as an OPC UA server. This allows you to integrate OPC DA data with modern systems and applications that support OPC UA.
To get started, the first thing you need to do is download and install OPCAgentX from this link:
Welcome to this tutorial on how to use OPCAgentX to publish OPC data to MQTT. MQTT is a popular messaging protocol used in the Internet of Things (IoT) to exchange data between devices and systems.
With OPCAgentX, you can easily read OPC data from OPC UA or OPC DA servers and publish it to an MQTT broker. To get started, the first thing you need to do is download and install OPCAgentX from this link:
Welcome to this tutorial on how to use OPCAgentX application to read data from an OPC UA Server. OPCAgentX is a free Windows application that supports OPC DA and OPC UA clients and offers features such as trend/chart, SQL database log, alarms, notifications, and publishing to MQTT.
To get started, the first thing you need to do is download OPCAgentX from this link:
Welcome to this tutorial on how to create an OPC DA client application. OPC (OLE for Process Control) is a widely-used industrial automation protocol that enables communication between various automation systems. In this tutorial, we will be creating a client application that can connect to an OPC DA server, read and write data.
Before we begin, you will need to have the following installed:
That's it! With these steps, you can create a basic OPC DA client application that can read data from an OPC server and write it. From here, you can build on this foundation to create more complex and powerful client applications that can fully leverage the capabilities of the OPC protocol.
Before we start to build an OPC DA Client application, we need to install the OPC DA library first. This video shows you how to install OPCDAAuto.dll on your Windows system.
This step is important because the library is not available on NuGet. And the OPC Foundation does not publish this one on the website any more.
So, make sure that you successfully install the library, because in the next tutorial we will use it to create an OPC DA client application.
OPCAgentX is a comprehensive OPC client application designed for Windows that supports both OPC Data Access (DA) and OPC Unified Architecture (UA). With a variety of powerful features such as trend/chart displays, SQL database logging, alarm and notification capabilities, and MQTT publishing, OPCAgentX is a robust solution for real-time data acquisition.
This video tutorial is for you who want to create Mobile Application as MQTT client for iOS and Android using Xamarin Forms project with Visual Studio on Mac.
From this app, you can Subscribe to get/read data and Publish to set/write data to some MQTT topics on the MQTT broker.
These are the steps:
00:00 - intro
00:11 - login to Miqottt.com and get main Topic
00:50 - test with MQTT Explorer
01:34 - create a new Xamarin Forms project
04:46 - edit MainPage layout
11:01 - install M2Mqtt package
11:49 - scripting
18:30 - start Runtime iOS emulator
21:32 - start Runtime Android emulator
We use Miqottt as a MQTT broker. If you don't know about it, please watch the previous video here: https://youtu.be/G7tTA49Vd7w
Miqottt is FREE. You can register and follow the steps here: miqottt.com
This video shows how SCALARE* connect to Siemens S7-PLC (Simulator) and read/write some data.
SCALARE* is SCADA application software that can communicate with a lot of industrial protocols. For more detail about SCALARE* and how to download the app, please visit this link:
S7-PLC DB Simulator can be downloaded from this link:
This video tutorial shows you the easy way to create a Modbus RTU/Serial Master application (using C# and VB.net on Visual Studio 2022) and read some Holding Registers from multiple Modbus RTU Slaves.
The Modbus RTU/Serial Slave devices are simulated by ModbusHD application, you can get the app from this link: