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…
JITHIN P KUMAR
updated on 26 Apr 2022
Project Details
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.
Other comments...
Read more Projects by JITHIN P KUMAR (16)
Week 11 - Project - A pillar Design with Master Section
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…
02 Sep 2023 02:10 PM IST
Week 10 - Challenge 3 - Door Trim Lower with Engineering Features
SCREENSHOT VIEWS:
18 Jun 2023 02:13 PM IST
Week 10 - Challenge 2- Attachment Feature Creation (Dog House)
ISOMETRIC
20 May 2023 10:30 AM IST
Week 10 - Challenge 1- Attachment Feature Creation (Ribs & Screw Boss)
isometric: top view: Side view:
06 May 2023 07:41 AM IST
Week 9 - Challenge 3 - Bumper
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…
31 Mar 2023 07:44 AM IST
Week 8 - Challenge 3 - Coin Holder Design
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…
15 Mar 2023 09:25 AM IST
Week 8 - Challenge 2 - Switch Bezel Design
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…
08 Mar 2023 11:17 AM IST
Week 8 - Challenge 1 - Base Bracket Design
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…
02 Mar 2023 05:54 PM IST
Project 2
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…
21 Dec 2022 06:34 AM IST
Project 1
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…
24 Aug 2022 05:07 AM IST
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…
26 Apr 2022 06:29 AM IST
Week -2
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…
22 Mar 2022 06:01 PM IST
Project 1 - Parsing NASA thermodynamic data
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=…
23 Feb 2022 03:23 PM IST
Week 4.1 - Genetic Algorithm
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…
09 Feb 2022 03:10 PM IST
Week 3 - Solving second order ODEs
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=…
19 Jan 2022 04:35 AM IST
Week 2- 2R Robotic Arm Challenge
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);…
05 Jan 2022 12:36 PM IST