Hi, my friends and welcome back. I am happy to meet you again with a new tutorial of our PLC ladder logic programming series tutorials. Today we will complete what we started the last tutorial on the Elevator control project. We have a bunch of duties to complete together today. So let’s save time and jump into work immediately.
Project description:
Figure one shows the details that might help me describe the project between our hands. We have an elevator car that travels up and down and can stop on one of four floors based on the passengers’ requests. We have 6 push buttons on the wall next to the elevator door that can send requests to call the elevator. In addition, there is a control panel inside the elevator cabinet in which there are push buttons to request stations to reach floors ...
Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to give you an elaboration on Introduction to 2N3772. I have already shared basic knowledge about different IC's and transistors in my previous tutorials e.g. Introduction to IRF540, BC547, MMBD914, LM339, LM224 and LM386. You must have alook at these tutorials before going into the details of this tutorials. It will be quite helpful in the better understanding of this article. 2N-3772 is basically a type of central semiconductor. It is basically a Negative Positive Negative (NPN) semiconductor. This semiconductor is designed by the process named as epitiaxial process. The main purpose behind its designing is to provide the high power based amplification proce ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I would like to provide a complete discussion on Introduction to C945. You will see a detailed description on the basics of the transistor C-945 and its different parameters. I have already shared Introduction to MMBD914, 74HC245, NE556, LM348 and PIC18F4550. So, must go through these tutorials in order to have better understanding about different IC's. C-945 transistor is basically a Negative Positive Negative (NPN) bipolar junction transistor.
C945 is usually used in the electronic circuits where there is a need of high speed transistor and a low current. C-945 has three semiconductor regions named as emitter, base and collector respectively. Since C-945 is a bipolar ...
Hello friends, I hope you all are doing great. In today's tutorial, we are going to show you Why Vulnerable Chrome Extensions are a Cybersecurity Threat. It is probably no surprise that the majority of Google Chrome users have some kind of add-on or extension installed on their browser. Why? Chrome extensions are convenient and easy to use. However, what most fail to notice are the vulnerabilities that can leave users’ devices exposed to security risks. We’ll dig deeper into the benefits of finding the right VPN Chrome solution to avoid cybersecurity threats.
While certain Chrome extensions are safe to use, some of them are designed for malicious purposes such as data theft and unauthorized access. The bad news is, we can never be 100% certain whe ...
Hello friends, I hope you all are doing great and having fun with your lives. In today's tutorial, we will discuss in detail about NuGet Package Management in ASP.NET MVC. It's 15th tutorial in ASP.NET MVC series. Today's tutorial is not about programming, instead we are gonna discuss this pre installed tool NuGet Package Management in ASP.NET MVC.
NuGet Package Management is use to install packages and libraries, which you want to use in your project. It downloads the files online and then installs it. So, let's discuss this ASP.NET MVC tool in detail:
NuGet Package Management in ASP.NET MVC
NuGet Package Management is a package manager for ASP.NET MVC, which is used for downloading and installing different packages & Libraries online.
I ...
Hello everyone, I hope you all are doing great. Today, we are gonna have a look at IF Loops in C# and it's 8th tutorial in C# series. So far, we have discussed some basic concepts in C# and now we are ready to get our hands on Loops in C#.
C#, as any other programming language, supports a lot of loop structures, we will discuss each one of them separately in our coming tutorials. Today, we will discuss the simplest of them all, which is IF loop, so let's get started with How to use IF Loop in C#:
How to use IF Loop in C#
IF Loop in C# takes a Boolean expression as a condition and if this condition is TRUE, the compiler executes the code inside IF loop { } and if the condition is wrong, the compiler simply ignores the code.
Here's the syntax o ...
The statement of Bernoulli’s Equation is as follows:
In fluid dynamics, Bernoulli’s Equation states about an increase in speed of fluid that occur simultaneously with the decrease in static pressure or decrease in fluid’s potential energy.
After reading the statement, you might have little idea what Bernoulli’s equation is about. Don’t worry. Here I am to explain that to you extensively.
Some of the important critical points related to Bernoulli’s equation are as follows:
Bernoulli’s equation is the relation between the pressure, velocity and potential energy.
This equation is only applicable for steady, incompressible flows. In this equation, all the frictional effects are neglected.
We will derive Bernoulli’s equation with the help of the Conservation of Linear Momentum ...
There is no doubt that the traditional workplace has changed in a major way in the last few years. About half of companies now have remote workers. This means that managing a team looks different from what it ever did before. Facilitating the best of what a team has to offer, the synergies, the camaraderie, the collaboration, looks and feels different. It is sometimes difficult.
Those who manage remote teams are learning how to keep teams engaged and motivated, even as they work in isolation. Here are some of the techniques they are employing to keep their employees on track.
Regular Touch-Base Meetings
Working in the office made it easy and natural to casually ask questions, double-check information, and get feedback from colleagues. That ease made c ...
Hello friends, I hope you all are fine and having fun with your lives. Today, I am going to share a new tutorial which is Interfacing of Flame Sensor with Arduino. I have recently posted a tutorial in which I have shared the Flame Sensor Library for Proteus. Now in this tutorial, I am gonna use that Flame Sensor Library and will interface this Flame Sensor with Arduino. So, if you haven't downloaded this file then I suggest you to download this Flame Sensor Library so that you can easily simulate this flame Sensor in Proteus.
I am sharing interfacing of this Flame Sensor with Arduino today, but soon I will also post a tutorial on Interfacing of Flame Sensor with PIC Microcontroller. If you guys have any questions then ask in comments. I have also ...
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a new exciting post on Send SMS with SIM900D in Proteus ISIS. In my previous post, I have shared the new GSM Library for Proteus, which is the first ever designed library for Proteus, and I am quite excited while sharing its features. So, today, we will use this GSM Lirbary for Proteus and we are gonna send sms with Sim900D module available in that library. We are gonna design this whole project in Proteus ISIS.
If you wanna implement it on hardware then you must have a look at Send SMS with SIM900D module with Arduino which is designed in real hardware but today we are gonna just do the simulation part. Iam not gonna use any Microcontroller today. Inst ...