Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Week-7 Challenge: DC Motor Control

1. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’.     B. Comment on the armature current shoot-up from the scope results.     C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the H-bridge model.…

Project Details

Loading...

Leave a comment

Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by SRIKANTH Nallabothu (21)

Project 2 - V&V SW Analysis II

Objective:

Static Analysis: 1. Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_tbrun_examples\Ggrocers.c” (Single .c file), modify the Code to remove violations and make compliant to MISRA: C 2012 & CERT standards. Generate Code review report compliant to MISRA: C 2012 Coding Standards Generate…

calendar

23 Jul 2022 04:34 AM IST

    Read more

    Project 1 - V&V SW Analysis - I

    Objective:

    Write a Test plan to test features of a new mobile phone (Blackbox test) that needs to be implemented based on the following requirements. (The product is still under development stage and is yet to be UA (User Acceptance ) tested…

    calendar

    18 Jun 2022 02:43 PM IST

      Read more

      Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)

      Objective:

      1(Q). Measuring the distance travelled by the wave to the object and gets bounced back from the object to sensor. Measuring Pulse width using Input Capture Mode. SOLUCTION: #include <avr/io.h>#define F_CPU 16000000ul#include <util/delay.h>#include <avr/interrupt.h>#include <string.h>#include <stdlib.h>…

      calendar

      01 Jun 2022 02:08 PM IST

        Read more

        Project 1 - Controlling a DC motor using PWM and monitoring its Running status

        Objective:

        Q 1       The DC motor can be controlled by using L293 motor driver. The speed of a DC motor can be controlled by varying its input voltage, for doing this is to use PWM (Pulse Width Modulation). L293D IC is a typical Motor Driver IC which allows the DC motor to drive on any direction. SOLUCTION: #include…

        calendar

        31 May 2022 05:47 AM IST

          Read more

          Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

          Objective:

          1.Q A direction valve is controlled by the software to allow the hydraulic pressure to either raise or lower the landing gear. out put: project overview: following are the conditions for the code and from the state machine flow chart that we need to implement. 2 Q. Implementing the control for the retraction and extension…

          calendar

          29 Apr 2022 07:33 AM IST

            Read more

            Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)

            Objective:

              1.Q Creating two list of data using linked list method. Insert the node to 1st and 2nd list accordingly. Intersection of data of two lists. Getting Union of two list. out put: 2.Q Intersection of data of two list. Union of data of two list out put: 3.Q Student will get the Knowledge of creating the nodes…

            calendar

            26 Apr 2022 12:21 PM IST

              Read more

              Project 2 Thermal modeling of battery pack

              Objective:

               For a 10 cell series lithium ion battery model, simulate the thermal effects and compare life cycle performance at various temperatures, charge & discharge rates using MATLAB. soluction: A lithium-ion battery is a type of rechargeable battery that is charged and discharged by lithium ions moving between the negative (anode)…

              calendar

              31 Mar 2022 02:27 PM IST

              • MATLAB
              Read more

              Project 1 Mechanical design of battery pack

              Objective:

              Battery pack capacity: 18 kWh Cell: ANR26650M1-B  Prepare a detailed battery pack drawing along with its enclosure. State your assumptions. soluction:   from above all parameters we will calculate further parameters which are used for battery pack constrruction cycle life performance 100% dod,various and discharge…

              calendar

              22 Mar 2022 03:19 PM IST

              Read more

              Week 7 State of charge estimation

              Objective:

              1.Simulate the 3 test cases from harness dashboard and write a detailed report on the results 2.What is coulomb counting? Refer to the above model and explain how BMS implements coulomb counting for SOC estimation ?  SOLUCTION: NOW WE HAVE TO Simulate the 3 test cases from harness dashboarD.WE HAVE SELECT THE…

              calendar

              08 Mar 2022 03:53 AM IST

                Read more

                Week 1 Understanding Different Battery Chemistry

                Objective:

                1.Prepare a table which includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells.Give your detailed explanation on it.     soluction: LITHUM-IONBATTERY: TYPES OF LITHUM ION BATTERYS: TABLE: CONCLUSION: 2.Compare the differences…

                calendar

                22 Feb 2022 06:13 AM IST

                  Read more

                  Project

                  Objective:

                  A small DC motor can carry the elevator cage to top or bottom by forward and reverse motion. Users can call the elevator from any of the three floors by using push buttons. Top floor and the ground floor have one push button while the second floor has two push buttons, one for up and another for down. The elevator operation…

                  calendar

                  19 Feb 2022 06:37 AM IST

                    Read more

                    Final Project: Design of an Electric Vehicle

                    Objective:

                    Create a MATLAB model of electric car which uses a battery and a DC motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including following: Objectives:         1. System level configurations        2. Model parameters      …

                    calendar

                    05 Feb 2022 06:28 AM IST

                    Read more

                    Project-1: Powertrain for aircraft in runways

                    Objective:

                     1.Search and list out the total weight of various types of aircrafts. SOLUCTION: AIRCRAFTS: 1.Any vehicle that is manufactured and made to fly in the air is called an aircraft. While the airplane is the most known, familiar, and popular kind of aircraft we know, other vessels that fly through the air also come in…

                    calendar

                    04 Feb 2022 05:25 AM IST

                    Read more

                    Week-11 Challenge: Braking

                    Objective:

                    1.For a defined driving cycle, calculate the energy required for braking. SOLUCTION: DURING BRAKING ALSO REQUIRED THE SAME AMOUNT OF POWER REQUIRED FOR ACCELERATION SO APPLYING THOSE STANDARD EQUACTIONS WERE ENERGY FOR BRAKING BY THE FORMULA: E#rgy=1/2.M.v^2 M=MOSS OF THE VEHICLE. V=VELOCITY WE CAN CALCULATE THE ENERGY…

                    calendar

                    03 Feb 2022 04:43 AM IST

                    Read more

                    Week-7 Challenge: DC Motor Control

                    Objective:

                    1. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’.     B. Comment on the armature current shoot-up from the scope results.     C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the H-bridge model.…

                    calendar

                    27 Jan 2022 04:49 AM IST

                    Read more

                    Week-6 Challenge: EV Drivetrain

                    Objective:

                    1.  Which types of power converter circuits are employed in electric and hybrid electric vehicle?    SOLUCTION:. POWER ELECTRONIC CONVERTER THE ARE THREEY TYPE CONVERTERS ARE USED IN HEV. THE ARE AC-DC CONVERTER(ON BORD CHARGER ):IN AC TO DC CONVWRTER ARE COMNLAY USED IN PLUG-IN HYBRID ELECTRIC VEHICLE …

                    calendar

                    26 Jan 2022 04:18 AM IST

                    Read more

                    Week-4 Challenge WOT Condition Part-2

                    Objective:

                    What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type?  How does the model calculate miles per gallon? Which factors are considered to model fuel flow?  soluction: Distance Traveled Precalculation Template New Odometer When Tank Refill  -  Old…

                    calendar

                    20 Jan 2022 11:27 AM IST

                    Read more

                    Week-3 Challenge: ADVISOR Tool

                    Objective:

                    1.   For EV_defaults_in file, if cargo mass is 500 kg with all other default conditions, can the vehicle travel for 45 km with FTP drive cycle? Conclude your observations. soluction.  benfits of advisor are: Advanced Vehicle Simulator. This project holds the latest releases for canonical versions of the…

                    calendar

                    17 Jan 2022 03:05 PM IST

                    Read more

                    Project

                    Objective:

                    soluction: RPM:Display measurements for engine revolutions per minute (RPM) in percentage of RPM. The RPM Indicator block displays measurements for engine revolutions per minute in percentage of RPM. The range of values for RPM goes from 0 to 110 %. Minor ticks represent increments of 5 % RPM and major ticks represent…

                    calendar

                    05 Jan 2022 03:15 PM IST

                      Read more

                      Week - 4

                      Objective:

                      Implement control logic of a “washing machine” using Stateflow as per given sequence:  If the power supply is available, the system gets activated  If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time of 100s. Then rinsing…

                      calendar

                      31 Dec 2021 09:46 AM IST

                        Read more

                        Week -2

                        Objective:

                        Quaction: Make a Simulink model of Doorbell using solenoid block with the following details:   In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pulls the metal arm to hit the bell producing sound.  Create a situation where the switch…

                        calendar

                        24 Dec 2021 04:23 PM IST

                          Read more
                          Showing 1 of 21 projects