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

FORWARD KINEMATICS OF A 2R ROBOTIC ARM

AIM: TO STUDY THE FORWARD KINEMATICS OF A 2R ROBOTIC ARM. OBJECTIVES OF THE PROJECT: TO SEE HOW THE LINKS ARE MOVING FOR DIFFERENT VALUES OF ANGLE IN THE FORWARD KINEMATICS OF A 2R ROBOTIC ARM.   BODY OF THE CONTENT: clear all close all clc %input of robotic arm l1= 1; l2= 0.5; %defining angle for both the link theta1=…

    Project Details

    Loading...

    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.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by MOHD FAISAL (28)

    Engine Data Analysis using Python

    Objective:

    AIM Write a code of file parsing for a file “engine_data” and plot the curve for the following respective column present in the file. To find the area of the plot and to calculate the specific fuel consumption.   GIVEN Engine parameter file named as engine_data.out   FORMULA USED      …

    calendar

    12 Jul 2020 04:30 PM IST

    • PYTHON
    Read more

    Frequency Analysis of a rotating shaft using Solidworks

    Objective:

    AIM To simulate the FEA frequency analysis on the rotating shaft.   INPUT FOR SIMULATION                              INPUT                              VALUES  …

    calendar

    11 Jul 2020 07:16 AM IST

    Read more

    Analysis on a plate with a hole using Solidworks

    Objective:

    AIM  To design and perform a static analysis on a plate with having holes for different case Case1. Rectangular plate with centre hole Case2. Rectangular plate with 3 holes     INPUT FOR SIMULATION                         INPUT      …

    calendar

    08 Jul 2020 07:04 AM IST

    Read more

    Analysis of buckling phenomena for Cyclonic Separator Stand using Solidworks

    Objective:

    AIM To simulate the FEA buckling analysis on the cyclonic separator stand.   INPUT FOR SIMULATION                            INPUT                              VALUES  …

    calendar

    07 Jul 2020 07:56 AM IST

    Read more

    FEA analysis for Comparison of bending in beams using Solidworks

    Objective:

    AIM To design and simulate the FEA analysis for the bending in beam of various cross section such as Rectangular, I and C cross section of beam.   INPUT FOR SIMULATION                      INPUT                    …

    calendar

    06 Jul 2020 07:04 AM IST

    Read more

    BENCH FLOW ANALYSIS USING SOLIDWORKS

    Objective:

    AIM To create a 3D model of a flow bench and run flow analysis. Plot a curve for Valve Lift Vs Mass flow rate   BASE LINE SIMULATION There are various parameter and values are used to run the Flow simulation for Base line                            …

    calendar

    04 Jul 2020 12:07 PM IST

    Read more

    TO FIND MINIMUM PRESSURE FOR BREAKING OF ICE WITH AIR CUSHION VEHICLE BY USING NEWTON-RAPHSON METHOD USING PYTHON PROGRAMMING

    Objective:

    AIM To write a code to solve for the minimum value of pressure using the newton Raphson method. To find the optimal relaxation factor.   FORMULA USED   `p^3 (1-β^2 )+(0.4β^2-(σh^2)/r^2 ) p^2+(σ^2 h^4)/(3r^4 ) p-((σh^2)/(3r^2) )^3=0`   Where, p= cushion pressure h= thickness of…

    calendar

    03 Jul 2020 10:29 AM IST

    Read more

    TO WRITE A PROGRAM FOR CURVE FITTING USING PYTHON

    Objective:

    AIM To write a code to obtain curve which fit a linear and a cubic polynomial for the cp data.   BODY OF CONTENT Definition of curve fitting Curve Fitting is the process of constructing a curve or the mathematical function which has the best fit for the series of original data. In other words, curve obtain after minimizing…

    calendar

    01 Jul 2020 05:31 PM IST

    Read more

    TO STUDY THE FLOW SIMULATION OF CENTRIFUGAL PUMP USING SOLIDWORKS

    Objective:

    AIM To study the flow simulation of centrifugal pump. To plot the performance curve. Obtain the relationship between Pressure ratio and mass flow rate.   INPUT                        INPUT                    …

    calendar

    30 Jun 2020 03:15 PM IST

    Read more

    TO SIMULATE THE AIR FLOW OVER NACA AIR FOIL USING SOLIDWORKS

    Objective:

    AIM To calculate the drag and lift force for the following angle of attack (AOA) at 0, 2, 4, 6, 8, 10.   INPUT                               INPUT                       VALUES    …

    calendar

    27 Jun 2020 06:06 PM IST

    Read more

    PROJECT ON CONSTRAINT MINIMIZATION PROBLEM

    Objective:

    OBJECTIVE To minimize the following function `5-(x-2)^2 -2(y-1) ^2` subject to the following constraint `x + 4y = 3` SOLUTION In order to minimize the given function, we will used Lagrange multiplier method. In mathematical optimization, the method of Lagrange multipliers is a strategy for finding the…

    calendar

    26 Jun 2020 04:06 PM IST

      Read more

      SOLVING SECOND ORDER ORDINARY DIFFERENTIAL EQUATION USING PYTHON

      Objective:

      AIM To solve the ODE of the simple pendulum and to plot the curve of various parameter by using PYTHON coding. Time vs angular displacement Time vs angular velocity To simulate the motion of a pendulum for time t= 0 to 20 second. To make the animation of the motion of pendulum.   GOVERNING EQUATIONS    …

      calendar

      26 Jun 2020 06:49 AM IST

      Read more

      TO STUDY ENGINE KINEMATICS AND PLOTTING OF P-V DIAGRAM USING PYTHON

      Objective:

      AIM To write the code of Otto cycle simulator using Python  Plot the PV diagram of a Otto cycle.  Find the thermal efficiency of a cycle. GOVERNING EQUATIONS 1. `PV^gamma`=constant                                   …

      calendar

      25 Jun 2020 07:35 AM IST

      Read more

      TO STUDY ENGINE KINEMATICS AND PLOTTING THE PV DIAGRAM BY THE HELP OF MATLAB PROGRAMMING

      Objective:

      1.AIM To a) plot the PV diagram of a Air standard cycle. b) Find the thermal efficiency of a cycle.   2.GOVERNING EQUATIONS 1. `PV^gamma`=constant        ------------------------for adiabatic process 2. PV =RT 3. `Vswept = π/4 .stroke.dia^2` 4. `V/V_c` = `1+ 1/2(compression…

      calendar

      25 Jun 2020 07:08 AM IST

      Read more

      FLOW SIMULATION OF FLOW OVER CYLINDER USING SOLIDWORKS

      Objective:

      AIM To run a simulation for flow over cylinder with a specific base line Reynolds no. after that increase the Reynolds number by a factor of 20%, 40%, and 100% then run the flow simulation.   FORMULA USED Reynolds number,                            …

      calendar

      24 Jun 2020 08:45 AM IST

      Read more

      KINEMATICS OF 2R ROBOTICS ARM USING PYTHON

      Objective:

      AIM To write a code in Python for the Forward Kinematics of a 2R Robotic Arm.   OBJECTIVES OF THE PROJECT To see how the links are moving for different values of angle in the Forward Kinematics of a 2R Robotic Arm.   BODY OF CONTENT Introduction A robotic arm (not robotic hand) is a type of mechanical…

      calendar

      23 Jun 2020 12:56 PM IST

        Read more

        TO STUDY A FLOW SIMULATION OF THE FLOW INSIDE THE PIPE USING SOLIDWORKS

        Objective:

          AIM To run a pipe flow simulation with an inlet Reynolds number of 100,1000 and 10000. Place a line probes at 95%, 90% and 85% of the pipe length to compare the velocity for different Reynolds number.   FORMULA USED Reynolds number,                      …

        calendar

        22 Jun 2020 06:33 PM IST

        Read more

        TO WRITE THE PROGRAM FOR FLOW OVER BICYCLE USING PYTHON

        Objective:

        AIM To write a Python program to calculate drag force against a cyclist and plot the different graph as mention below Velocity vs Drag force Drag Co-efficient vs Drag force FORMULA USED Drag force,                               `F=  1/2.Cd.ρ.…

        calendar

        22 Jun 2020 05:48 AM IST

          Read more

          DESIGN AND STUDY OF IC ENGINE VALVE TRAIN USING SOLIDWORKS

          Objective:

          AIM     1. To design and assemble each part of the I.C engine valve train. To study motion analysis for the following three different conditions    S.no. Cam lift (mm) Cam Speed (Rpm) Material 1 3.5 mm   1500 Cast Carbon Steel 2 6 mm 1500 Cast Carbon Steel   To plot the curve for different…

          calendar

          19 Jun 2020 01:17 PM IST

          Read more

          DESIGN AND STUDY OF PISTON ASSEMBLY USING SOLIDWORKS

          Objective:

          AIM To design and assemble each part of the piston assembly To study motion analysis for the following three different conditions   S.no. Wrist Pin Offset Crank Speed (Rpm) 1 "0" mm 2000 2 10 mm Positive 2000 3 10 mm Negative 2000   To obtain the Linear displacement of the Piston Head for all the three cases.…

          calendar

          18 Jun 2020 12:40 PM IST

          Read more

          DESIGN AND STUDY OF PLANETARY GEAR ASSEMBLY

          Objective:

          AIM To study the behaviour of the motion analysis of planetary gear model using solid works for different cases which are mention below Sl.No Input Output Fixed 1 Sun Gear Carrier Ring Gear 2 Ring Gear Carrier Sun Gear 3 Sun Gear Ring Gear Carrier   To plot the angular velocity for the above cases. To calculate the…

          calendar

          10 Jun 2020 12:24 PM IST

          Read more

          PROJECT ON PARSING OF NASA THERMODYNAMIC DATA

          Objective:

          1. AIM To write the program that extracts the 14 co-efficient and to calculates the enthalpy, entropy and specific heats for all the species in the data file. To plot the Cp, Enthalpy and Entropy for the local temperature range (low temperature: high temperature) specific for each species. To calculate the molecular weight…

          calendar

          07 Jun 2020 12:02 PM IST

            Read more

            DESIGN OF INTERNAL GENEVA MECHANISM USING SOLIDWORKS

            Objective:

            AIM 1) Create 3D models for driver and driven wheels of Internal Geneva Mechanism. 2) Creating Assembly of Internal Geneva Mechanism. 3) Motion Study of the whole Internal Geneva mechanism assembly by rotating the driver wheel at given condition 4) Plot a graph of Contact force (between driving and the driven wheel) as…

            calendar

            04 Jun 2020 03:18 PM IST

              Read more

              Week 4 - Genetic Algorithm

              Objective:

              https://skill-lync.com/projects/to-study-stalagmite-function-for-optimization-purpose

              calendar

              26 May 2020 11:17 AM IST

                Read more

                To study STALAGMITE function for optimization purpose

                Objective:

                AIM    To optimize the stalagmite function and to find out the global maxima of the function GOVERNING EQUATIONS There are several equation are used in this optimization problem which are discussed below `1. ``f (x,y)=f1 . f2 . f3 . f4` 2.   `f1 = [sin(5.1πx + 0.5)]^6` 3.      `f2…

                calendar

                26 May 2020 11:15 AM IST

                Read more

                MATLAB code for curve fitting for linear as well as cubic polynomial

                Objective:

                AIM To obtain a code which fit a linear and a cubic polynomial for the cp data from which our aim is to select the best fitting curve and how to make curve fit perfectly. At last we have to conclude what could be done to improve the cubic fit. DEFINITION OF CURVE FITTING Curve Fitting is the process of constructing a curve…

                calendar

                23 May 2020 09:24 AM IST

                Read more

                To solve the ODE of a second order to study a motion of a simple pendulum

                Objective:

                1.AIM: To solve the ODE of the simple pendulum and to plot the curve of various parameter by using MATLAB coding Time vs angular displacement and Time vs angular velocity angular displacement vs angular velocity To simulate the motion of a pendulum for time t= 0 to 20 second To make the animation of the motion of pendulum…

                calendar

                21 May 2020 01:11 AM IST

                Read more

                FORWARD KINEMATICS OF A 2R ROBOTIC ARM

                Objective:

                AIM: TO STUDY THE FORWARD KINEMATICS OF A 2R ROBOTIC ARM. OBJECTIVES OF THE PROJECT: TO SEE HOW THE LINKS ARE MOVING FOR DIFFERENT VALUES OF ANGLE IN THE FORWARD KINEMATICS OF A 2R ROBOTIC ARM.   BODY OF THE CONTENT: clear all close all clc %input of robotic arm l1= 1; l2= 0.5; %defining angle for both the link theta1=…

                calendar

                08 May 2020 01:49 AM IST

                  Read more
                  Showing 1 of 28 projects