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

Project - Analysis of a practical automotive wiring circuit

                            PROJECT : Analysis of a practical automotive wiring circuit.   Identify each of the major elements in the above automotive wiring diagram.  Ans: The major elements in the above automotive wiring diagram are…

    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 Labeed Patel (17)

    Project - Analysis of a practical automotive wiring circuit

    Objective:

                                PROJECT : Analysis of a practical automotive wiring circuit.   Identify each of the major elements in the above automotive wiring diagram.  Ans: The major elements in the above automotive wiring diagram are…

    calendar

    03 Nov 2023 04:39 PM IST

      Read more

      Week 12- Final project

      Objective:

                                                                   DEVELOPMENT OF A DOOR TRIM PANEL   AIM:  To design and develope vehicle interior door trim using Catia V5 with given class A surface along with Master section. Also create the Side Attachment features as per design rules.   OBJECTIVE: To create thickened part…

      calendar

      07 Apr 2023 12:49 PM IST

      • DESIGN
      • FEA
      Read more

      Underbody Coating

      Objective:

                                                                      Underbody Coating   Underbody coating is a thick cladding (typically made of rubber) that…

      calendar

      14 Feb 2023 06:03 AM IST

        Read more

        Benchmarking

        Objective:

                                                                           CHALLENGE 01 : BENCHMARKING   GIVEN CASE: Mr. D.S. Pughazhyendhii is…

        calendar

        14 Feb 2023 05:21 AM IST

          Read more

          Week 10- Assembly Workbench

          Objective:

                                                      ASSEMBLY WORKBENCH   AIM: To create 2 assemblies according to the content covered with the help of 2D diagrams of the components.   OBJECTIVE: The objective is to first create the individual part files and then create a complete assembly of those part files in the assembly workbench…

          calendar

          29 Jan 2023 01:58 PM IST

            Read more

            Week 9 - Project - A pillar Design with Master Section

            Objective:

                                                                                    A PILLAR DESIGN WITH MASTER SECTION   AIM: To make a full…

            calendar

            21 Jan 2023 06:27 AM IST

            Read more

            Week 9 - Project 1 - Door Trim Lower with Engineering Features

            Objective:

            Door Trim Lower with Engineering Features.   AIM: To create the Heat Stakes and the locators considering the design rules.   OBJECTIVES: The objective is to create the Door Trim Lower Plastic component through the given Class-A surface. To begin with, the tooling axis for the given Class-A Surface should…

            calendar

            04 Jan 2023 08:49 AM IST

            Read more

            Week 9 - Attachment Feature Creation - Challenge 2

            Objective:

            DOGHOUSE DESIGN   Aim: To create the Dog House for the Door Trim considering the design rules and performthe draft analysis.   Objectives:Create the Tooling axisDesign the class-B and class-C surfaces and join them.Use the Close Surface feature to make a solid body from the surface.Design the required dog house…

            calendar

            01 Jan 2023 05:04 PM IST

            Read more

            Week 8 - Challenge 4 - Bumper

            Objective:

            AIM : To create the Bumper Plastic component through the given Class-A surface.   OBJECTIVE : The objective is to create the Bumper Plastic component through the given Class-A surface. To begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at…

            calendar

            23 Nov 2022 09:04 AM IST

            Read more

            Week 9 - Attachment Feature Creation (Ribs & Screw Boss) - Challenge 1

            Objective:

            Attachment Feature Creation (Ribs & Screw Boss) AIM: To create the door handle component from the given class-A Surface. To create the tooling axis for the given class-A surface meeting the requirements of the draft angle. To attach B side features in the component. To perform the draft analysis on the model. CREATING…

            calendar

            09 Nov 2022 07:27 AM IST

            Read more

            Week 8 - Challenge 6 - Core & Cavity Design

            Objective:

            AIM: To create the Core and cavity blocks for the switch bezel.   Procedure: 1. Start with geometrical set of core and cavity design which first includes creation of parting surface in which we extrapolite the given switch bezel and then trim it with C surface unhide the B surface and trim it with trim 1 by this trim we…

            calendar

            01 Nov 2022 06:06 AM IST

              Read more

              Week 8 - Challenge 3 - Coin Holder Design

              Objective:

              AIM: To create the Coin Holder Plastic component through the given Class-A surface.   OBJECTIVE: The objective is to  begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model.  Thickness of the component…

              calendar

              15 Oct 2022 08:52 AM IST

                Read more

                Week 8 - Challenge 2 - Switch Bezel Design

                Objective:

                AIM: To create the Switch Bezel Plastic component through the given Class-A surface.   OBJECTIVE: The objective is to begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model.   PROCEDURE:…

                calendar

                10 Oct 2022 05:06 AM IST

                  Read more

                  Week 8 - Challenge 1 - Base Bracket Design

                  Objective:

                  AIM: To create the Base Bracket Plastic component through the given Class-A surface.   OBJECTIVE: The objective is to begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model.   …

                  calendar

                  09 Oct 2022 07:32 AM IST

                  Read more

                  Week 4.1 - Genetic Algorithm

                  Objective:

                  Aim :  To write a program to optimise stalagmite function and to find the global maxima of the function.    Objective : Objective is to build up a mathematical model that can help us generate local minimas and global maximas by using stalagmite function.   *PROGRAM : clear all close all clc %Defining…

                  calendar

                  12 Jul 2022 08:11 AM IST

                    Read more

                    Week 3 - Solving second order ODEs

                    Objective:

                    *Program clear all close all clc b = 0.05; g = 9.81; l = 1; m = 1; %Initial condition theta_0 = [0;3]; %Time points t_span = linspace(0,20,500); %Solve ODE [t,results] = ode45(@(t,theta)ode_func(t,theta,b,g,l,m),t_span,theta_0); plot(t,results(:,1)) hold on plot(t,results(:,2)) ylabel('Plot') xlabel('Time') In the above…

                    calendar

                    27 Jun 2022 08:40 AM IST

                      Read more

                      Week 2- 2R Robotic Arm Challenge

                      Objective:

                      % Forward kinematics of a 2R robotic arm manipulator clear all close all clc %Inputs l1 = 2; l2 = 1.5; theta1 = 45 theta2 = 30 %Coordinates x0 = 0; y0 = 0; x1 = l1*cosd(theta1); y1 = l2*sind(theta1); x2 = x1 + l2*cosd(theta2); y2 = y1 + l2*sind(theta2); %Plotting line([x0 x1],[y0 y1], 'linewidth',3,'color','b') line([x1…

                      calendar

                      01 Jun 2022 05:44 AM IST

                        Read more
                        Showing 1 of 17 projects