Podcast
Questions and Answers
What code will produce dwell for a specified time?
What code will produce dwell for a specified time?
- G00
- G01
- G02
- G04 (correct)
What code will select the x z plane in milling?
What code will select the x z plane in milling?
- G10
- G17 (correct)
- G18
- G19
What code will change specified input values in millimeters?
What code will change specified input values in millimeters?
- G02
- G03
- G10 (correct)
- G17
Flashcards
G-code for dwell
G-code for dwell
The G-code that programs the machine to pause for a specified time.
G-code for x-z plane
G-code for x-z plane
The G-code that sets the x-z plane as the active plane for milling operations.
G-code for changing input values
G-code for changing input values
The G-code that programs the machine to alter input values, usually in millimeters.
Study Notes
- The code G00 will give point to point movement.
- The code G01 will give linear interpolation movement.
- The code G02 will give circular interpolation in a clockwise direction.
- The code G03 will give circular interpolation in a Counterclockwise direction.
- The code G04 will produce dwell for a specified time.
- The code G18 will select x y plane in milling.
- The code G17 will select x z plane in milling.
- The code G10 will change specified input values in millimeters.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge of CNC G-codes with this quiz covering movement, interpolation, dwell time, and plane selection.