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

Mukesh Kanna S

Dynamic and Self-Driven Professional Mechanical Engineer

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • NX-CAD
  • SHEET-METAL-DESIGN
  • BIW-DESIGN

Introduction

A hard worker willing to work in a design where i can apply engineering fundamentals and put my efforts to reach top position in that field.

17 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

https://drive.google.com/file/d/1-GcCwFRvbTAoJwIGBa2n4gyboFUC35D9/view?usp=sharing clc close all l1=1; l2=0.5; theta1=linspace(0,75,10); theta2=linspace(0,75,10); 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+l2*cosd(THETA2);…

calendar

29 Apr 2022 06:46 AM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    https://youtu.be/VAj9JdQIUbw   Aim          To write a program that solves an equation of motion of simple pendulum with damping.   Explanation        The above equation is second order, To solve an ODE  we are breaking into two first order equations  dtheta1_dt=theta2  dtheta2_dt= -(b/m)*theta2-(g/l)*sin(theta1) clear…

    calendar

    03 Jun 2022 01:05 PM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

      clear all close all clc %Defining our search space x=linspace(0,0.6,150); %Creating one dimensional array of X & Y y=linspace(0,0.6,150); [xx, yy]=meshgrid(x,y); % Based on one dimensional array, creating two dimensional array %Evaluating the stalagmite function for i = 1:length(xx) for j=1:length(yy) input_vector(1)=xx(i,j);…

      calendar

      02 Jul 2022 01:32 PM IST

        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

        AIM: To write a code in MATLAB to parse the NASA thermodynamic data file and then calculate thermodynamic properties of various gas species. Objective: * To write a function that extract 14 coefficients and calculate Enthalpy, Entropy, Specific heat & molecular weight for all the species in the data file. * To plot…

        calendar

        11 Jul 2022 06:36 AM IST

        • MATLAB
        Read more

        Week 8 - Challenge 1 - Base Bracket Design

        Objective:

         AIM: Create the Base Bracket Plastic component through the given Class-A surface. And perform the Draft analysis on the model. OBJECTIVES: To model a base bracket and perform draft analysis on the model. THEORY: Draft Analysis: Draft analysis helps to detect if your drafted part is easily removable from the mold…

        calendar

        14 Aug 2022 02:18 PM IST

        Read more

        Week 8 - Challenge 2 - Switch Bezel Design

        Objective:

        OBJECTIVE: The objective of the project is to design the swith bezel and to do a draft analysis for it by creating the required tooling direction with the help of bisecting method. INTRODUCTION: The control panel bezel is the frame part of the window switch that holds its switch covers and buttons into place.Moulding is…

        calendar

        18 Sep 2022 12:18 PM IST

        Read more

        Week 8 - Challenge 3 - Coin Holder Design

        Objective:

        Aim -  Create the Coin Holder 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.  INTRODUCTION: CLASS-A SURFACE: a surface…

        calendar

        22 Sep 2022 06:05 PM IST

          Read more

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

          Objective:

          AIM: To Create the Door Handle Component from the given Class-A surface. To Create the tooling axis for the given Class-A Surface  To Attach B side Features in the component. To perform the Draft analysis on the model.  TOOLS USED: Boundary Join Sweep Extract Multiple extract Extrapolate Bisecting line Trim Surface…

          calendar

          23 Sep 2022 02:09 PM IST

          Read more

          Week 8 - Challenge 4 - Bumper

          Objective:

          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. INTRODUCTION A bumper is a structure attached to or integrated with…

          calendar

          23 Sep 2022 03:03 PM IST

          Read more

          Week 9 - Project - A pillar Design with Master Section

          Objective:

          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 main and side core tooling axis for…

          calendar

          24 Sep 2022 06:57 AM IST

          Read more

          Week 8 - Challenge 6 - Core & Cavity Design

          Objective:

          Aim/Objectives: Create the Core and cavity blocks for the switch bezel designed in the earlier challenge. Steps Followed: Tooling Axis creation Checking Draft analysis for created tooling Axis Creating parting Surface Creating Core Side Creating cavity side. 1). Tooling Axis: Tooling axis is the axis in which core…

          calendar

          24 Sep 2022 10:33 AM IST

            Read more

            Week 9 - Attachment Feature Creation - Challenge 2

            Objective:

            OBJECTIVES: To create the class B and class C surfaces from the given class A surface To form a solid geometry by combining all the surfaces To create a dog house for the solid part whilst following the design rules To perform draft analysis on the class A surface and the solid part model DRAFT  ANALYSIS OF CLASS…

            calendar

            25 Sep 2022 09:51 AM IST

            Read more

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

            Objective:

            Objective: The main aim of this challenge is to create a solid body of 'Door Trim Lower' with the help of the closed surface method by using the 'Generative shape design' workbench in CATIA V5. Performing the 'Draft Analysis' on the solid part body of the Door trim. Overview:Initially, we need to offset the given…

            calendar

            25 Sep 2022 05:33 PM IST

            Read more

            Week 10- Assembly Workbench

            Objective:

            AIM :- To create assemblies of Quick return mechanism and CV joint and to also create 2D drawing of the given assemblies in CATIA. ASSEMBLY :- Assembly modeling is a technology and method used by computer-aided design and product visualization computer software systems to handle multiple files that represent components…

            calendar

            30 Sep 2022 05:10 AM IST

            Read more

            Project - Analysis of a practical automotive wiring circuit

            Objective:

            1)  a) Genarator b) Battery c) Starter d) Ignition coil e) Ammeter f) Foot selector switch g) Breaker i) Fuse j) Current and voltage regulator k) Distributor 2) Genarator: A generator is a device that transforms mechanical energy into electrical energy, typically by electromagnetic induction via Faraday's Law.An electric…

            calendar

            28 Nov 2022 01:22 PM IST

              Read more

              Benchmarking

              Objective:

              Aim: To expain about Benchmarking and finding a good car for Mr.D.S.Pughazhyendhii by comparing the cars. Benchmarking :-                           Benchmarking is a process of measuring the performance of a company’s products, services, or processes…

              calendar

              13 Jan 2023 07:25 AM IST

                Read more

                Underbody Coating

                Objective:

                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 not physically accessible…

                calendar

                13 Jan 2023 02:52 PM IST

                  Read more
                  Showing 1 of 17 projects

                  3 Course Certificates

                  certificate

                  MATLAB for Mechanical Engineers

                  CertificateIcon
                  Certificate UID: wiah0m2rz6qu4dbg
                  View Certificate
                  certificate

                  Automotive Plastic Design using CATIA V5

                  CertificateIcon
                  Certificate UID: 9zohduqrslg7nk52
                  View Certificate
                  certificate

                  Fundamentals of Electrical Systems and Electrical Architecture

                  CertificateIcon
                  Certificate UID: ie1lxfsjwca0pkn7
                  View Certificate
                  Showing 1 of 3 certificates

                  1 Workshop Certificates

                  certificate

                  Introduction to engineering materials

                  CertificateIcon
                  Certificate UID: g2b6sizchv
                  View Certificate
                  Showing 1 of 1 certificates

                  Academic Qualification

                  B.E

                  Panimalar Engineering College

                  17 Aug 2017 - 17 Aug 2021

                  12th

                  Rose Mary Matric.Hr.Sec. School,V.M.Chatram

                  01 Jun 2016 - 23 Mar 2017

                  10th

                  Rose Mary Matric.Hr.Sec. School,V.M.Chatram

                  02 Jun 2014 - 10 Apr 2015

                  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
                  5

                  12 Hours of Content

                  coursecard
                  4.8

                  7 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

                  Srinivas S
                  Srinivas S

                  The future in motion

                  Kanak Agrawal
                  Kanak Agrawal

                  Passionate to learn