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

Week - 4

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…

    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 JITHIN P KUMAR (16)

    Week 11 - Project - A pillar Design with Master Section

    Objective:

    FOLLOWING ARE THE POINTS INCLUDED: Tooling direction: Creation of proper tooling direction following the master section to create the part that meets the requirements. The main tooling axis is created using the bisecting method as given below: The side core axis is given below: Draft analysis: Draft analysis check to make…

    calendar

    02 Sep 2023 02:10 PM IST

      Read more

      Week 10 - Challenge 3 - Door Trim Lower with Engineering Features

      Objective:

          SCREENSHOT VIEWS:  

      calendar

      18 Jun 2023 02:13 PM IST

        Read more

        Week 10 - Challenge 2- Attachment Feature Creation (Dog House)

        Objective:

        ISOMETRIC  

        calendar

        20 May 2023 10:30 AM IST

          Read more

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

          Objective:

              isometric: top view: Side view:  

          calendar

          06 May 2023 07:41 AM IST

            Read more

            Week 9 - Challenge 3 - Bumper

            Objective:

            CLASS A CLASS B CLASS C PART DESIGN DRAFT ANALYSIS AND TOOLING AXIS   As we can observe from the figure that the draft analysis performed on the part model is proper and it has a draft angle of 2.9 degree.  Given below are the few number of steps followed: step1. we have to create a tooling axis on class A by…

            calendar

            31 Mar 2023 07:44 AM IST

            • DESIGN
            Read more

            Week 8 - Challenge 3 - Coin Holder Design

            Objective:

            DRAFT ANALYSIS: CLASS A: CLASS B:   CLASS C: PART BODY: TOOLING AXIS As we can observe from the figure that the draft analysis performed on the part model is proper and it has a draft angle of 2.9 degree.  Given below are the few number of steps followed: step1. we have to create a tooling axis on class A by…

            calendar

            15 Mar 2023 09:25 AM IST

              Read more

              Week 8 - Challenge 2 - Switch Bezel Design

              Objective:

              PART MODEL AND ITS DRAFT ANALYSIS     TOOLING AXIS & CLASS A CLASS B CLASS C As we can observe from the figure that the draft analysis performed on the part model is proper and it has a draft angle of 2.9 degree.  Given below are the few number of steps followed: step1. we have to create a tooling axis…

              calendar

              08 Mar 2023 11:17 AM IST

                Read more

                Week 8 - Challenge 1 - Base Bracket Design

                Objective:

                PART MODEL AND ITS DRAFT ANALYSIS TOOLING AXIS & CLASS A CLASS B CLASS C As we can observe from the figure that the draft analysis performed on the part model is proper and it has a draft angle of 2 degree.  Given below are the few number of steps followed: step1. we have to create a dummy tool axis on the class…

                calendar

                02 Mar 2023 05:54 PM IST

                  Read more

                  Project 2

                  Objective:

                  AIM: The main goal of this project is to understand the functionality of a P1 hybrid and be able to model it. PROCEDURE: 1) Load the Project2 folder as the Current Folder in Matlab.2) Run the “Project2_InitFile.m” Matlab script. The script is mentioned below: % Project 2 - Hybrid Vehicle Model % By - Ullekh…

                  calendar

                  21 Dec 2022 06:34 AM IST

                    Read more

                    Project 1

                    Objective:

                    a. Tabulate the fuel economy numbers (kmpl) for UDDS and HWFET cycle. This forms the baseline numbers for comparing with the future hybrid version.b. Plot the time trace for engine, transmission input, transmission output and wheel speed on one plot.c. Plot engine torque, engine power, fuel rate and fuel consumption using…

                    calendar

                    24 Aug 2022 05:07 AM 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

                    26 Apr 2022 06:29 AM IST

                      Read more

                      Week -2

                      Objective:

                        Make a Simulink model of Doorbell using solenoid block with the following details:   The circuit is as shown below:     COMPONENTS: The circuit consists of battery, pulse generator, switch, solenoid, ideal translational sensor.   MECHANISM: A signal is passed by a pulse generator, with…

                      calendar

                      22 Mar 2022 06:01 PM IST

                        Read more

                        Project 1 - Parsing NASA thermodynamic data

                        Objective:

                        1. Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. The formulae are shown below.  Here R is the universal gas constant, T is the temperature PROGRAM TO CALCULATE THE ABOVE GIVEN PARAMETERS: clear all close all clc f1=…

                        calendar

                        23 Feb 2022 03:23 PM IST

                        Read more

                        Week 4.1 - Genetic Algorithm

                        Objective:

                        GENETIC ALGORITHM: GA is a process of selecting the fittest individual from a given number of solutions(population) to produce an optimum solution. QUESTION: Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. PROGRAM: Creating a stalagmite function function…

                        calendar

                        09 Feb 2022 03:10 PM IST

                        Read more

                        Week 3 - Solving second order ODEs

                        Objective:

                         Program to solve ODE for the equation of motion of a simple pendulum with damping:                                              clear all close all clc %SOLVING 2ND ODE b= 0.05;%damping coefficient g=…

                        calendar

                        19 Jan 2022 04:35 AM IST

                          Read more

                          Week 2- 2R Robotic Arm Challenge

                          Objective:

                          QUESTION: Write a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm. %Forward kinematics for 2R robotics arms manipulator clear all close all clc %Input l1=1.5; l2=1; theta1=linspace(0,90,10); theta2=linspace(0,90,10); ct=1; for i=1:length(theta1) THETA1=theta1(i); for j=1:length(theta2) THETA2=theta2(j);…

                          calendar

                          05 Jan 2022 12:36 PM IST

                            Read more
                            Showing 1 of 16 projects