Showing posts with label Modbus. Show all posts
Showing posts with label Modbus. Show all posts

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...]

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...]

Monday, 27 March 2023

Tutorial: Modbus TCP to MQTT - VB.net WinForm

- 0 komentar

 Hello innovators!



If you have Modbus data and you want to make it accessible from the internet, this video could be a perfect solution for you. 

The goal of this project is to publish Modbus TCP data to MQTT so we can access it from anywhere and any application.

This is a Modbus IOT (internet of things) project. 


Before you start, there are a few things you have to prepare:

1. get access to a MQTT broker. We will use Miqottt.com as a FREE MQTT broker. All you need to do is easily register, login and create a topic.

2. a Modbus device or simulator. We will use ModbusHD. You can get it from this link: https://youtu.be/gmmLis3Vk6Y

3. Visual Studio 2022 as an IDE for creating a project.

4. an application to check MQTT data. We will use MQTT Explorer. 



These are the steps:

00:00 - intro

00:10 - create a new VB WinForm project

04:26 - login to Miqottt.com to get MQTT topic

05:04 - configure Modbus Register address

08:32 - install package: EasyModbus, M2Mqtt

10:07 - Scripting

19:53 - test Modbus with ModbusHD

20:32 - scripting MQTT client

24:41 - test MQTT with MQTT Explorer


Thanks, and have a nice day!

[Continue reading...]

Sunday, 26 February 2023

Tutorial: Modbus Chart - C# WPF

- 0 komentar

Hi innovators! 


This tutorial shows you the easy way to create an application that displays Modbus data on a Chart object.

We use Visual Studio 2022, with C# and WPF .Net Framework type project.



These are the steps:

00:00 - Create a C# WPF Project

00:42 - Install EasyModbus & LiveCharts package

01:28 - Create Chart objects

08:28 - Coding / Scripting

14:37 - Test with Modbus TCP Server Simulator (ModbusHD)

18:30 - Change some parameters

 

The Modbus simulator (ModbusHD) can be downloaded from this link:

https://hadiscada.blogspot.com/2021/05/modbushd-update-version-210.html


Thank you, and have a nice day!

[Continue reading...]

Friday, 24 February 2023

Tutorial: Modbus Gauge - C# WPF

- 0 komentar

 Hi innovators! 


This video tutorial shows you the easy way to create an application that displays Modbus data on a Gauge object.

We use Visual Studio 2022, with C# and WPF .Net Framework type project.


These are the steps:

00:00 - Create a C# WPF Project

01:37 - Install the library of EasyModbus & LiveCharts

02:39 - Create Gauge objects

10:05 - Set Name of Gauge objects

11:07 - Coding / Scripting

15:09 - Test with Modbus TCP Server Simulator (ModbusHD)

 

Thank you, and have a nice day!

[Continue reading...]

Sunday, 19 February 2023

Tutorial: Modbus RTU Master Multi Slave - C# & VB.net

- 0 komentar

 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:

https://hadiscada.blogspot.com/2021/05/modbushd-update-version-210.html

 

and the COM ports are emulated by Virtual Serial Port Emulator (VSPE), you can download from here:

http://www.eterlogic.com/Products.VSPE.html



Thanks, and have a nice day!

[Continue reading...]

Sunday, 12 February 2023

Tutorial Modbus TCP Server C# Desktop App

- 1 komentar

Hi inovators! 

This video shows a simple and easy tutorial for creating a Modbus TCP Server application using C# on Visual Studio 2022.

These are the steps:

+ Create a new WinForm .Net Framework project

+ Install Easymodbus package from NuGet.

+ Add some objects.

+ Write the scripts/coding.

+ Test with Modbus TCP Client (ModbusHD).

 

Download ModbusHD from here: 

https://hadiscada.blogspot.com/2021/05/modbushd-update-version-210.html

 

Thanks, and have a nice day!

[Continue reading...]

Tuesday, 7 February 2023

Tutorial Modbus TCP Client Xamarin Mobile App

- 0 komentar

This video tutorial shows you how to create a Mobus TCP Client app on mobile (Android) using Visual Studio with a Xamarin Forms C# project.

For Modbus TCP Server Simulator, please download ModbusHD application from here: https://drive.google.com/file/d/1qlb29iHVV4s2ykGiPQvSF1xa7I4dhFTe/view


[Continue reading...]

Friday, 27 January 2023

Mac/iOS Apps for Modbus

- 0 komentar

Hi...! 

I build some apps for iOS and Mac for Modbus:


you can download here:https://apps.apple.com/id/developer/hadi-hidayat/id1608282304

Thanks!

[Continue reading...]

Wednesday, 19 January 2022

ModTCPSimX : Modbus Simulator

- 0 komentar

This application is a Simulator for Modbus TCP Server.


With this app we can :
+ Add Multiple Slaves + Editable Port + Read Registers Values + Write Registers Values + Holding Registers + Input Registers + Digital Inputs + Coil Outputs
+ Set Tag Name/Description + Add to Monitoring Tags
Its created using Xamarin Forms, so actually it can run on Android, iOS and Mac. but currently this application only available for Android in Google Play. maybe next time we will launch in Apple Store.

Important Note: use PORT number above 1024, the default is 5502.

See the video:

You can download it from this:

Thanks.
[Continue reading...]

Monday, 31 May 2021

ASP.net Web Application - Modbus Monitor

- 0 komentar
Pada video ini kita akan membuat aplikasi web sederhana dengan ASP.net C# yang akan membaca data register dari Modbus TCP Server dan menampilkannya di halaman web.

[Continue reading...]

Wednesday, 5 May 2021

ModbusHD update version 2.1.0

- 5 komentar
ModbusHD adalah aplikasi Modbus Simulator sekaligus Modbus Scanner. Bisa sebagai Modbus TCP Server dan Modbus TCP Client, maupun Modbus RTU Slave dan Modbus RTU Master. Pada versi ini sudah bisa menambahkan beberapa Slave. Pilihan Data Type juga lebih banyak. Download ModbusHD: https://drive.google.com/file/d/1qlb29iHVV4s2ykGiPQvSF1xa7I4dhFTe/view?usp=sharing its free.. :) Semoga bermanfaat.

[Continue reading...]

Friday, 23 April 2021

Sharing Sourcecode : Modbus Log to MySQL Database - VB

- 3 komentar
Projek kita kali ini adalah Modbus TCP Client dan Modbus RTU Master Logger ke database MySQL.

silakan download file-file projeknya disini:

[Continue reading...]

Friday, 12 February 2021

Scalare update 1.0.0.4

- 5 komentar





tambahan pada versi ini:

+ Menu
+ Scale factor (faktor pengali) di bagian Tag Management
+ Alarms (Configuration, Monitoring, Archived)
+ Logging (Configuration dan Archived)
+ tombol Request Full Version di bagian About

Download aplikasi Scalare disini:
hadiscada.com/scalare
*versi Portable sudah terupdate, untuk Setup nya belum

Terima kasih.
[Continue reading...]

Friday, 15 January 2021

Scalare* update 1.0.0.2

- 0 komentar

 

Scalare* updated 1.0.0.2 has ben released, please do Update procedure from Scalare application.

Here is how to update Scalare*

http://hadiscada.blogspot.com/2021/01/how-to-update-scalare.html

Some bugs has been fixed and some features has been added :

  • Multi page Canvas (up to 3 pages for Free version)
  • Page/Canvas resolution
  • Button object with On Click Event  
  • Page navigation from Button
  • Write/Set value to Tag from Button (for Modbus and OPC)



Please try and send us your review or sugestion. Thanks.


Hadi.


[Continue reading...]

Thursday, 24 September 2020

ModbusHD - Aplikasi Modbus TCP Server/Client, RTU Slave/Master

- 6 komentar

ModbusHD dibuat oleh HadiSCADA. Aplikasi ini bisa dijalankan sebagai Modbus TCP Server atau Modbus TCP Client, atau Modbus RTU Slave, dan atau Modbus RTU Master. Sedikit penjelasan: + pada Modbus TCP, istilah yang dipakai adalah Server-Client. Server sebagai penyimpan data/register dan Client yang membaca (polling). + pada Modbus RTU, istilah yang dipakai adalah Slave-Master. Slave sebagai penyimpan data/register dan Master yang membaca (polling). Cara pakainya silahkan lihat video berikut:



Silahkan download aplikasinya disini: https://hadiscada.com/modbushd/ModbusHD.zip


Demikian dan semoga bermanfaat.

[Continue reading...]

Wednesday, 16 September 2020

Multiple Modbus Gateway (Modbus RTU to Modbus TCP)

- 0 komentar


ModGateX (Multiple Modbus Gateway) dibuat oleh HadiSCADA, pada September 2020. 

Aplikasi ini berfungsi sebagai penyambung (Gateway) dari beberapa peralatan Modbus, baik Modbus TCP ataupun Modbus RTU. 

Bisa menangani beberapa Input dan beberapa Output (Multiple). Input sebagai Modbus RTU Master atau Modbus TCP Client dan Output sebagai Modbus TCP Server atau Modbus RTU Slave.

Aplikasi ini bisa juga berfungsi sebagai pengubah (Converter) dari Modbus RTU ke Modbus TCP dan atau sebaliknya.

Dalam satu Input bisa dibuat beberapa kelompok (Group) pembacaan register. 

Semua pengaturan Input dan Output bisa disimpan ke dalam file Text, dan bisa dibuka lagi.


Langkah-langkah penggunaaan aplikasi ini: 

1. Configure Inputs dan Group 
2. Configure Outputs dan select Input 
3. Simpan ke file dengan menu File > Save 
4. Mulai jalankan dengan tekan tombol Start 
5. Buka tab Monitor untuk melihat hasil pembacaan 

Berikut adalah video contoh penggunaan aplikasi ini:


Silahkan download aplikasi ini disini:

Silahkan kirimkan laporan jika ada kesalahan pada aplikasi ini, dan atau kirimkan pertanyaan juga saran terkait aplikasi ini ke email kami: hadiScada@gmail.com

Terima kasih.
[Continue reading...]

Sunday, 10 May 2020

Video Tutorial : VB Modbus SCADA with AdvancedHMI

- 0 komentar


Introducing AdvancedHMI to build SCADA (Modbus TCP Client) application in Visual Studio. I do not share the project files, because i think if you follow the steps in video then you can practice and learn better. Thank you.

[Continue reading...]
 
Copyright © . HadiSCADA - Posts · Comments
Theme Template by BTDesigner · Powered by Blogger