Hi Everyone! Hope you all are doing great. We always love when you keep coming back for what we have to offer. Today, I am going to give you a Introduction to C# Classes. We have already seen Introduction to Data Types in C# which includes boolean, integer, char and double. However, if you want to make complex custom type, you can make use of classes. I'll give you a brief introduction to classes so you don't have to go anywhere to find information regarding classes in C#. Let's hop on the board and dive in the details of classes.
Introduction to C# Classes
Class in C# is referred as a blueprint of complex data type that describes the behavior and data of type.
If you want to create complex custom type, we use class. What do I mean by complex ...
Hello friends, hope you all are fine and enjoying. Yesterday I got a mail from a friend, and he requested me to explain a tutorial about Seven Segment Display. So today, I am going to share my new project tutorial which is Seven Segment Display using 555 Timer in Proteus ISIS. It is a very simple project to understand Modern Digital Electronics.
As you all know, now a days all the Digital Display’s uses Seven Segment Display. So first of all let’s have a little introduction about Seven Segment Display. How they are fabricated and how their LED’s glow in such a beautiful manner? Seven Segment Display (SSD) is the form of electronic device, used to display decimal numbers. Seven Segment Displays are commonly designed in Hexagonal shape but according ...
Hi readers! I hope you are having a great day and want to learn something new. Developing an effective engine emission control system makes every puff of smoke from your engine a story of power, efficiency, and a cleaner planet. Today, the topic of discourse is the engine’s emission control system.
The primary role of the engine emission control system is to prevent the release of toxic pollutants into the atmosphere during fuel combustion. It works together with fuel injection, the ignition timing, and exhaust treatment technologies so that it complies with the government regulations as far as the environment is concerned. Its principal parts comprise of catalytic converter, oxygen sensors, the exhaust gas recirculation (EGR) system, and the onboard diagnostics (OBD). The different emiss ...
Welcome to the next lesson of our python programming class. In the last session, we looked at the use of If-else statements and created simple programs to demonstrate the concept. While loops are another type of conditional statement, and in this tutorial, we'll look at how they're used.
What will you learn?
In this article, you'll learn how to prematurely exit a while loop, a Python control structure for endless iteration. You will also learn how to write conditions in a single line to produce short and readable code.
Iteration in while loop
The term "iteration" refers to the practice of repeatedly running the same piece of code. A loop is a type of programming structure that implements iteration.
Bo ...
We've all heard that clicking on links or attachments can lead to identity theft of sensitive, personal information. And while it's true - if you're not careful, you could be leaving yourself open to hackers and other dangers. But what most people might not know is the difference between "hacking" and "data theft". In this post, we outline the steps data security engineers recommend you take to protect yourself from these different types of threats.
What do data security engineers recommend for people who don't work in security?
Data security engineers are not your everyday IT professionals, so what do they recommend for parts of the population who aren't working in IT?
Data security engineer advice for regular Internet users
Step 1: Don't br ...
Hello everyone, I hope you all are doing great. Today, I am going to share a very simple tutorial named Unsung Heroes of Engineering Companies in the USA. From time to time, daring engineers take up projects which are at face value, impossible. However, with much persistence and planning, their efforts pay off and the world is granted splendid structures. Unfortunately, some of these great people never get any recognition for their work. This article looks at unsung heroes of engineering companies in the USA:
Frank Julian Sprague (General Electric)
Sprague was never an employee of General Electric, but his contribution to the invention of the electric motor was quite significant, to the extent that he fought to have Edison’s Medal of Honor changed ...
Update: Here's the latest version of LCD library: LCD Library for Proteus V2.0.
Hello everyone, I hope you all are fine and having fun with your lives. Today, I am going to share a new LCD Library for Proteus. We all know about LCDs, used for displaying data in embedded projects i.e. sensor values or indications etc. Proteus already have LCDs in it but they are not much good-looking. So, I designed two new LCDs in Proteus that look identical to real-world LCDs.
So, I am going to share these LCD libraries in today's post. I hope you are going to enjoy them as they will add some uniqueness to your project.
I have also used these new LCDs in different projects so if you wanna see these LCDs in action then you should have a look at LCD Interfacing with Microcontrollers. In this tutorial, ...
Hello everyone, I hope you all are fine and having fun with your lives. Today's topic is about the Evolution of Capacitors and I have tried my best to explore all about Capacitors. A Capacitor is one of the passive elements. It is a two-terminal electrical component. It stores energy in the form of an electric field. The physical appearance of the practical capacitors varies depending upon their usages. The basic capacitor has two electrical conductors that are separated by a dielectric. The material used in electrical conductors is a conductive electrolyte, thin films, sintered beads of metal and thin foils. And, the material used in the dielectric is plastic, glass, ceramic, Vacuum, mica, paper, oxide layers, etc. A capacitor is also called a con ...
Hi Guys! hope you are doing great today! We come this time with a complete project to work out together starting from the point at which we sit with the client and receive the logical narratives that represent what they want to implement. We are going to start with a simple project this time and continue increasing the scale and complexity of the requirements through the incoming tutorials. The project we are going to implement today is one of the most common tasks that we can find in every place in our real life which is the control of the garage door. That could be found in private property or commercial buildings or public garages. Too many things need to be controlled in garage doors and several scenarios could come to your mind. However, take it as a rule of thumb that we design our p ...
Hello my friends! I hope your doing very good. Today we are going to practice what we have learnt through the ladder logic tutorial series. We bring a new .project which is mostly exist in our daily life that is electrical door control. in garage for domestic and public garage, you should found automatic garage gate or door that is controlled by the PLC ladder logic program. So today we are going to implement the project including determining the input and output components, design the logic, programming and testing using the simulator.
Project details
Figure 1 shows the project’s components, inputs and outputs that are included in controlling the garage door. As you can see my friends, there are inputs like open, close, and stop requested by push buttons. Also, you can see sensors like ...