
Precision Machining Technology
3rd Edition
ISBN: 9781337795302
Author: Peter, Hoffman.
Publisher: Cengage Learning,
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 8.1, Problem 2RQ
What is an MCU and what is its function?
Expert Solution & Answer

Trending nowThis is a popular solution!

Students have asked these similar questions
alpha 1 is not zero
alpha 1 can equal alpha 2
use velocity triangle to solve for alpha 1
USE MATLAB ONLY
provide typed code
solve for velocity triangle and dont provide copied answer
Turbomachienery .
GIven:
vx = 185 m/s, flow angle = 60 degrees, (leaving a stator in axial flow) R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3
Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram
Use this code for plot
% plots Velocity Tri. in Ch4
function plotveltri(al1,al2,al3,b2,b3)
S1L = [0 1];
V1x = [0 0];
V1s = [0 1*tand(al3)];
S2L = [2 3];
V2x = [0 0];
V2s = [0 1*tand(al2)];
W2s = [0 1*tand(b2)];
U2x = [3 3];
U2y = [1*tand(b2) 1*tand(al2)];
S3L = [4 5];
V3x = [0 0];
V3r = [0 1*tand(al3)];
W3r = [0 1*tand(b3)];
U3x = [5 5];
U3y = [1*tand(b3) 1*tand(al3)];
plot(S1L,V1x,'k',S1L,V1s,'r',...
S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',...…
3. Find a basis of eigenvectors and diagonalize.
4
0
-19
7
a.
b.
1-42
16
12-20
[21-61
2. Find the eigenvalues. Find the corresponding eigenvectors.
6
2
-21
[0 -3
1
3 31
a.
2 5
0
b.
3 0
-6
C.
1
1 0
-2 0
7
L6
6
0
1
1
2.
(Hint: λ =
= 3)
Chapter 8 Solutions
Precision Machining Technology
Ch. 8.1 - What is an ATC?Ch. 8.1 - What is an MCU and what is its function?Ch. 8.1 - Briefly describe a ball screw and a linear guide.Ch. 8.1 - Explain the benefits of using the absolute...Ch. 8.1 - Explain the benefits of using the incremental...Ch. 8.1 - Which coordinate system uses an angle and a...Ch. 8.1 - What is the name for the type of motor used to...Ch. 8.1 - Supposing a programmer, using absolute mode,...Ch. 8.1 - What is a modal code?Ch. 8.1 - What is another name for the Cartesian coordinate...
Ch. 8.1 - List four G-codes and describe their functions. a....Ch. 8.1 - List four M-codes and describe their functions. a....Ch. 8.1 - What is the name of the character that ends each...Ch. 8.1 - Explain the purpose of the safe-start portion of a...Ch. 8.2 - Name the two primary machine axes on most CNC...Ch. 8.2 - Explain the difference between a turning center...Ch. 8.2 - List the three common types of live toolholders....Ch. 8.2 - Name three major collet styles used in...Ch. 8.2 - Name three types of workholding devices for...Ch. 8.2 - Name three major styles of turning machines....Ch. 8.2 - Explain why some workholding devices can be run at...Ch. 8.2 - Explain the difference between an OD grooving tool...Ch. 8.2 - When machining workpieces made from bar stock,...Ch. 8.2 - Describe how a sub-spindle can be used to increase...Ch. 8.2 - How does a Swiss turning center differ from a...Ch. 8.3 - Write the X- and Z-axis coordinates for the part...Ch. 8.3 - To perform a facing cut using a tool with a nose...Ch. 8.3 - Explain the difference between rigid tapping and...Ch. 8.3 - How must the feed rate for tapping using a...Ch. 8.3 - Describe what happens to a concave radius (fillet)...Ch. 8.3 - Describe what happens to an outside chamfer when...Ch. 8.3 - If a G1 code command is programmed partway through...Ch. 8.3 - List and briefly describe the two methods for...Ch. 8.3 - Explain in your own words the difference between...Ch. 8.3 - In your own words, describe a canned cycle.Ch. 8.3 - List two types of canned cycles besides roughing...Ch. 8.4 - What machine mode is generally used to manually...Ch. 8.4 - MDI stands for _________ ___________ ________.Ch. 8.4 - Which must be set first, the tool geometry offset...Ch. 8.4 - What is the process called where a program is sent...Ch. 8.4 - Explain the purpose of homing.Ch. 8.4 - What is the process called when a new program is...Ch. 8.4 - When setting up a machine to run a program that...Ch. 8.4 - What does MCS stand for?Ch. 8.4 - What is used to adjust the clamping pressure of...Ch. 8.4 - What does MCS stand for?Ch. 8.4 - What does WCS stand for?Ch. 8.4 - A workpiece offset is the distance from __________...Ch. 8.5 - Explain the difference between a machining center...Ch. 8.5 - Name the two major types of ATCs and briefly...Ch. 8.5 - What are the two basic types of tapping...Ch. 8.5 - What are the three most common styles of collets...Ch. 8.5 - What are the two basic types of tapping...Ch. 8.5 - Prob. 6RQCh. 8.5 - A programmable indexing fixture creates a fourth...Ch. 8.5 - A _______ ________ uses interchangeable tooling...Ch. 8.5 - Briefly describe a tombstone used for CNC...Ch. 8.5 - A custom ______ can be designed and built to hold...Ch. 8.5 - The combination of the machining operations...Ch. 8.6 - What are the three major axes used during CNC mill...Ch. 8.6 - What command would be given to turn on the spindle...Ch. 8.6 - What G-code designates IPM feed rate mode? IPR...Ch. 8.6 - What is the purpose of a clearance plane in CNC...Ch. 8.6 - What is the purpose of work coordinate systems?Ch. 8.6 - Briefly define linear interpolation.Ch. 8.6 - If during the last operation on a part, a G1 code...Ch. 8.6 - Briefly describe the use of I and J for the arc...Ch. 8.6 - Write two blocks of code that could be used to...Ch. 8.6 - Briefly explain the difference between rigid and...Ch. 8.6 - Define the initial plane for a canned drilling or...Ch. 8.6 - A G98 in a canned cycle sets the return point to...Ch. 8.6 - A _____ code is used to cancel a canned cycle.Ch. 8.6 - What two codes are used to activate automatic...Ch. 8.6 - What two codes are used to activate automatic...Ch. 8.6 - What code is used to cancel automatic cutter...Ch. 8.7 - Which must be set first, a work offset or a tool...Ch. 8.7 - What mode is used to manually enter programs into...Ch. 8.7 - What is the process called when a program is sent...Ch. 8.7 - Explain what may occur that makes it necessary to...Ch. 8.7 - Explain the purpose of homing.Ch. 8.7 - What is the process called when a new program is...Ch. 8.7 - What are two actions that can be taken during the...Ch. 8.7 - When automatic cutter radius compensation is used...Ch. 8.7 - Which machine mode allows short, temporary program...Ch. 8.7 - Which machine mode is used to run the machine...Ch. 8.7 - What are the two controls on the machine's control...Ch. 8.7 - What control panel feature can be used to slow a...Ch. 8.8 - Prob. 1RQCh. 8.8 - Prob. 2RQCh. 8.8 - What are the three primary steps in creating a CNC...Ch. 8.8 - Prob. 4RQCh. 8.8 - What is the definition of entity?Ch. 8.8 - Why should a toolpath be verified on the screen of...Ch. 8.8 - What is a post-processor used for?Ch. 8.8 - What is it called when mutiple touching entities...Ch. 8.8 - What type of cutting tool is usually used for...
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, mechanical-engineering and related others by exploring similar questions and additional content below.Similar questions
- USE MATLAB ONLY provide typed code solve for velocity triangle and dont provide copied answer Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, (leaving a stator in axial flow) R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3 Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram Use this code for plot % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3) S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)]; S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)]; U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)]; S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)]; U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)]; plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),...…arrow_forwardUSE MATLAB ONLY provide typed code solve for velocity triangle and dont provide copied answer Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3 Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram Use this code for plot % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3) S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)]; S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)]; U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)]; S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)]; U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)]; plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),... axis([-1 6 -4 4]), ...…arrow_forwardThe answer should equal to 1157. Please sent me the solution. Thank you!arrow_forward
- BONUS: If the volume of the 8cm x 6.5cm x 6cm Block of Aluminum was 312cm3 before machining, find how much material was removed when the fixture below was machined. +2 2.00 cm 6.00 cm 2.50 cm 6.50 cm 1.00 cm 2.50 cm 11.00 cm 8.00 cm 30 CP 9411 FL.4) (m² 1157 Area of triangle = 1/2*B*H Area of circle = лR² Circumference of a circle = 2πR 6.00 cm 6.50 cm 1.50 cm Radius 1.50 cm 1.00 cmarrow_forwardConsider a 5m by 5m wet concret patio with an average water film thickness of .2mm. Now wind at 50 km/h is blowing over the surface. If the air is at 1 atm, 15oC and 35 percent relative humidity, determine how long it will take for the patio to completely dry.arrow_forward70. Compute the number of cubic centimeters of iron required for the cast-iron plate shown. The plate is 3.50 centimeters thick. Round the answer to the nearest cubic centimeter. 50.0 cm 40.0 cm Radius 150° 115.0 cm- 81.0 cmarrow_forward
- Law of Sines Solve the following problems using the Law of Sin 7. Find side x. All dimensions are in inches. -°-67°-37° 81° x Sin A 8.820 X 67°00' 32°00' a sin A b C sin B sin Carrow_forward35. a. Determine B. b. Determine side b. c. Determine side c. 5.330 in.- ZB 73°30'arrow_forwardConsider a 12 cm internal diameter, 14 m long circular duct whose interior surface is wet. The duct is to be dried by forcing dry air at 1 atm and 15 degrees C throught it at an average velocity of 3m/s. The duct passes through a chilled roo, and it remains at an average temp of 15 degrees C at all time. Determine the mass transfer coeeficient in the duct.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Precision Machining Technology (MindTap Course Li...Mechanical EngineeringISBN:9781285444543Author:Peter J. Hoffman, Eric S. Hopewell, Brian JanesPublisher:Cengage LearningWelding: Principles and Applications (MindTap Cou...Mechanical EngineeringISBN:9781305494695Author:Larry JeffusPublisher:Cengage LearningAutomotive Technology: A Systems Approach (MindTa...Mechanical EngineeringISBN:9781133612315Author:Jack Erjavec, Rob ThompsonPublisher:Cengage Learning

Precision Machining Technology (MindTap Course Li...
Mechanical Engineering
ISBN:9781285444543
Author:Peter J. Hoffman, Eric S. Hopewell, Brian Janes
Publisher:Cengage Learning

Welding: Principles and Applications (MindTap Cou...
Mechanical Engineering
ISBN:9781305494695
Author:Larry Jeffus
Publisher:Cengage Learning

Automotive Technology: A Systems Approach (MindTa...
Mechanical Engineering
ISBN:9781133612315
Author:Jack Erjavec, Rob Thompson
Publisher:Cengage Learning
The Robot Revolution: The New Age of Manufacturing | Moving Upstream; Author: Wall Street Journal;https://www.youtube.com/watch?v=HX6M4QunVmA;License: Standard Youtube License