Bird
0
0
PCB Designbi_tool~10 mins

Drill file generation in PCB Design - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to specify the drill tool size in the drill file header.

PCB Design
Tool size is defined as [1] in the drill file header.
Drag options to blanks, or click blank then click option'
AT01
B0.8mm
CM48
DG05
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing tool number with tool size
Using machine codes instead of size
2fill in blank
medium

Complete the code to start the drill file with the correct header command.

PCB Design
The drill file begins with the command [1] to indicate the start of tool definitions.
Drag options to blanks, or click blank then click option'
AG90
BM30
CM48
DT01
Attempts:
3 left
💡 Hint
Common Mistakes
Using end of file command M30
Using coordinate mode commands
3fill in blank
hard

Fix the error in the drill file command to correctly select tool number 2.

PCB Design
To select tool number 2, the command should be [1].
Drag options to blanks, or click blank then click option'
AT02
BT2
CM02
DG02
Attempts:
3 left
💡 Hint
Common Mistakes
Omitting leading zero in tool number
Confusing tool selection with machine commands
4fill in blank
hard

Fill both blanks to correctly format a drill hit at X=12.5mm and Y=7.3mm using metric units.

PCB Design
Drill hit command: [1][2]
Drag options to blanks, or click blank then click option'
AX012500
BY007300
CX12.5
DY7.3
Attempts:
3 left
💡 Hint
Common Mistakes
Using decimal points in coordinates
Not zero-padding numbers
5fill in blank
hard

Fill all three blanks to complete the drill file footer commands to end the program.

PCB Design
[1]
[2]
[3]
Drag options to blanks, or click blank then click option'
AM30
BM00
CM48
DT00
Attempts:
3 left
💡 Hint
Common Mistakes
Using header commands in footer
Omitting program end command