Menu

IIT Certification 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

Project - Speed Control of a Direct Current (DC) motor

By Changing the values of Kp,Kd,Ki I obtained below graphs 1) 2) 3)   4) 5) Desired Output At Kp=3.8600  ,Ki=8000  ,Kd=800 

    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 Mayur Salunkhe (16)

    Project 3

    Objective:

    #include <iostream> #include <string> using namespace std; class Vehicle { protected: string make; string model; int year; int odometer; public: Vehicle(string make, string model, int year, int odometer) { this->make = make; this->model = model; this->year = year; this->odometer = odometer; } string…

    calendar

    22 May 2023 01:18 PM IST

      Read more

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

      Objective:

      Output of the Project:-   Program :- #include <iostream> using namespace std; string lights,lever; void setLightsRed(){ lights = "Red"; } void setLightsGreen(){ lights= "Green"; } void setLightsOff(){ lights = "Off"; } string getLights(){ return lights; } void setLeverUp(){ lever = "Up"; } void setLeverDown(){…

      calendar

      21 Apr 2023 04:53 AM IST

        Read more

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

        Objective:

        OUTPUT :-   Program:-  //Note :- first node is head node #include <stdbool.h>// for boolean function #include <stdio.h> #include <stdlib.h> // Link list node struct Node { int data; struct Node* next;//self referencing structure//swatahla reference karat aahe means store kartoy dusryacha address…

        calendar

        14 Apr 2023 12:33 PM IST

          Read more

          Project 2 Adaptive Cruise Control

          Objective:

          Signals & Calibration Data List: Signal / Calibration Name Signal Type Data Type Dimension Min Max Initial Value Units CameraInput_LeadVehicle Input Uint8 1 0 255 - - RadarInput_LeadVehicle Input Uint8 1 0 255 - - CameraInput_DriveVehicle Input Uint8 1 0 255 - - RadarInput_DriveVehicle Input Uint8 1 0 255 - - Time_Gap…

          calendar

          21 Feb 2023 01:22 PM IST

          • MATLAB
          Read more

          Project 1 (Mini Project on Vehicle Direction Detection

          Objective:

          Step-1 To Create a sldd file to update all the given inputs, outputs & parameters on this file later calling these variables on the Simulink blocks are shown in the fig.                   Step-2 Resolve and propagation: In this case, we have updated our signals inputs in…

          calendar

          12 Feb 2023 10:56 AM IST

            Read more

            Week-7 Challenge: DC Motor Control

            Objective:

            AIM: 1. A. 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

            18 Jan 2023 09:31 AM IST

            Read more

            Week-6 Challenge: EV Drivetrain

            Objective:

            Q1)   Which types of power converter circuits are employed in electric and hybrid electric vehicle?     solution :-  1. Power converter circuits : This technology deals with processing and controlling the flow of electrical energy in order to supply voltages and currents in a form…

            calendar

            16 Jan 2023 01:03 PM IST

            Read more

            Week-4 Challenge WOT Condition Part-2

            Objective:

            Q 1. What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type?  solution :-    Mapped and Dynamic subsystem of Electric Motor/Generator     1) Mapped Model: One form of model where the data points have already been assigned in lookup…

            calendar

            16 Jan 2023 09:12 AM IST

            Read more

            Week-3 Challenge: ADVISOR Tool

            Objective:

            Using the ADVISOR Tool lets simulate the following conditions: Task I  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. In the ADVISOR Vehicle Input GUI select Load File as 'EV_defaults_in file'…

            calendar

            14 Jan 2023 12:34 PM IST

              Read more

              Project 2

              Objective:

              PART A :-  DC power supply using PFC circuit for general purpose applications with 350V dc output and load in the range of 0-7A 1) SIMULATION   2) ALL GRAPHS By observing the above graphs i achieved the desired output voltage i.e 350v dc average value  3) power factor :- satisfied with input power factor…

              calendar

              04 Jan 2023 01:30 PM IST

                Read more

                Project 1

                Objective:

                PART A :-  Three-phase diode rectifier 1. Average dc voltage output = 272.05 volt peak-to-peak ripple= 2.3 volt 2. input current THD=91.91% 3. DPF and PF calculations are below :-  4. average dc current= zero because waveform is symmetrical in nature ================================================================================…

                calendar

                30 Dec 2022 08:40 AM IST

                  Read more

                  Project 1 - Loss calculation for a DC/DC converter-MATLAB

                  Objective:

                                                                                                            BOOST…

                  calendar

                  01 Dec 2022 12:00 PM IST

                    Read more

                    Project 1

                    Objective:

                    Aim :- The purpose of this project is to simulate an induction motor using the aforementioned parameters, observe the aforementioned test cases using the motor model, and assess the conclusion or result of this simulation. Block Diagram: As previously mentioned, I'll be simulating an induction motor in the manner illustrated…

                    calendar

                    26 Oct 2022 07:43 AM IST

                    Read more

                    Project 1

                    Objective:

                                                                                                        BUCK CONVERT IN CCM Specification…

                    calendar

                    24 Sep 2022 12:35 PM IST

                      Read more

                      Project - Speed Control of a Direct Current (DC) motor

                      Objective:

                      By Changing the values of Kp,Kd,Ki I obtained below graphs 1) 2) 3)   4) 5) Desired Output At Kp=3.8600  ,Ki=8000  ,Kd=800 

                      calendar

                      08 Aug 2022 06:11 AM IST

                        Read more

                        Project - Data Handling and Interpolation

                        Objective:

                        Graph of interpolation :-     Current values saved in the text file :-

                        calendar

                        14 Jul 2022 09:26 AM IST

                          Read more
                          Showing 1 of 16 projects