1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Paul [167]
3 years ago
5

A NC drill press is to perform a series of through-hole drilling operations on a 1.75 in thick aluminum plate that is a componen

t in a heat exchanger. Each hole is ¾ in diameter. There are 100 holes in all, arranged in a 10 by 10 matrix pattern, and the distance between adjacent hole centers (along the square) = 1.5 in. The cutting speed = 300 ft/min, the penetration feed (z-direction) = 0.015 in/rev, and the feed rate between holes (x-y plane) = 15.0 in/min.
Assume that x-y moves are made at a distance of 0.5 in above the work surface and that this distance must be included in the penetration feed rate for each hole. Also, the rate at which the drill is retracted from each hole is twice the penetration feed rate. The drill has a point angle = 100 degrees.
Determine the time required from the beginning of the first hole to the completion of the last hole, assuming the most efficient drilling sequence will be used to accomplish the job.
Engineering
2 answers:
jekas [21]3 years ago
7 0

Answer:

26.7 min

Explanation:

First, we will find the <u>time required to drill each hole</u>:

  • N = 300 x 12/0.75 \pi = 1527.7 rev/min
  • fr = 1527.7 (0.015) = 22.916 in/min

Formula for <u>distance per hole</u>: 0.5 + A + 1.75

  • A = 0.5 (0.75) tan (90-100 / 2) = 0.315 in
  • Tm = (0.5 + 0.315 + 1.75) / 22.916 = 0.112 min

Now, we will calculate the <u>time required to draw back the drill form hole</u>:

              = 0.112 / 2 = 0.056 min

Time to move between holes = 1.5 / 15 = 0.1 min

For 100 holes, the number of moves between holes = 99

Total time required to drill 100 holes (t):

                       t = 100 (0.112 + 0.056) + 99 (0.1) = 26.7 min

Irina-Kira [14]3 years ago
4 0

Answer:

The answer to the question is;

The time required from the beginning of the first hole to the completion of the last hole, assuming the most efficient drilling sequence will be used to accomplish the job is

26.785 min

Explanation:

The given parameters are

Thickness of plate = 1.75 in

Diameter of each plate = 3/4 in

Number of holes = 100

Holes arrangement = 10×10 square

Distance between adjacent holes = 1.5 in

Cutting speed = 300 ft/min

Penetration feed = 0.015 in/rev

Transverse rate between holes x-y plane = 15 in/rev

Height of movement above work surface = 0.5 in

Retraction speed = 2×penetration speed

Tip angle = 100 °

We therefore have

Cutting speed = pi×D×n

Where

D = Diameter of drill = 3/4 in

n = Rate of revolution of drill

Therefore

300 ft/min = pi×3/4×n

n = 300/(pi×3/4) = 127.32 ft/min

= 1527.8875 in/min

Penetration rate = 0.015 in/rev

Therefore Penetration rate = 0.015 in/rev × 1527.8875 in/min = 22.92 in/rev

Tip angle = 100 °

Height of tip = 0.375/(tan(50)) = 0.31466 in

Total vertical motion of drill =

Plate thickness + Distance of movement above work surface + Height of drill tip

= 1.75 in + 0.5 in + 0.31466 in

= 2.564 in

Speed of penetration motion = (Distance of motion)/time

Time = Distance/Speed

= (2.564 in)/(22.918 in)

= 0.1119 min

Time of retraction = 0.5 × (Time of penetrative motion)

= 0.5 × 0.1119 = 0.05595 min

Total time to move in and out of each hole = 0.05595 min + 0.1119 min = 0.16785 min

Total time to drill 100 holes = 0.16785 × 100 = 16.785 min

Time for transverse motion = 15 in/min

Distance between each hole = 1.5 in

Time for motion between holes = 1.5/15 =0.1 min

Total time for 100 holes = 0.1×100 = 10 mins

Total time for completing the drilling

= 10 + 16.785 = 26.785 min

You might be interested in
6.Identification of Material ParametersThe principal in-plane stresses and associated strains in a plate of material areσ1= 50 k
ad-work [718]

Answer:

See attached image for diagrams and solution

6 0
3 years ago
Air modeled as an ideal gas enters a combustion chamber at 20 lbf/in.2
motikmotik

Answer:

The answer is "112.97 \ \frac{ft}{s}"

Explanation:

Air flowing into thep_1 = 20 \ \frac{lbf}{in^2}

Flow rate of the mass m  = 230.556 \frac{lbm}{s}

inlet temperature T_1 = 700^{\circ} F

PipelineA= 5 \times 4 \ ft

Its air is modelled as an ideal gas Apply the ideum gas rule to the air to calcule the basic volume v:

\to \bar{R} = 1545 \ ft \frac{lbf}{lbmol ^{\circ} R}\\\\ \to M= 28.97 \frac{lb}{\bmol}\\\\ \to pv=RT \\\\\to v= \frac{\frac{\bar{R}}{M}T}{p}

      = \frac{\frac{1545}{28.97}(70^{\circ}F+459.67)}{20} \times \frac{1}{144}\\\\=9.8 \frac{ft3}{lb}

V= \frac{mv}{A}

   = \frac{230.556 \frac{lbm}{s} \times 9.8 \frac{ft^3}{lb}}{5 \times 4 \ ft^2}\\\\= 112.97 \frac{ft}{s}

8 0
3 years ago
What type of footwear protects your toes from falling objects and being crushed?
Lady bird [3.3K]

Answer:Steel toe

Explanation:

6 0
3 years ago
Read 2 more answers
Define an ADT for a two-dimensional array of integers. Specify precisely the basic operations that can be performed on such arra
VashaNatasha [74]

Answer:

Explanation:

ADT for an 2-D array:

struct array{

int arr[10];

}arrmain[10];

An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :

1) struct array{

int *p;

}arr[1000];

2) struct array{

int *p;

}arr[1000];

6 0
3 years ago
People with skills and training in areas such as marketing or accounting are an important part of the manufacturing industry.
adelina 88 [10]

Answer:

true

Explanation:

8 0
2 years ago
Other questions:
  • You will be observing laminar-turbulent transition for room temperature (about 20°C) water flowing in a 0.602"" ID pipe (Schedul
    8·1 answer
  • One cubic meter of nitrogen at 40°C and 340kPa is compressed isoentropically to 0.2m^3. Calculate the final pressure when the ni
    9·1 answer
  • A __________ is an added note showing additional or more specific information.
    13·1 answer
  • For a bronze alloy, the stress at which plastic deformation begins is 266 MPa and the modulus of elasticity is105 GPa.
    15·1 answer
  • 1. A turbine in a steam power plant operates isentropically with an inlet pressure (P3) of 3.5 MPa and inlet temperature (T3) of
    9·1 answer
  • Why is it important to always be wearing a personal flotation device (PFD) when in or around the water?
    9·2 answers
  • In a creep test, increasing the temperature will (choose the best answer) A. increase the instantaneous initial deformation B. i
    5·1 answer
  • Sun of first 1 nayural numbers​
    7·2 answers
  • Find the value of L
    9·1 answer
  • Are there any companies that you can get a job at as an air craft engeer after university​
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!