1. AIM - Implement control logic of a “washing machine” using Stateflow. Model of the Washing Machine : Stateflow : Explanation : 1.For making the model we have to create a stateflow chart with power, water , soak,wash, rinse, dry and finish of the cycle. 2.…
ARNALD ANTONY
updated on 23 Mar 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 ARNALD ANTONY (25)
Advanced Sheet Metal Design Using NX Cad Challenge_5_Odd Shaped Enclosure
Advanced Sheet Metal Design Using NX Cad Challenge 5 Odd Shaped Enclosure Title of the Project: Advanced Sheet Metal Design Using NX Cad Challenge 5 Odd Shaped Enclosure Objective: To design a Odd shaped Enclosure with the help of NX advance sheet metal. Introduction: Sheet metal is metal formed by an industrial…
24 Jan 2023 05:34 PM IST
Advanced Sheet Metal Design Using NX Cad Challenge_2_Box Assembly
AIM : Advanced sheet metal design using NX cad challenge 2 Box Assembly . OBJECTIVE : To design a BOX Assembly using Siemens NX sheet metal application. INTRODUCTION : SHEET METAL is metal formed by an industrial process…
24 Jan 2023 07:10 AM IST
Advanced Sheet Metal Design Using NX Cad Challenge_1_Casing Design
Design of casing by using NX cad OBJECTIVE :- To design a sheet metal casting…
23 Jan 2023 11:03 AM IST
Fender Design - Wheel Arch Challenge
Aim : To calculate the wheel arch gap at required points and check whether the car passes the European standard. Objective : Study about the different wheel arch gap standards. Draw the lines at the required angle and points for the European standard. Measure the distance at each angles and mention…
16 Jan 2023 03:29 PM IST
Section Modulus calculation and optimization
Section modulus:- Section modulus is a direct measure of a strength of any cross sectional area of an object about an reference axis. The formula of section modulus is given by, S=I / Ymax Where,I = Moment of inertia (mm^4)Y = Distance between neutral axes and outermost fiber (mm) Area moment of Inertia: The area…
16 Jan 2023 10:33 AM IST
Benchmarking
2. BENCHMARKING Bench marking is the process of analysing the similar products based on different factors. Bench marking is the 1st step for making a car or any vehicle. By using the benchmarking, we can easily find out the areas we really want to concentrate. Also referred to as "best practice benchmarking"…
16 Jan 2023 10:07 AM IST
Underbody Coating
UNDERBODY COATING Underbody Coating is a sprayable coating, which protects the under surface of the vehicle from corrosion. Underbody coating provides long term protection from corrosion to car's underbody. It also protects parts like internal body panels, frame rails and other inner cavities that are…
16 Jan 2023 10:00 AM IST
Fender Design
The zip file is attached below.
14 Jan 2023 01:19 PM IST
Roof Design
The zip file is attached below.
11 Jan 2023 08:24 PM IST
Hood design-Week 2
The zip file is attached below.
09 Jan 2023 11:54 AM IST
Week 8 - Challenge 3 - Coin Holder Design
Draft Analysis : While doing draft analysis, the draft min for the given surface is 3 degree and for the engineering features the draft angle minimum required is 0.5. Tooling axis : First of all you have to look for a plane surface. Then create an extract of the plane surface . Then create a point on the surface…
20 Sep 2022 07:19 PM IST
Week 10- Assembly Workbench
The zip file is uploaded below.
20 Sep 2022 07:16 PM IST
Week 9 - Attachment Feature Creation - Challenge 2
Draft Analysis : While doing draft analysis, the draft min for the given surface is 3 degree and for the engineering features the draft angle minimum required is 0.5. Tooling axis : First of all you have to look for a plane surface. Then create an extract of the plane surface . Then create a point on the surface…
20 Sep 2022 08:56 AM IST
Week 9 - Project - A pillar Design with Master Section
Draft Analysis : While doing draft analysis, the draft min for the given surface is 3 degree and for the engineering features the draft angle minimum required is 0.5. Tooling axis : First of all you have to look for a plane surface. Then create an extract of the plane surface . Then create a point on the surface…
19 Sep 2022 07:55 PM IST
Week 9 - Project 1 - Door Trim Lower with Engineering Features
Draft Analysis : While doing draft analysis, the draft min for the given surface is 3 degree and for the engineering features the draft angle minimum required is 0.5. Tooling axis : First of all you have to look for a plane surface. Then create an extract of the plane surface . Then create a point on the surface…
19 Sep 2022 03:50 PM IST
Week 8 - Challenge 4 - Bumper
The zip file is uploaded below.
19 Sep 2022 09:56 AM IST
Week 9 - Attachment Feature Creation (Ribs & Screw Boss) - Challenge 1
Draft Analysis : While doing draft analysis, the draft min for the given surface is 3 degree and for the engineering features the draft angle minimum required is 0.5. Tooling axis : First of all you have to look for a plane surface. Then create an extract of the plane surface . Then create a point on the surface…
15 Sep 2022 05:04 PM IST
Week 8 - Challenge 1 - Base Bracket Design
The zip file is uploaded below.
14 Sep 2022 05:25 PM IST
Week 8 - Challenge 2 - Switch Bezel Design
the zip file is uploaled below
12 Sep 2022 01:07 PM IST
Week - 4
1. AIM - Implement control logic of a “washing machine” using Stateflow. Model of the Washing Machine : Stateflow : Explanation : 1.For making the model we have to create a stateflow chart with power, water , soak,wash, rinse, dry and finish of the cycle. 2.…
23 Mar 2022 06:14 PM IST
Week -2
1. OBJECTIVE : Make a simulink model of doorbell with using solinoid Block diagram : Explanation : 1. Pulse generator :Pulse generator is used to provide square wave signal to the switch to satisfy the condtion. As per the condition, Switch is closed for 2 seconds and then released. …
19 Mar 2022 10:44 AM IST
Project 1 - Parsing NASA thermodynamic data
OBJECTIVE - PARSING NASA THERMODYNAMIC DATA main code : clear all close all clc %opening a file & 'r' open for reading f1=fopen('THERMO.dat','r'); skippinglines=fgetl(f1); tline=fgetl(f1); tline1=fgetl(f1); %string splitting A=strsplit(tline1,' '); %converting string cells into numbers global_low_temp=str2double(A{2});…
07 Mar 2022 04:30 PM IST
Week 4.1 - Genetic Algorithm
1. OBJECTIVE - To write a code in MMATLAB to optimize the stalagmite function & to find the global maxima of the function. WHAT ARE GENETIC ALGORITHMS? A genetic algorithm is a search heuristic that is inspired by Charles Darwin’s theory of natural evolution. This algorithm reflects the process…
02 Mar 2022 05:49 PM IST
Week 3 - Solving second order ODEs
1. OBJECTIVE - SOLVING 2ND ORDER ODE OF SIMPLE PENDULUM WITH DAMPING. code : clear all close all clc %inputs %Damping coefficient b=0.05; %gravity in m/s^2 g=9.81; %length of the pendulum in m; l=1; %mass of the ball in kg m=1; %initial condition of angular displacement & angular velocity theta=[0;3];…
28 Feb 2022 12:55 PM IST
Week 2- 2R Robotic Arm Challenge
1.OBJECTIVE : forward kinematic of a 2D robotic arm code : clear all close all clc %inputs L1=1; L2=0.5; theta1 = linspace(0,90,10); theta2 = linspace(0,90,10); ct=1; %for loop for i= 1:length(theta1) THETA1=theta1(i); for j=1:length(theta2) THETA2=theta2(j); %coordinates x0 = 0; y0 = 0; x1 = L1*cosd(THETA1);…
24 Feb 2022 04:40 PM IST