Menu

Executive 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

VINAY DILIP CHAUDHARI

The beginning is always today

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • NX-CAD
  • SHEET-METAL-DESIGN
  • BIW-DESIGN
  • GD&T-BASICS
  • HEV
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS

Introduction

I have passionate in robotics, Designing, good communication skill.

32 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

clear all close all clc %input L1 = 1; L2 = 0.5; theta1 = linspace(0,90,30); theta2 = linspace(0,90,30); ct=1; for i = 1:length(theta1) THETA1 = theta1(i); for j = 1:length(theta2) THETA2 =theta2(j); x0=0; y0=0; x1 = L1*cosd(THETA1); y1 = L1*sind(THETA1); x2 = x1 + L1*cosd(THETA2); y2 = y1 + L1*sind(THETA2); %plotting…

calendar

06 Jul 2022 05:19 AM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

       OBJECTIVE = SECOND ORDER ODE ODE is to describe the transient behavior of a system. A simple example is a pendulum.the pendulum moves depends on the Newtons second law. ODE represents the equation of motion of a simple pendulum with damping. the equation :- (d^2(theta)/dt^2)+b/m(d(theta)/dt)+g/l(sin(theta))=0…

    calendar

    12 Jul 2022 12:30 PM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

       OBJECTIVE :- GENETIC ALGORITHM. clear all close all clc %Defining our search space x = linspace(0,0.6,150); y = linspace(0,0.6,150); %creating a 2dimensional mesh [xx,yy] = meshgrid(x,y); %evaluating the stalagmite function for i = 1:length(xx) for j = 1:length(yy) input(1) = xx(i,j); input(2) = yy(i,j); f(i,j) = stalagmite1(input);…

      calendar

      17 Jul 2022 12:42 PM IST

        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

        OBJECTIVE :- PARSING NASA THERMODYNAMIC DATA. clear all close all clc %filereading f1 = fopen('THERMO.dat','r'); for i = 1:5 fgetl(f1) end for j = 1:53 a = fgetl(f1); b = strsplit(a,' '); speciesname = b{1}; %localtempreature low_temp = str2double(b{end-3}); high_temp = str2double(b{end-2}); mid_temp = str2double(b{end-1});…

        calendar

        19 Jul 2022 06:28 AM IST

          Read more

          Benchmarking

          Objective:

          BENCHMARKING:- OBJECTIVE: Picking up cars based on customer requirements with the help of benchmarking  WHAT IS BENCHMARKING? Benchmarking is defined as the process of measuring products, services, and processes against those of organizations known to be leaders in one or more aspects of their operations.…

          calendar

          20 Sep 2022 12:46 PM IST

            Read more

            Underbody Coating

            Objective:

            Underbody Coating:- The automobile industry is the most growing industry and economical value is been improoving in INDIA with increase in population. Now a days many people are using car. When people buys a car it is advisable to take care of car through out its life. In Indian road conditions, a car’s underbody is most…

            calendar

            22 Sep 2022 09:40 AM IST

              Read more

              Week 8 - Challenge 1 - Base Bracket Design

              Objective:

              OBJECTIVE:- The objective of the project is to design the class B and C surface for the Base bracket with the given class A surface and Draft analysis must be carried out by creating a perfect Tooling direction by using the Bisecting method. INTRODUCTION:- The Draft Analysis command enables you to detect if the part you…

              calendar

              03 Oct 2022 04:55 AM IST

              • CATIA
              Read more

              Week 8 - Challenge 2 - Switch Bezel Design

              Objective:

                Objective:- The main objective of this challenge is to create a 3D solid body from the above-given class A surface, with the help of a tooling axis of the class A surface. Perform the draft analysis for the solid part body at the end. Tooling Direction:- In Molding, machine arrangement is given to open the mould along…

              calendar

              11 Oct 2022 11:26 AM IST

              Read more

              Week 8 - Challenge 3 - Coin Holder Design

              Objective:

               AIM:- Creating  the coin holder plastic component through the A-class surface and add thickness to it . Objective : Creating the B and C surface  Creating the tooling axis  Performing the draft analysis on both A surface and final plastic components. Take the Thickness of the component to be 2.5 mm Introduction :- The…

              calendar

              11 Oct 2022 02:11 PM IST

                Read more

                Week 8 - Challenge 4 - Bumper

                Objective:

                 BUMPER DESIGN:-AIM:- To make a model from the provided class-A surface. INTRODUCTION:- CLASS-A SURFACE:-  a surface made by the designer which is given as an input to the plastic modeler to work on. It is aesthetic surface and the outer most surface. CLASS-B SURFACE:-  a surface below a certain thickness from the class-A…

                calendar

                12 Oct 2022 09:40 AM IST

                Read more

                Week 8 - Challenge 6 - Core & Cavity Design

                Objective:

                AIM:- To create the core and cavity for the switch bezel condering the all design rules. TOOLING AXIS:- IT IS THE AXIS IN WHICH THE DIRECTION CORE AND CAVITY OPEN. THIS IS THE VERY IMPORTANT FOR PRODUCTION OF PLASTIC COMPONENT. MOST OF THE DEFECT WILL DONE IMPROPER TOOLING AXIS CREATION BY THE PLASTI DESIGNER. THERE ARE…

                calendar

                13 Oct 2022 09:37 AM IST

                Read more

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

                Objective:

                 DOOR HANDLE:- Tooling Axis creation:- It is defined as the direction in which the mould/core and cavity open. Selection of the direction of the tooling axis depends on the ease at which components can be easily ejected.By analysing the component the most easily ejectable direction is somewhere close to the Z direction,(might…

                calendar

                13 Oct 2022 01:30 PM IST

                Read more

                Week 9 - Attachment Feature Creation - Challenge 2

                Objective:

                 DOG HOUSE DESIGN ON DOOR TRIM:- AIM:- Create the Dog House for the Door Trim considering the design rules. C is where the doghouse contacts the back side of the surface Doghouse wall thickness at the intersection of the part wall (C ) should be 40% or less than the main wall stock (T). Height of (B) should be…

                calendar

                15 Oct 2022 02:35 PM IST

                Read more

                Week 9 - Project 1 - Door Trim Lower with Engineering Features

                Objective:

                 DOOR TRIM LOWER Aim: To Create the Door trim lower component through the given Class-A surface. Objectives: Creation of Tooling axis with appropriate draft angle. Creation of other surfaces (eg, B and C surfaces) for creating a solid component. • Perform Draft analysis on Class A surface and Solid model hence…

                calendar

                05 Nov 2022 09:23 AM IST

                  Read more

                  Week 9 - Project - A pillar Design with Master Section

                  Objective:

                  DESIGNING A PILLAR USING MASTER SECTION OBJECTIVES To improvise the Class A surface by resolving bad patches and adding flanges to it.  To create A pillar solid model with the help of  improvised class A surface. To create B side features for the A Pillar using the master section given to us as an input. To create…

                  calendar

                  06 Nov 2022 09:10 AM IST

                  Read more

                  Week 10- Assembly Workbench

                  Objective:

                  CV Joint:-Quick Return Motion Mechanism:-

                  calendar

                  08 Nov 2022 12:14 PM IST

                    Read more

                    Hood design-Week 2

                    Objective:

                    Aim:         Design Hood outer panel, inner panel and the necessary reinforcements by following the Master section mentioned with the design parameters. Given Inputs:  HOOD:             The hood or bonnet is the hinged cover over the engine of …

                    calendar

                    15 Nov 2022 09:14 AM IST

                      Read more

                      Section Modulus calculation and optimization

                      Objective:

                      Section modulus:- For general design, the elastic section modulus is used, applying up to the yield point for most metals and other common materials. The elastic section modulus is defined as S = I / y, where I is the second moment of area (or area moment of inertia) and y is the distance from the neutral axis to any given…

                      calendar

                      15 Nov 2022 09:19 AM IST

                        Read more

                        Fender Design - Wheel Arch Challenge

                        Objective:

                         Wheel arch area:-                            The wheel arch is the semicircular part positioned above the wheel of a vehicle.The most important body change was that the front wheel arch was cut higher into the fender.Corrosion had occurred around the splash plate at the back of the wheel arch.The car has big, high-definition…

                        calendar

                        15 Nov 2022 02:53 PM IST

                          Read more

                          Fender Design

                          Objective:

                           FENDER:                Fender is the american english term for the part of an automobile, motorcycle or other vehicle body that frames a wheel well.Early automobile fenders set over the wheels to prevent mud, sand and dust being thrown on to the body and the occupants. Fenders typically became a more integral part of…

                          calendar

                          16 Nov 2022 11:34 AM IST

                            Read more

                            Roof Design

                            Objective:

                            Objectives:-  Create a car roof model based on the styling surface master sections given for various parts with mastic points & rein forcements.  Determine whether the design is complying with heat distortion criteria through curvature study on the roof.  Check section modulus of front roof rail, rear roof rail ,bow roof…

                            calendar

                            19 Nov 2022 06:26 AM IST

                              Read more

                              Week 14 challenge

                              Objective:

                              Front View:- Top View:- Side View:- Isometric View:- Draft Sheet:-

                              calendar

                              02 Jan 2023 10:41 AM IST

                                Read more

                                Design of backdoor

                                Objective:

                                DESIGN OF BACK DOOR    BACK DOOR:            The back door of a car is the vehicle's main storage or cargo compartment, often a hatch at the rear of the vehicle. It's also called a tailgate.The back door or luggage compartment is most often located at the rear…

                                calendar

                                04 Jan 2023 09:05 AM IST

                                Read more

                                Advanced Sheet Metal Design Using NX Cad Challenge_1_Casing Design

                                Objective:

                                  OBJECTIVE   Create a Sheet Metal Casing design using Siemens NX cad software and there by learn the Sheet Metal design process     INTRODUCTION   In manufacturing industry Sheet Metal is one of the most versatile one. The main compositions are steel, aluminum, brass, copper, tin, nickel,…

                                calendar

                                20 Jan 2023 10:18 AM IST

                                Read more

                                Advanced Sheet Metal Design Using NX Cad Challenge_2_Box Assembly

                                Objective:

                                Title:- 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 into thin, flat pieces. Sheet metal is one of the fundamental forms used in metal working…

                                calendar

                                26 Jan 2023 12:04 PM IST

                                  Read more

                                  Advanced Sheet Metal Design Using NX Cad Challenge_5_Odd Shaped Enclosure

                                  Objective:

                                  TITLE:- Odd shaped enclosure using NX CAD OBJECTIVE:- To design sheet metal part for odd shapes as per the workflow procedure by using NX-CAD software with suitable commands to achieve the final product as per the inputs. Introduction:- NX Sheet Metal provides a set of tools within the NX design environment…

                                  calendar

                                  30 Jan 2023 05:53 AM IST

                                  Read more

                                  Advanced Sheet Metal Design Using NX Cad Challenge_6_Bracket

                                  Objective:

                                  Objective:- To design the bracket by using the sheet metal application. Introduction:-        NX CAD is the most powerful used in Designing software, flexible, and innovative product development solution in the industry. NX used for Design has the features, performance and capabilities to help you get…

                                  calendar

                                  01 Feb 2023 10:56 AM IST

                                  Read more

                                  Advanced Sheet Metal Design Using NX Cad Challenge_7_ Metal bracket-II

                                  Objective:

                                  AIM:- Advanced Sheet Metal Design Using NX Cad Metal bracket-II OBJECTIVE:-The Designing of an odd Shaped sheet metal parts using Siemens NX Sheet Metal. The main objectives of this project are conversation a 2D drawing into a sheet metal part, adding odd shapes to the part by using features and tools available in the…

                                  calendar

                                  06 Feb 2023 10:21 AM IST

                                  Read more

                                  Project 2 - Rankine cycle Simulator

                                  Objective:

                                  Aim:- Create a Rankine Cycle Simulator using MATLAB.   Objective:- Calculate the state points of the Rankine Cycle (any type of your choice) based on user inputs.  Plot the corresponding T-s and h-s plots for the given set of inputs. To get output in Command Window for all state points.   Theory:- Rankine…

                                  calendar

                                  07 Jul 2023 10:03 AM IST

                                  Read more

                                  Photo Realistic Rendering

                                  Objective:

                                  DESIGN OF AMERICAN CHOPPER USING SOLIDWORKS OBJECTIVE The objective of the project is to modelon AMERICAN CHOPPER using a CAD (computer aided drafting} soltwore­ SOL/DWORKS and to render it with SOL/OWORKSvisuolize to create a photoreolistic view of it.   INTRODUCTION This project…

                                  calendar

                                  16 Jul 2023 12:03 PM IST

                                  Read more

                                  Radar Mast & Final Assembly of Yacht

                                  Objective:

                                  Aim - To create a 3D Model of a Sunseeker Predator Yacht   Objectives -  To 3D Model Parts of Sunseeker Predator Yacht To create an assembly of a Sunseeker Predator Yacht To create Photorealistic Rendering of Sunseeker Predator Yacht   Introduction -  Solidworks - Solidworks also known as DSS Solidworks,…

                                  calendar

                                  20 Jul 2023 10:47 AM IST

                                  Read more

                                  FINAL INDEPENDENT PROJECT

                                  Objective:

                                  Motorcycle Suspension: A motorcycle's suspension serves a dual purpose: contributing to the vehicle's handling and braking and providing safety and comfort by keeping the vehicle's passengers comfortably isolated from road noise, bumps, and vibrations.The typical motorcycle has a pair of fork tubes for…

                                  calendar

                                  21 Jul 2023 07:07 AM IST

                                    Read more
                                    Showing 1 of 32 projects

                                    9 Course Certificates

                                    certificate

                                    MATLAB for Mechanical Engineers

                                    CertificateIcon
                                    Certificate UID: 08u6yfeka92lsdxp
                                    View Certificate
                                    certificate

                                    Automotive Plastic Design using CATIA V5

                                    CertificateIcon
                                    Certificate UID: meybxh29q8cotlrw
                                    View Certificate
                                    certificate

                                    Aptitude

                                    CertificateIcon
                                    Certificate UID: p27ct4k0hzdw3vor
                                    View Certificate
                                    certificate

                                    Verbal Ability

                                    CertificateIcon
                                    Certificate UID: 3wpevut7hka4jixo
                                    View Certificate
                                    certificate

                                    HR Prep

                                    CertificateIcon
                                    Certificate UID: vncxih5featurb12
                                    View Certificate
                                    certificate

                                    Geometric Dimensioning and Tolerancing

                                    CertificateIcon
                                    Certificate UID: je8ih2gt1ycz6k73
                                    View Certificate
                                    certificate

                                    Automotive Sheet Metal Design using Siemens NX CAD / CATIA V5

                                    CertificateIcon
                                    Certificate UID: dgtbm2a4n6kz0c5l
                                    View Certificate
                                    certificate

                                    Advanced Sheet Metal Design using NXCAD

                                    CertificateIcon
                                    Certificate UID: qx5b2zr967ahytl4
                                    View Certificate
                                    certificate

                                    Ultimate SOLIDWORKS Course

                                    CertificateIcon
                                    Certificate UID: qtvu75df84ohcgnx
                                    View Certificate
                                    Showing 1 of 9 certificates

                                    Academic Qualification

                                    B.E

                                    Shri Sant Gadge Baba College, Bhusawal

                                    23 Jul 2012 - 01 Nov 2017

                                    12th

                                    Bhusawal Arts, Science and PO Nahata College of Commerce, Bhusawal

                                    27 Jul 2010 - 31 May 2012

                                    10th

                                    K. Narkhede Vidyalaya and Higher secondary high school, Bhusawal

                                    01 Jun 2004 - 31 May 2010

                                    Schedule a counselling session

                                    Please enter your name
                                    Please enter a valid email
                                    Please enter a valid number

                                    Here are the courses that I have enrolled

                                    coursecard
                                    4.7

                                    5 Hours of Content

                                    coursecard
                                    Recently launched

                                    18 Hours of Content

                                    coursecard
                                    Recently launched

                                    21 Hours of Content

                                    coursecard
                                    Recently launched

                                    10 Hours of Content

                                    coursecard
                                    Recently launched

                                    5 Hours of Content

                                    Similar Profiles

                                    Apoorv Ranjan
                                    Apoorv Ranjan

                                    Ladder of success cannot be climbed with hands in pocket.

                                    Pruthvi Jagadeesh GK
                                    Pruthvi Jagadeesh GK

                                    The Future in Motion

                                    Krantiveer .
                                    Krantiveer .

                                    Give more than what you get you will get more than what you gave