ANS 1.From observing the circuit it is found that this is a wiring circuit of a car This circuit includes , Battery, starter, ignition switch,Breaker,distributor,fuse,generator,current& voltage regulator,junction block, scaled beam, horn, parking lamp ,foot selector switch, ammeter,gas tank…
Shihab T P
updated on 20 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 Shihab T P (17)
Project 2 Thermal modeling of battery pack
10 cell lithium ion Battery Model Construction of Model From the begining we should configure the tabble based battery for our requirement Turn on the soc and thermal port We should provide some initiatal values for voltage , soc After configuring, we should multiply…
23 Mar 2023 01:09 PM IST
Project 1 Mechanical design of battery pack
ABSTRACT: In this project, we are going to calculate the all parameters which are required for the build EV battery pack. We are going to use the Cell: ANR26650M1-B for our battery pack. In parameters, we will consider all electrical aspects like temperature, Depth of discharge, Operation current,…
22 Mar 2023 07:39 PM IST
Week 7 State of charge estimation
1. TEST CASE 1 Test Harness Dahboard Plot Analysis The dashboard blocks are green, so no fault state detected. When we analyse the plot we can see, initially the BMS was in driving mode, The voltage plot shows that it is reducing wit time.The pack current plot says it is discharging and…
10 Mar 2023 10:47 AM IST
Week 1 Understanding Different Battery Chemistry
1. 2. Types of lithium ion cells Lithium Cobalt Oxide(LiCoO2) — LCOIts high specific energy makes Li-cobalt the popular choice for mobile phones, laptops and digital cameras. The battery consists of a cobalt oxide cathode and a graphite carbon anode. The cathode has a layered structure…
14 Feb 2023 11:40 AM IST
Project 2
STEPS INVOLVED IN WIRING HARNESS ROUTING OF THE BACKDOOR Here we are using 6 connectors constitute of one inline connector, 2 connectors for tail lamp, one for camera sensor, one for wiper motor, one for number plate light and for support we will use Fir tree clip & p clamp Lets download all the required components…
24 Jan 2023 12:28 PM IST
Project 1
STEPS INVOLVED Lets download all the required components Define the connector as an electrical part and define the bundle point, and connector connection point of all the connector Add the connectors in to the connector catalogue After defining all the connectors , fir tree clip,…
19 Jan 2023 02:23 PM IST
Wiring harness design in CATIA V5 - 3D modeling Week 7 Challenge
Steps involved in flattening the wiring harness Lets create a product file and name it Switch to Electrical harness flattening workbench Select the command 'flattening parameters' & select the desired conditions , and add them Now open the harness assembly product file in seperate window…
08 Jan 2023 06:10 PM IST
Wiring harness design in CATIA V5 - 3D modeling Week 5 & 6 Challenge
STEPS INVOLVED IN WIRING HARNESS ROUTING Download the IGS file of the given connectors and open it in Catia V5 Define the connector as an electrical part and define the bundle point, and connector connection point of all the connector Add the connectors in to the connector catalogue After…
06 Jan 2023 11:52 AM IST
Wiring harness design in CATIA V5 - 3D modeling Week 4 Challenge
STEPS INVOLVED IN ROUTING THE GIVEN HARNESS LAYOUT Download the IGS file of the given connectors and open it in Catia V5 Define the connector as an electrical part and define the bundle point, and connector connection point of all the connector As we are done with electrical harness…
31 Dec 2022 05:18 PM IST
Wiring harness routing & packaging Rules Week 3 Challenge
1. P CLAMP Open the CAD file in Catia in part design workbench Lets define the geometric parameters Create entry point and plane create exit point and plane create a base plane Switch to electric part design Click on define support part ,select the part, select the entry point,entry plane, exit …
29 Dec 2022 08:40 AM IST
Wiring harness design in CATIA V5 - 3D modeling Week 2 Challenge
1. Deutsch DT06 – 08SA (CONNECTOR) Open the cad file in part design in catia V5 Store the connector file in to connector catalogue lets create geometrical parameters such as point & axis system Create the connector connection point & create axis system as shown in the…
26 Dec 2022 06:33 PM IST
Project 1
First, let's build the mechanical system, followed by the hydraulic system. STEPS INVOLVED IN BUILDING MECHANICAL SYSTEM USING MULTIBODY LIBRARY Open matlab Here we have to build a piston and cylinder Import blocks required to build cylider and piston such as cylindrical…
08 Nov 2022 11:47 AM IST
Project - Analysis of a practical automotive wiring circuit
ANS 1.From observing the circuit it is found that this is a wiring circuit of a car This circuit includes , Battery, starter, ignition switch,Breaker,distributor,fuse,generator,current& voltage regulator,junction block, scaled beam, horn, parking lamp ,foot selector switch, ammeter,gas tank…
20 Oct 2022 06:39 AM IST
Project - Speed Control of a Direct Current (DC) motor
ANS STEPS INVOLVED *Open matlab & program with the given values and known equation to find out the CONTROL GAIN MATRIX (K) *Find out the values of poles from the known equation *Use 'place' command to find the K matrix COMMAND WINDOW * K matrix is obtained after compiling…
09 Oct 2022 02:43 PM IST
Project - Data Handling and Interpolation
%reading the excel fileData=xlsread('VI.xlsx');%saving 2 column in to 2 variablesx=Data(:,1);y=Data(:,2); %writing interpolation rangexq=[-17.3:0.1:0.9];yq1=interp1(x,y,xq);figure(1); %plotting the graphplot(x,y,'o',xq,yq1,'-');xlabel('voltage');ylabel('current');title('linear interpolation'); %defining the voltage vectorvv=[…
03 Aug 2022 10:44 AM IST