- 200
- 58 794
TRTC PATNA K K SINGH
India
Приєднався 4 вер 2021
About Me:
Name: Krishna Kumar Singh
Qualification: B.SC Engineering (Branch:- Mechanical)
Experience: 20 Years
Profession: Sr. Engineer (Design)
Specialization: CAD/CAM/CAE
My UA-cam channel serves as a comprehensive library catering to both students and working professionals seeking to enhance their knowledge in various fields such as CAD/CAM/CAE, IT, AI, Coding, Data Science, and more.
CAD Software: AutoCAD, CATIA V5/V6, Inventor, SolidWorks, NX CAD (UG NX / Unigraphics)
CAE Tools: ANSYS Mechanical APDL (ANSYS Classic), ANSYS Workbench, ANSYS ICEM CFD & Fluent/CFX, Hypermesh, RADIOSS, OptiStruct.
Expert Sessions: Industry and academic experts conduct online sessions covering topics like Drawing Reading, GD&T, Basics of Engineering Design & Materials, and Soft Skills.
The channel encompasses a wide array of Engineering & Technology subfields, including but not limited to:
Mechanical, Aerospace, Aeronautical, Production, Mechatronics, Tool & Die Making and Civil Engineering.
Name: Krishna Kumar Singh
Qualification: B.SC Engineering (Branch:- Mechanical)
Experience: 20 Years
Profession: Sr. Engineer (Design)
Specialization: CAD/CAM/CAE
My UA-cam channel serves as a comprehensive library catering to both students and working professionals seeking to enhance their knowledge in various fields such as CAD/CAM/CAE, IT, AI, Coding, Data Science, and more.
CAD Software: AutoCAD, CATIA V5/V6, Inventor, SolidWorks, NX CAD (UG NX / Unigraphics)
CAE Tools: ANSYS Mechanical APDL (ANSYS Classic), ANSYS Workbench, ANSYS ICEM CFD & Fluent/CFX, Hypermesh, RADIOSS, OptiStruct.
Expert Sessions: Industry and academic experts conduct online sessions covering topics like Drawing Reading, GD&T, Basics of Engineering Design & Materials, and Soft Skills.
The channel encompasses a wide array of Engineering & Technology subfields, including but not limited to:
Mechanical, Aerospace, Aeronautical, Production, Mechatronics, Tool & Die Making and Civil Engineering.
CNC Programming: Absolute & Incremental Mode with Turning Example - Lecture 09
In this video, we dive into Basic CNC Programming using Absolute Mode (G90) for a turning operation.
Learn how to write a CNC program step-by-step for a product with a defined geometry.
Understand the Cartesian coordinate system, workpiece dimensions, and tool movement.
Explore the use of key G-codes and M-codes like G00, G01, G90, G28, M03, M08, and more.
Compare Absolute Mode (G90) with Incremental Mode (G91) and identify their differences with examples.
The video is perfect for students, CNC beginners, and machining professionals who want to enhance their programming skills and master CNC turning operations.
🔗 Topics Covered:
Workpiece geometry and operation identification.
Step-by-step coordinate table for absolute programming.
Complete CNC program for Absolute Mode.
Spindle speed, feed rate, and toolpath safety.
Quick comparison with Incremental Mode.
✅ Don't forget to like, share, and subscribe for more CNC programming tutorials!
Watch the previous lecture on Absolute vs. Incremental Modes for better understanding.
Learning Outcomes
Understanding CNC Programming Modes
Students will understand the fundamental difference between absolute mode (G90) and incremental mode (G91) in CNC programming.
They will learn when and how to use these modes effectively in different machining scenarios.
Program Development for Absolute Mode
Students will be able to write a complete CNC turning program in absolute mode using:
Basic G-codes like G00 (rapid movement), G01 (linear interpolation), G28 (return to home), and G90 (absolute positioning).
Supporting M-codes like M06 (tool change), M03 (spindle on clockwise), M08/M09 (coolant control), and M30 (end of program).
They will learn the logical sequence of CNC program blocks, including initial setup, machining operations, and tool retraction.
Geometrical Analysis of Workpiece
Students will develop the ability to:
Analyze the geometry of a given part (e.g., diameters, tapers, lengths).
Identify and calculate Cartesian coordinates (X and Z positions) for each machining point based on absolute mode.
They will prepare a coordinate table to simplify CNC programming.
Program Development for Incremental Mode
Students will learn to write the same CNC program using incremental mode.
They will understand:
How each machining point is referenced relative to the previous point instead of a fixed origin.
Mathematical calculations for incremental values to achieve the desired shape.
Decision-Making for Operations
Students will learn to identify whether a given machining operation involves turning, milling, or drilling.
They will recognize that turning involves a rotating workpiece with a stationary tool.
Tool Path and Safety Considerations
Students will understand the importance of avoiding tool collisions by positioning the tool slightly away (e.g., X11.0 instead of X10.0) during initial movements.
They will be able to safely retract the tool and return it to the datum position after completing the operation.
Application of Feed Rates and Spindle Control
Students will apply the correct feed rates (F200) and spindle speeds (S1000 RPM) to optimize machining performance.
They will understand spindle direction commands like M03 (clockwise) and M04 (counterclockwise).
Practical Hands-on Programming
By comparing absolute and incremental programs, students will gain confidence in creating accurate CNC programs for real-world applications.
They will identify the advantages and limitations of each approach in CNC operations.
Skills Acquired
Writing CNC programs for turning operations in both absolute and incremental modes.
Identifying toolpaths and calculating coordinates for machining points.
Understanding and applying essential G-codes and M-codes.
Developing logical thinking for CNC program sequences and safety protocols.
Applying mathematical concepts to determine relative and absolute positions.
Future Applications
Students will be equipped to:
Write programs for more complex parts requiring multi-step machining processes.
Transition seamlessly between absolute and incremental programming modes.
Work on industrial CNC lathes to produce precision components.
Develop advanced CNC machining skills for CAD/CAM integration.
This comprehensive understanding will build a strong foundation for further learning in CNC programming and operations.
Learn how to write a CNC program step-by-step for a product with a defined geometry.
Understand the Cartesian coordinate system, workpiece dimensions, and tool movement.
Explore the use of key G-codes and M-codes like G00, G01, G90, G28, M03, M08, and more.
Compare Absolute Mode (G90) with Incremental Mode (G91) and identify their differences with examples.
The video is perfect for students, CNC beginners, and machining professionals who want to enhance their programming skills and master CNC turning operations.
🔗 Topics Covered:
Workpiece geometry and operation identification.
Step-by-step coordinate table for absolute programming.
Complete CNC program for Absolute Mode.
Spindle speed, feed rate, and toolpath safety.
Quick comparison with Incremental Mode.
✅ Don't forget to like, share, and subscribe for more CNC programming tutorials!
Watch the previous lecture on Absolute vs. Incremental Modes for better understanding.
Learning Outcomes
Understanding CNC Programming Modes
Students will understand the fundamental difference between absolute mode (G90) and incremental mode (G91) in CNC programming.
They will learn when and how to use these modes effectively in different machining scenarios.
Program Development for Absolute Mode
Students will be able to write a complete CNC turning program in absolute mode using:
Basic G-codes like G00 (rapid movement), G01 (linear interpolation), G28 (return to home), and G90 (absolute positioning).
Supporting M-codes like M06 (tool change), M03 (spindle on clockwise), M08/M09 (coolant control), and M30 (end of program).
They will learn the logical sequence of CNC program blocks, including initial setup, machining operations, and tool retraction.
Geometrical Analysis of Workpiece
Students will develop the ability to:
Analyze the geometry of a given part (e.g., diameters, tapers, lengths).
Identify and calculate Cartesian coordinates (X and Z positions) for each machining point based on absolute mode.
They will prepare a coordinate table to simplify CNC programming.
Program Development for Incremental Mode
Students will learn to write the same CNC program using incremental mode.
They will understand:
How each machining point is referenced relative to the previous point instead of a fixed origin.
Mathematical calculations for incremental values to achieve the desired shape.
Decision-Making for Operations
Students will learn to identify whether a given machining operation involves turning, milling, or drilling.
They will recognize that turning involves a rotating workpiece with a stationary tool.
Tool Path and Safety Considerations
Students will understand the importance of avoiding tool collisions by positioning the tool slightly away (e.g., X11.0 instead of X10.0) during initial movements.
They will be able to safely retract the tool and return it to the datum position after completing the operation.
Application of Feed Rates and Spindle Control
Students will apply the correct feed rates (F200) and spindle speeds (S1000 RPM) to optimize machining performance.
They will understand spindle direction commands like M03 (clockwise) and M04 (counterclockwise).
Practical Hands-on Programming
By comparing absolute and incremental programs, students will gain confidence in creating accurate CNC programs for real-world applications.
They will identify the advantages and limitations of each approach in CNC operations.
Skills Acquired
Writing CNC programs for turning operations in both absolute and incremental modes.
Identifying toolpaths and calculating coordinates for machining points.
Understanding and applying essential G-codes and M-codes.
Developing logical thinking for CNC program sequences and safety protocols.
Applying mathematical concepts to determine relative and absolute positions.
Future Applications
Students will be equipped to:
Write programs for more complex parts requiring multi-step machining processes.
Transition seamlessly between absolute and incremental programming modes.
Work on industrial CNC lathes to produce precision components.
Develop advanced CNC machining skills for CAD/CAM integration.
This comprehensive understanding will build a strong foundation for further learning in CNC programming and operations.
Переглядів: 57
Відео
How to Write a CNC Programme - Lecture 08
Переглядів 320День тому
Master the art of CNC programming with this detailed and simplified guide! In this lecture, we break down the process of writing a basic CNC program into easy-to-follow steps, starting from assigning program numbers to finalizing the program with proper commands. Learn about sequence numbers, tool selection, spindle setup, coolant activation, interpolation, and program termination. Perfect for ...
CNC Programming Format: G Codes, M Codes & Coordinate Systems - Lecture 07
Переглядів 370День тому
Unlock the secrets of CNC programming with this comprehensive guide! In this video, we delve into the basics of G Codes, M Codes, and their roles in CNC machining. Learn how coordinate systems like Cartesian systems are applied in programming CNC machines. Understand groups of G codes for movement and operations, M codes for controlling machine functions, and the significance of absolute and in...
CNC programming Format, G Code, M Code Step-by-Step - Lecture 06
Переглядів 641Місяць тому
Learn about CNC programming format, G Code, M Code Step-by-Step Outcomes of the Lecture: By the end of this lecture, participants will be able to: 1. Numerical control of machine tools, 2. Types of CNC Machines, 3. CNC - Computer Numerical Control System, 4. Components of CNC Machine, 5. Point to point CNC Machines, 6. Incremental & absolute CNC Machines, 7. Open & close control loop CNC Machin...
Basic CNC Turning Programming in Incremental Mode | Step-by-Step Guide with Example - Lecture 21
Переглядів 306Місяць тому
In this video, we explore the fundamentals of CNC Turning Programming using Incremental Mode. This step-by-step lecture covers every essential aspect, from setting program numbers and tool positioning to executing precise taper cuts and linear interpolations. Using a practical example, we guide you through each line of code, including G-codes like G91 for Incremental Mode and M03 for spindle co...
How to Write a Simple and Precise CNC Turning Programmme | Step-by-Step Guide - Lecture 20
Переглядів 274Місяць тому
In this detailed lecture, we walk through the most straightforward and accurate way to write a CNC program using absolute mode. From assigning program and sequence numbers to setting tool offsets, spindle speed, and coolant, this guide covers everything you need to know. Learn how to select the machine's home position, understand G-codes like G90, G91, and M03, and ensure smooth tool movements ...
CNC Programming Format, G Code, M Code & Cartesian Coordinate System - Lecture 19
Переглядів 454Місяць тому
Welcome to our comprehensive video on CNC Programming Format! This video covers the one address CNC programming system, which utilizes G codes and M codes to control machine operations efficiently. We explain how programming information flows from part prints to machine components like servos, relays, and switches. Learn about absolute (G90) vs incremental (G91) programming and explore how Cart...
Open and Closed-Loop Systems in CNC Machines & Axis-Based CNC Machine Classification - Lecture 18
Переглядів 1852 місяці тому
In this video, we dive deep into the fundamental concepts of CNC machining, focusing on the open-loop and closed-loop control systems. Learn how stepper motors in open-loop systems control movement in CNC machines and explore the feedback mechanism of closed-loop systems that ensures precision. We'll also discuss axis-based classifications, including two-axis and three-axis CNC machines, and th...
CNC Programming: Basics, Techniques, and Industry Applications - Lecture 17
Переглядів 2902 місяці тому
Welcome to the comprehensive course on learning the basics of CNC programming! In this course, we will explore the essentials of CNC programming, the various types of CNC machines, and why gaining expertise in this field is crucial in today’s manufacturing industry. With a growing demand for skilled CNC machinists and programmers, this course covers everything from G-code and M-code programming...
Concept of Stress, Stress Tensor, Principal Stresses & Planes | Strength of Materials - Lect. 04 Hi
Переглядів 482 місяці тому
Lecture - 04: Concept of Stress - Hindi In this lecture, we dive deep into the foundational concepts of stress in materials. Starting from the basic definition, we'll explore the components of stress, including normal and shear stress. We will also introduce the stress tensor and its symmetry, explain complementary shear, and break down the concepts of principal stresses and principal planes. T...
Concept of Stress, Stress Tensor, Principal Stresses & Planes | Strength of Materials - Lecture 04
Переглядів 993 місяці тому
Lecture - 04: Concept of Stress In this lecture, we dive deep into the foundational concepts of stress in materials. Starting from the basic definition, we'll explore the components of stress, including normal and shear stress. We will also introduce the stress tensor and its symmetry, explain complementary shear, and break down the concepts of principal stresses and principal planes. This lect...
Method of Sections - Internal Forces & Equilibrium | Strength of Materials - Lecture 03 - Hindi
Переглядів 433 місяці тому
In this lecture, we dive deep into the Method of Sections, a powerful tool for analyzing internal forces in a body under static equilibrium. We'll explore the d’Alembert’s principle, cutting a body into parts, and determining internal forces like normal force, shear force, bending moments, and torsion. Through detailed explanations and equations of equilibrium, this lesson simplifies the comple...
Method of Sections - Internal Forces & Equilibrium | Strength of Materials Explained - Lecture 03
Переглядів 1263 місяці тому
In this lecture, we dive deep into the Method of Sections, a powerful tool for analyzing internal forces in a body under static equilibrium. We'll explore the d’Alembert’s principle, cutting a body into parts, and determining internal forces like normal force, shear force, bending moments, and torsion. Through detailed explanations and equations of equilibrium, this lesson simplifies the comple...
Internal Forces in Strength of Materials | Molecular Interactions Explained - Lecture 02 in Hindi
Переглядів 433 місяці тому
In this lecture, we dive deep into the concept of Internal Forces in Strength of Materials, focusing on how molecular forces of attraction and repulsion maintain structural integrity. We will explore the Condon-Morse Curve and examine how molecules interact under external tensile and compressive forces. Through engaging visuals and clear explanations, this lecture is designed to give you a stro...
Internal Forces in Strength of Materials | Molecular Interactions Explained - Lecture 02
Переглядів 1683 місяці тому
In this lecture, we dive deep into the concept of Internal Forces in Strength of Materials, focusing on how molecular forces of attraction and repulsion maintain structural integrity. We will explore the Condon-Morse Curve and examine how molecules interact under external tensile and compressive forces. Through engaging visuals and clear explanations, this lecture is designed to give you a stro...
Introduction & Fundamental Concepts of Strength of Materials - Lecture 01 - Hindi
Переглядів 493 місяці тому
Introduction & Fundamental Concepts of Strength of Materials - Lecture 01 - Hindi
Introduction & Fundamental Concepts of Strength of Materials - Lecture 01
Переглядів 3863 місяці тому
Introduction & Fundamental Concepts of Strength of Materials - Lecture 01
CNC Titanium Machining: Cutting Tools, Methods, and Programming - Lecture 16
Переглядів 623 місяці тому
CNC Titanium Machining: Cutting Tools, Methods, and Programming - Lecture 16
Complete Guide to Drill Bits, Taps, Threads & Tool Holding Systems - Lecture 15
Переглядів 503 місяці тому
Complete Guide to Drill Bits, Taps, Threads & Tool Holding Systems - Lecture 15
Milling Tools: Solid vs. Inserted Cutters | Parameters, Types & Techniques Explained - Lecture - 14
Переглядів 413 місяці тому
Milling Tools: Solid vs. Inserted Cutters | Parameters, Types & Techniques Explained - Lecture - 14
Standard Turning Holders for CNC Lathe - Coding and Applications - Lecture 13
Переглядів 293 місяці тому
Standard Turning Holders for CNC Lathe - Coding and Applications - Lecture 13
CNC Machines - Cutting tools materials and Standard turning insert coding standard- Lecture - 12
Переглядів 303 місяці тому
CNC Machines - Cutting tools materials and Standard turning insert coding standard- Lecture - 12
How to choose cutting tools for CNC machines - Introduction and Machining Overview - Lecture - 11
Переглядів 263 місяці тому
How to choose cutting tools for CNC machines - Introduction and Machining Overview - Lecture - 11
How to Master CNC Operations: From Operator to CNC Setter in 3 Months | Step-by-Step Guide - Lect.10
Переглядів 1003 місяці тому
How to Master CNC Operations: From Operator to CNC Setter in 3 Months | Step-by-Step Guide - Lect.10
How to Use Vernier Caliper & Micrometer: Precise Measurements - Lecture 09
Переглядів 1003 місяці тому
How to Use Vernier Caliper & Micrometer: Precise Measurements - Lecture 09
CNC Tool Selection: Insert and Tool Holder Selection, Failures & Remedies Job Setting - Lecture 08
Переглядів 513 місяці тому
CNC Tool Selection: Insert and Tool Holder Selection, Failures & Remedies Job Setting - Lecture 08
Mastering CNC Machine Job Setting: Jaw Setting, Boring, and Offsets | Fanuc & Siemens Tutorial - 07
Переглядів 613 місяці тому
Mastering CNC Machine Job Setting: Jaw Setting, Boring, and Offsets | Fanuc & Siemens Tutorial - 07
How to set work offset - Fanuc and Siemens controller - Hindi - Lecture 06
Переглядів 613 місяці тому
How to set work offset - Fanuc and Siemens controller - Hindi - Lecture 06
CNC Machine Control Panel - Hindi - Lecture 05
Переглядів 1443 місяці тому
CNC Machine Control Panel - Hindi - Lecture 05
CNC Machine Control Panel - Lecture 05
Переглядів 453 місяці тому
CNC Machine Control Panel - Lecture 05