Showing posts with label SCADA/HMI. Show all posts
Showing posts with label SCADA/HMI. Show all posts

Tuesday, 5 December 2023

Scalare* SCADA Scripting FULL

- 2 komentar

Pada video kali ini kita akan membahas lebih jauh tentang Scripting pada Scalare* SCADA. 


Silakan download file projek Scalare* yang sudah berisi contoh-contoh script disini: 

https://mega.nz/file/luA2gQQD#fh0AAay3ZSRZ_WytWjJ5uXdeYuJlBXOHIWtZoaXFBYc


Scalare* terupdate silakan download disini:

https://hadiscada.com/scalare/download/Scalare.zip


Kalau ada pertanyaan silakan tulis di komentar atau kirim email ke: hadiscada@gmail.com 

Terima kasih dan salam inovasi !

[Continue reading...]

Monday, 4 December 2023

Scalare* SCADA - Scripting

- 0 komentar

 Video kali ini memperkenalkan fitur baru Scalare* SCADA yaitu: Scripting.



Dengan fitur ini pengguna aplikasi Scalare bisa dengan leluasa membuat script yang diinginkan sesuai dengan kebutuhan proses SCADA. 

Kita akan membaca data dari aplikasi ModbusHD sebagai Modbus TCP simulator dan melakukan perhitungan sederhana yaitu penjumlahan. 


Silakan download Scalare* SCADA terupdate disini: 

https://hadiscada.com/scalare/download/Scalare.zip 


Aplikasi ModbusHD bisa didownload disini:

https://hadiscada.com/modbushd/ModbusHD.zip


Jika ada pertanyaan silakan isi kolom komentar atau kirim email kesini:

hadiscada@gmail.com 


Terima kasih dan salam inovasi !  hehe

[Continue reading...]

Sunday, 3 December 2023

How to use Button in Scalare* SCADA

- 0 komentar

 There are 8 events for Button in Scalare* SCADA: 

1. GotoPage

2. SetTag

3. AddTag

4. SubTag

5. ToggleTag

6. Login

7. Logout

8. RunScript

This video will show you some of them. 



Check your Scalare* SCADA version and update to the latest version here: http://hadiscada.com/scalare/download/Scalare.zip 


Thanks, and have a nice day!

[Continue reading...]

Friday, 1 December 2023

Web SCADA with Scalare + Grafana

- 0 komentar

 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.


S7-PLC DB Simulator

https://youtu.be/ZGsIwFcajUE


Scalare*

https://hadiscada.com/scalare


Get VPS (Web Server) with MySQL and Grafana from Rp.200k/month

email me: hadiscada@gmail.com

or WA : +6281212129806


Thanks.

[Continue reading...]

Thursday, 30 November 2023

How to Install OPC DA Client Library

- 0 komentar

 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 : 

1. Manual for Windows 32-bit 

2. Manual for Windows 64-bit 

3. Automatic by Code 


Download sample project here:

https://mega.nz/file/wzZwSRbJ#OIYm-2qua16xtmt76hQBGwA0iuSwUoIdaDmE5wA0xuM


the DLL file is also available here:

https://mega.nz/file/xzp2BboK#RKfmerD3B9lFa_axdMkz718b5eKBSEe5mu97paNgcs4


Thanks !

[Continue reading...]

Wednesday, 29 November 2023

OPC Modbus TCP Server XP

- 0 komentar

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: 

hadiscada@gmail.com 


Thanks.

[Continue reading...]

Tuesday, 30 May 2023

Tutorial: WPF SCADA - Day 5 (finale - Graphic Dashboard)

- 0 komentar

 Assalaamu'alaikum.. 


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. 

WalhamduliLLAAH.. wassalaam..

[Continue reading...]

Tutorial: WPF SCADA - Day 4 (Modbus Connect, Read & Write)

- 0 komentar

 Asslaamu'alaikum.. 


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. 



Selamat menyaksikan.

Terima kasih dan Salam.

[Continue reading...]

Friday, 26 May 2023

Tutorial: WPF SCADA - Day 3 (Theme & Icon)

- 0 komentar

 Assalaamu'alaikum..


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.


Terima kasih dan Salam..

[Continue reading...]

Wednesday, 24 May 2023

Tutorial: WPF SCADA - Day 2 (Menu File Save Open)

- 0 komentar

 Assalaamu'alaikum...


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 : 

Part 1 : https://youtu.be/GVif1Z4Eo0o

Part 2 : https://youtu.be/BjtyPY1htB8


Beberapa point yang akan kita pelajari di video kali ini adalah:

1. Membuat Menu, Menu Item dan Separator menu

2. Membuat script untuk setiap menu

3. Menampilkan Save File Dialog dan Open File Dialog

4. Menulis file Text dengan Stream Writer

5. Membaca file Text dengan Stream Reader

6. Menyimpan data pada Properties Settings aplikasi

7. Menghapus dan menambahkan Menu Item dengan script


Silakan disimak, dipelajari dan diikuti. Sebaiknya teman-teman langsung praktek di komputer masing-masing. 




Demikian dari kami. Sampai jumpa di pelajaran berikutnya, insya Allah. 


Salam.

[Continue reading...]

Monday, 22 May 2023

Tutorial: WPF SCADA - Day 1 (Connection & Tag)

- 0 komentar

 Assalaamu'alaikum... 


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. 

Silakan disimak Part 1 dan Part 2 nya, disini:


Part 1 : https://youtu.be/GVif1Z4Eo0o



Part 2 : https://youtu.be/BjtyPY1htB8




Semoga bermanfaat.

Salam inovasi !

[Continue reading...]

Tuesday, 16 May 2023

Tutorial: C# OPC UA Client

- 0 komentar

 Halo teman2 inovator!


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!

[Continue reading...]

Tuesday, 9 May 2023

Tutorial: C# OPC UA Server

- 0 komentar

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.

Let's get started!



00:00 - intro

00:08 - download OPC UA Helper

01:31 - test with OPCAgentX

03:24 - change Server name

05:23 - change Server port

06:17 - create new Folder & Tags

09:15 - change Application name

09:42 - change Form icon

11:19 - change App file icon


Thank you!

[Continue reading...]

Saturday, 6 May 2023

Publish OPC DA as OPC UA Server

- 0 komentar

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:

https://mega.nz/file/5yRlhQwR#3wcTCVOhYa3mWJa9kG9rEcC6HvSak7lCvth4n8dcAOs




We hope you found this tutorial helpful. Thanks for watching!

[Continue reading...]

Friday, 5 May 2023

How to Publish OPC Data to MQTT

- 0 komentar

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:

https://mega.nz/file/5yRlhQwR#3wcTCVOhYa3mWJa9kG9rEcC6HvSak7lCvth4n8dcAOs




For free MQTT broker please register and login to Miqottt.com and follow the tutorials.

With OPCAgentX, you can easily publish OPC data to MQTT and integrate it with other IoT devices and systems. 

We hope you found this tutorial helpful. Thanks for watching!

[Continue reading...]

Read OPC UA with OPCAgentX

- 0 komentar

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: 

https://mega.nz/file/5yRlhQwR#3wcTCVOhYa3mWJa9kG9rEcC6HvSak7lCvth4n8dcAOs


Then follow the video.



With OPCAgentX, you can easily read data from an OPC UA Server and visualize it. 

We hope you found this tutorial helpful. Thanks for watching!

[Continue reading...]

Friday, 14 April 2023

OPC Agent Expert : OPC DA & UA Client Windows App

- 2 komentar

 Hello innovators!



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.


00:00 - intro

00:11 - OPC DA Browse & Monitor

01:54 - Trend / Chart

03:34 - SQL Database logging

06:02 - File logging

08:29 - Alarm

10:51 - Publish to MQTT

12:17 - OPC UA

13:46 - Options Theme


Download OPCAgentX free version here:

https://mega.nz/file/5yRlhQwR#3wcTCVOhYa3mWJa9kG9rEcC6HvSak7lCvth4n8dcAOs


Thanks and have a nice day!

[Continue reading...]

Saturday, 11 March 2023

Tutorial: VB.Net S7-PLC Client

- 0 komentar

 This tutorial shows you how to create an application that can read and write to a Siemens S7-PLC.

We use Visual Studio 2022, with Visual Basic and WinForm .Net Framework type project.



These are the steps:

00:00 - Create VB WinForm Project

08:19 - Scripting

16:37 - Test with S7-PLC DB Simulator

 

The S7DBSim application can be downloaded from this link:

https://youtu.be/ZGsIwFcajUE


Thank you, and have a nice day!

[Continue reading...]

Thursday, 9 March 2023

SCALARE* to S7-PLC DB Simulator

- 0 komentar

 Halo!

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: 


Thanks, and have a nice day!

[Continue reading...]

Friday, 3 June 2022

10 Fitur Penting Baru Scalare* Update version 1.0.1.4

- 0 komentar



Scalare* update version 1.0.1.4 memperbaiki beberapa bugs dan dilengkapi dengan beberapa fitur baru yang penting.

Berikut adalah 10 fitur penting tersebut : 1. User Login & Access 2. Group Polling Modbus 3. Float Scale Tag 4. AddTag, SubTag Action Event 5. Bit Address Tag 6. Save Image Files 7. Expression Visible 8. Blinking Visible 9. System Value Text 10. License Key Download Scalare disini: https://hadiscada.com/scalare Terima kasih.
[Continue reading...]
 
Copyright © . HadiSCADA - Posts · Comments
Theme Template by BTDesigner · Powered by Blogger