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

Friday 24 March 2023

Tutorial: iOS & Android MQTT Client App - Xamarin Forms Visual Studio Mac

- 0 komentar

 Hello innovators!


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


Thanks and have a nice day!

[Continue reading...]

Wednesday 22 March 2023

Tutorial: C# MQTT Client WinForm

- 0 komentar

 Hello innovators !



This video tutorial is for you who want to create a C# Windows Form application as a MQTT client. 

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 Topic

00:39 - create a new C# WinForm project

04:21 - add M2Mqtt library

04:49 - scripting

13:40 - test Runtime with MQTT Explorer



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

 

Thanks, and have a nice day !

[Continue reading...]

Sunday 19 March 2023

Tutorial: Visual Basic .Net MQTT Client WinForm

- 0 komentar

 Hello innovators !



This video tutorial is for you who want to create a VB (Visual Basic) dot Net Windows Form application as a MQTT client. 

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 Topic

00:39 - create a new VB WinForm project

04:43 - add M2Mqtt library

05:15 - scripting

16:48 - test Runtime with MQTT Explorer



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

 

Thanks, and have a nice day !

[Continue reading...]

Wednesday 15 March 2023

Tutorial: ESP32 to MQTT + Miqottt & Scalare

- 0 komentar

Hello!


This video shows how to:

  • add MQTT library (PubSubClient) to Arduino IDE
  • script ESP32 to connect, subscribe, and publish data to the MQTT broker (Miqottt)
  • use Serial Monitor and MQTT Explorer to monitor data
  • display data using Scalare*


Plug your ESP32 board into the PC and use Arduino IDE to program it.

We use Miqottt as a MQTT broker, it's free and easy to use. Please register at Miqottt.com and watch the previous video: https://youtu.be/G7tTA49Vd7w

SCALARE* is SCADA Application Software, that's also free and easy to use. Please watch this video: https://youtu.be/9izqUVRvfcw


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

Friday 10 March 2023

Tutorial: C# 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 C# and WinForm .Net Framework type project.




These are the steps:

00:00 - Create C# WinForm Project

07:42 - Scripting

13:57 - 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...]

Tuesday 7 March 2023

S7-PLC DB Simulator - FREE

- 0 komentar

 Hello innovators!


Let me introduce our latest innovation: S7DBSim, a simple Windows application that can simulate Data Block of Siemens S7-PLC.

This video shows how to use the application and how it communicates with WinCC.



00:00 - How to use S7DBSim

04:47 - Test with WinCC


It's FREE, please download the Zip file from here: 

https://mega.nz/file/piokQZAK#1YAJ5tALloWbyasTRty8h-YzdcLv7ImDoqheWhLQ4lA


This app use Snap7 library: 

https://github.com/SCADACS/snap7


I hope this application will be useful for you. If you have any questions or suggestions, please write them in a comment or by email.


Thanks and have a nice day!

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