ANALYSIS OF PRACTICAL AUTOMOTIVE CIRCUIT OBJECTIVE: Identify each of the major elements in the above automotive…
Riyaz B
updated on 13 Oct 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 Riyaz B (22)
Week 9 - Challenge 3 - Bumper
AIM: 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 the end perform the Draft analysis on the model. Take the Thickness of the component to be 3 mm INTRODCTION:…
29 Jul 2023 09:50 AM IST
Week 9 - Challenge 2 - Switch Bezel Design
AIM: Create the Switch Bezel 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 the end perform the Draft analysis on the model. Take the Thickness of the component to be 2.5 mm…
22 Jul 2023 09:23 AM IST
Week 9 - Challenge 1 - Base Bracket Design
Base Bracket Design AIM: Create the Base Bracket Plastic component…
15 Jul 2023 12:32 PM IST
Week 7 Challenge - Assembly Workbench
ASSY WORKBENCH ASSIGNMENT QUICK RETURN MECHANISM ASSEMBLY: A quick return mechanism is an apparatus to produce a reciprocating motion in which the time taken for travel in return stroke is less than in the forward stroke. It is driven by a circular motion source (typically a motor of some sort) and uses a system of…
01 May 2023 09:18 AM IST
Project - Analysis of a practical automotive wiring circuit
ANALYSIS OF PRACTICAL AUTOMOTIVE CIRCUIT OBJECTIVE: Identify each of the major elements in the above automotive…
13 Oct 2022 08:37 AM IST
Project 2
DEVELOPMENT OF A FORWARD ENERGY BASED FUEL CONSUMPTION MODEL OF A P1 HYBRID VEHICLE OBJECTIVE: The main goal of this project is to understand the functionality of a P1 hybrid and be able to model it. The objective of this project is to quantify the improvement in fuel…
09 Oct 2022 09:12 AM IST
Week 1 Understanding Different Battery Chemistry
UNDERSTANDING DIFFERENT BATTERY CHEMISTRY OBJECTIVE: 1.Prepare a table which includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP…
10 Jul 2022 03:27 PM IST
Week - 4
AIM: STUDY 1: 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…
27 Feb 2022 05:41 PM IST
Week -2
WEEK 2 CHALLENGE AIM: 1. Make a Simulink model of Doorbell using solenoid block …
14 Feb 2022 04:02 PM IST
Week 4.1 - Genetic Algorithm
AIM: Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. Clearly expalin the concept of genetic algorithm in your own words and also explain the syntax for ga in MATLAB in your report. Make sure that your code gives the same output, even if it is made…
18 Jan 2022 06:04 PM IST
Week 3 - Solving second order ODEs
AIM: 1. Write the program that solves the ode of motion of simple pendulam with damping 2.Animate the motion of the pendulam STEPS: 1. solving the Second order differential equation: The given equation is in second order equation,to solve the it,the second order diff equation into first order diff equation.…
08 Jan 2022 05:51 PM IST
Week 2- 2R Robotic Arm Challenge
Program for forward kinematics of 2R robotic arm %forward kinematics of 2r robotic arm using for loop clear all close all clc %lenght l1= 1; l2 = 0.5; %degree theta1 = linspace(0,90,5); theta2 = linspace(0,90,5); %loop ct=1 for i = 1:length(theta1) THETA1 = theta1(i); for j =1: length(theta2) THETA2 = theta2(j);…
04 Jan 2022 04:43 PM IST