Fusion Automate

Fusion Automate

Share

This is the dedicated page for Instrumentation and Automation Engineers.

On this page, you will get FREE lectures on PLC, Arduino, Raspberry Pi, SCADA, and Subject lectures for those students who are prepering for GATE exam specificaly in INDIA.

13/05/2023

Are you looking to install Node.js on your Windows computer to use with Node-RED? In this tutorial, we will guide you step-by-step through the process of installing Node.js on Windows.

First, you need to download the latest version of Node.js from the official website(https://nodejs.org/en). Once the download is complete, run the installer and follow the setup wizard.

During the setup process, you can choose to customize the installation. We recommend selecting the default options for a hassle-free installation.

After the installation is complete, open the command prompt and type "node -v" to verify that Node.js has been installed correctly.

Now, you can download and install Node-RED using the npm package manager. Open the command prompt and type "npm install -g node-red". This will download and install Node-RED globally on your computer.

Once Node-RED is installed, you can launch it by typing "node-red" in the command prompt. Voila! You have successfully installed Node.js and Node-RED on your Windows computer.

11/05/2023

In this video tutorial, we will show you how to create a WiFi access point on Raspberry Pi Pico W. The Raspberry Pi Pico W is a powerful microcontroller that can be programmed using MicroPython or C/C++. With the help of a WiFi module, it can be turned into a wireless access point.

By the end of this tutorial, you will have a basic understanding of how to create a WiFi access point using Raspberry Pi Pico W.

09/05/2023

Are you looking for a beginner-friendly IDE for MicroPython programming? Look no further than Thonnyl In this video, we will guide you through the step-by-step process of downloading and installing Thonny MicroPython IDE on your Windows system.

We will cover the following topics:
- How to download Thonny IDE for Windows (https://thonny org/)
- How to install Thonny IDE on your system

By the end of this video, you will have a fully functional Thonnx IDE for MicroPython programming on your Windows System.

How to Use Mod2SQL Software ? | Log your Modbus Device Data Directly in SQL using Mod2SQL | 05/05/2023

In this video, we will demonstrate how to use Mod2SQL software to log your Modbus TCP device data directly in SQL. Mod2SQL is a powerful software that allows you to easily connect and configure your Modbus TCP devices and log the data in SQL without any programming skills. This software can save you time and effort by automating the data logging process.

🟢Software: Mod2SQL
🟢Type: How to use Mod2SQL Software
🟢Covered: In this video I have demonstrated how to use Mod2SQL software, you can log your Modbus Protocol data directly into Microsoft SQL database using this software.

🟢Use of Mod2SQL:
🔵Mod2SQL is a light weight 64-bit Windows application that allows you to pull data from multiple Modbus enabled devices into SQL Server, MySQL, or Oracle using native database drivers. Mod2SQL also allows ODBC connection to any database resided in your cloud server, such as Azure SQL and Amazon Relational Database.
🔵Mod2SQL is ideal for your Industrial Internet of Things (IIOT) application where the data you collected can be fed into your dashboards. It will run on Windows 7, 8, 8.1, and 10.
🔵You can configure Mod2SQL to pull Input or Holding Registers from your devices and choose the polling interval or On-Change mode according to your need.

🟢Mod2SQL Download Link: https://sourceforge.net/projects/mod2sql/
🔴How to Install Mod2SQL: https://youtu.be/7WNZ2KiQ9Bg
🔴How to use Mod2SQL: https://youtu.be/SQkIhU0ym8A

How to Use Mod2SQL Software ? | Log your Modbus Device Data Directly in SQL using Mod2SQL | In this video, we will demonstrate how to use Mod2SQL software to log your Modbus TCP device data directly in SQL. Mod2SQL is a powerful software that allows...

MySQL Error - either required files are missing or classname is incorrect | Ignition SCADA | 04/05/2023

Hi, If you are working on Ignition SCADA MySQL Database Connection and you are facing error like " The MySQL driver is missing required files. Please see this help page for information about how to install the necessary driver files for your database. " or " Error - either required files are missing or classname is incorrect " then in this video I have covered that how we can resolve this issue, by installing MySQL ODBC Connector for JAVA.

By the end of this tutorial, you will have a clear understanding of how to troubleshoot and resolve the MySQL error in Ignition SCADA, and be able to connect to your MySQL database seamlessly.

Download MySQL Installer from this link: https://dev.mysql.com/downloads/connector/j/
------------------------------------------------------------
🌐Website : https://fusion-automate.super.site/
💬Telegram: https://t.me/PYLIN
📸Instagram: https://instagram.com/fusion_automate
🗺Facebook: https://www.facebook.com/PaperCodeIN
🛒Shop: https://automation-nodes.com/
💼LinkedIn: https://www.linkedin.com/company/fusion-automate/
👨‍💻GitHub: https://github.com/papercodeIN/
📢Join this channel to get access to perks: https://www.youtube.com/channel/UCKKhdFV0q8CV5vWUDfiDfTw/join
------------------------------------------------------------

MySQL Error - either required files are missing or classname is incorrect | Ignition SCADA | Hi, If you are working on Ignition SCADA MySQL Database Connection and you are facing error like " The MySQL driver is missing required files. Please see thi...

[SOLVED] ORACLE Error - either required files are missing or classname is incorrect | Ignition | 03/05/2023

Hi, If you are working on Ignition SCADA Oracle Database Connection and you are facing error like " The Oracle driver is missing required files. Please see this help page for information about how to install the necessary driver files for your database. " or " Error - either required files are missing or classname is incorrect " then in this video I have covered that how we can resolve this issue, by installing Oracle JDBC Connector.

Download JDBC11[ojdbc11.jar] Diver from this link: https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html

[SOLVED] ORACLE Error - either required files are missing or classname is incorrect | Ignition | Hi, If you are working on Ignition SCADA Oracle Database Connection and you are facing error like " The Oracle driver is missing required files. Please see t...

MySQL Database Connection | Ignition SCADA | 02/05/2023

In this tutorial, we will guide you step by step on how to create a MySQL database connection with Ignition SCADA Gateway. By following this guide, you will be able to establish a connection between your Ignition SCADA Gateway and a MySQL database, allowing you to store and retrieve data from your database using Ignition.

First, we will walk you through the process of installing the MySQL Connector/J driver. Then, we will guide you through the configuration of your Ignition Gateway to connect to your MySQL database.

By the end of this tutorial, you will have a fully functional MySQL database connection with Ignition SCADA Gateway.

Note: MySQL Database is in our Local System.

MySQL Database Connection | Ignition SCADA | Hi, In this video we have covered how to create MySQL Database Connection with Ignition SCADA.Note: MySQL Database is in our Local System.-------------------...

Create & DROP Table in MySQL Database in Ignition from Database Query Browser | Ignition SCADA | 01/05/2023

In this tutorial, we will learn how to create and drop tables in MySQL database using Ignition's Database Query Browser. We will start with creating a new table, defining its columns, and setting primary key. Then we will insert some data into the table and finally we will drop the table.

To create a new table, we will use the CREATE TABLE statement followed by table name and columns with their data types. We will also set the primary key using the PRIMARY KEY constraint.

To insert data into the table, we will use the INSERT INTO statement followed by the table name and values to be inserted.
✅Query to Create Table name "Ignition":
CREATE TABLE Ignition (
ID int,
Var_Name varchar(255),
Value varchar(255)
);

To drop the table, we will use the DROP TABLE statement followed by the table name.
✅Query to Delete or DROP the table name "Ignition":
DROP TABLE Ignition ;

With the help of Database Query Browser, performing these tasks becomes easier and faster.

Create & DROP Table in MySQL Database in Ignition from Database Query Browser | Ignition SCADA | Hi, In this video we have covered that how we can create & delete or we can say drop a table in MySQL Database in Ignition SCADA from Database Query Browser....

Installation Guide of EcoStruxure Control Expert V15.0 | Schneider Electric | 30/04/2023

In this video, we will guide you through the installation process of EcoStruxure Control Expert V15.0. This software is essential for designing and programming Schneider Electric controllers.

Step-by-step instructions will be provided to guide you through the installation process. We will cover the minimum system requirements, downloading the software, and the installation process.

By the end of this video, you will have a clear understanding of how to install EcoStruxure Control Expert V15.0 and get started with your programming projects.

Don't forget to like and subscribe to our channel for more tutorials and guides on Schneider Electric products.

📥Download Link: https://fusion-automate.super.site/software

Installation Guide of EcoStruxure Control Expert V15.0 | Schneider Electric | In this video, we will guide you through the installation process of EcoStruxure Control Expert V15.0. This software is essential for designing and programmi...

Installation Guide of SIEMENS TIA Portal V18 | With Download Link | 29/04/2023

In this video, we will walk you through the step-by-step process of installing SIEMENS TIA Portal V18, which is the latest version of TIA Portal. With this guide, you will be able to install TIA Portal V18 on your computer effortlessly.

We will cover the system requirements, downloading the software from the SIEMENS website, extracting the files, and the installation process. We will also provide tips and tricks to ensure a smooth installation.

If you are an engineer or a technician who is new to TIA Portal, this video will be extremely helpful in getting started. By the end of the video, you will be able to successfully install TIA Portal V18 and start working on your projects.

Don't forget to like, comment, and subscribe to our channel for more informative videos related to automation technology.

Download TIA Portal V18 from Here: https://fusion-automate.super.site/automation-software/siemens

Installation Guide of SIEMENS TIA Portal V18 | With Download Link | In this video, we will walk you through the step-by-step process of installing SIEMENS TIA Portal V18, which is the latest version of TIA Portal. With this g...

S7 PLCSIM V18 | Installation Guide | TIA Portal V18 | Download Links | 28/04/2023

In this video, we will be providing a step-by-step guide on how to install SIEMENS S7 PLCSIM V18. This software is used for simulating S7-1200 and S7-1500 PLCs in a virtual environment, making it easier to test and debug programs before running them on actual hardware.

By following the instructions provided in this video, you will be able to install SIEMENS S7 PLCSIM V18 on your computer in no time.

Download TIA Portal V18 & S7 PLCSIM V18 from here: https://fusion-automate.super.site/automation-software/siemens

S7 PLCSIM V18 | Installation Guide | TIA Portal V18 | Download Links | Download TIA Portal V18 & S7 PLCSIM V18 from here: https://fusion-automate.super.site/automation-software/siemens--------------------------------------------...

Want your school to be the top-listed School/college in Ahmedabad?

Click here to claim your Sponsored Listing.

Location

Telephone

Website

https://fusion-automate.super.site/

Address

Ahmedabad

Opening Hours

Monday 9am - 6pm
Tuesday 9am - 6pm
Wednesday 9am - 6pm
Thursday 9am - 6pm
Friday 9am - 6pm