Example: dental hygienist

Design/Evaluation of Overhead Lifting Lugs - PDHonline.com

PDHonline Course S106 (2 PDH). Design/Evaluation of Overhead Lifting lugs Instructor: Clement Rajendra, PE. 2012. PDH Online | PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658. Phone & Fax: 703-988-0088. An Approved Continuing Education Provider design /Evalution of Overhead Lifting lugs Page 1. DISCLAIMER: The materials contained in this MathCad file are not intended as a representation or warranty on the part of or any other person named herein. The materials are for general information only. They are not a substitute for competent professional advice. Application of this information to a specific project should be reviewed by registered professional engineer. Anyone making use of the information set forth herein does so at their own risk and assumes any and all resulting liability arising therefrom. Design/Evaluation of Overhead Lifting lugs by Clement Rajendra, PE. Project Engineer, CP&L, Southport, NC 28461. e-mail: Introduction There is very little published information available on the subject of the design /analysis of Lifting lugs .

Design/Evalution of Overhead Lifting Lugs Page 2 Pw2 = 16.875kip Pw2 0.9⋅Fy⋅t⋅dpin 1.8:= dpin := d 0.50− ⋅in This failure mode involves bearing failure at the pin/lifting lug interface. Often the pin

Tags:

  Design, Evaluation, Lifting, Overhead, Lugs, Design evaluation of overhead lifting lugs

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Design/Evaluation of Overhead Lifting Lugs - PDHonline.com

1 PDHonline Course S106 (2 PDH). Design/Evaluation of Overhead Lifting lugs Instructor: Clement Rajendra, PE. 2012. PDH Online | PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658. Phone & Fax: 703-988-0088. An Approved Continuing Education Provider design /Evalution of Overhead Lifting lugs Page 1. DISCLAIMER: The materials contained in this MathCad file are not intended as a representation or warranty on the part of or any other person named herein. The materials are for general information only. They are not a substitute for competent professional advice. Application of this information to a specific project should be reviewed by registered professional engineer. Anyone making use of the information set forth herein does so at their own risk and assumes any and all resulting liability arising therefrom. Design/Evaluation of Overhead Lifting lugs by Clement Rajendra, PE. Project Engineer, CP&L, Southport, NC 28461. e-mail: Introduction There is very little published information available on the subject of the design /analysis of Lifting lugs .

2 Therefore, design engineers are left without adequate technical guidance on this subject. The following provides a systematic method. Example of an Overhead Lifting Lug kip 1000 lb Embed t := in thickness, t plate Dia. d lb ksi 1000 . in in d := in 2 . a := in 1/2 e := in e Fu := 58 ksi a . Fy := 36 ksi Geometric Guidelines: There are some geometric guidelines to be considered as recommended in Reference 1. They will be called Rule 1 and Rule 2. Rule 1: The dimension "a" must be greater than or equal to half the hole diameter, d. a > 1/2 * d For this example, a = " and since it is greater than 1/2*d which is ". Rule 1 is satisfied. Rule_1 := if ( a d , "OK" , "NG" ) Rule_1 = "OK". design /Evalution of Overhead Lifting lugs Page 2. Rule 2: The dimension "e" must be greater than or equal to times the hole diameter, d. Thus, e > * d For this example, e = " and since it is greater than *d which is ". Rule 2 is satisfied. Rule_2 := if ( e d , "OK" , "NG" ) Rule_2 = "OK".

3 evaluation based on Failure Modes: Failure Mode 1: This failure mode involves tension failure on both sides of the hole. Therefore, the ultimate tensile load is given by: Pu := 2 a t Fu Pu = kip A factor of safety of 5 is common for Lifting components. Therefore, using a factor of safety of 5, the working load is: Pu Pw1 := Pw1 = kip 5. Failure Mode 2: This failure mode involves bearing failure at the pin/ Lifting lug interface. Often the pin diameter is much less than the hole diameter. Let us assume a pin diameter 1/2" less than the hole diameter. Using a bearing stress of Fy , and a "factor" of , we have (See Note 1): dpin := d in Fy t dpin Pw2 :=. Pw2 = kip design /Evalution of Overhead Lifting lugs Page 3. Failure Mode 3: This failure mode involves shear failure as the pin tries to push out a block of steel through the edge of the lug plate. The shear area is twice the cross-sectional area beyond the hole for the pin. Thus: 2 Fy e t Pw3 :=. Pw3 = kip Failure Mode 4: This failure mode involves tensile failure as the pin tries to push out a block of steel through the edge of the lug plate.

4 Assuming a block of steel in length, allowable load is given by: 2 t Fy e . d Pw4 :=. Pw4 = kip Failure Mode 5: This failure mode involves the out-of-plane buckling failure of the lug. Per Ref. 1, this failure is prevented by ensuring a minimum thickness of lug of inches and times the hole diameter d. In this example, since x = " and the thickness of the lug is ", this failure mode does not control. Rule_3 := if ( t d , "OK" , "NG" ) Rule_3 = "OK". Rule_4 := if ( t in , "OK" , "NG" ) Rule_4 = "OK". design /Evalution of Overhead Lifting lugs Page 4. AISC Code Checks per Section : The above section of AISC Code has three separate geometry checks that can be applied to the Lifting lug. If these requirements are not met, a smaller value for "a". should be used for the calculation of tensile capacity, aeff. Requirement 1: This requirement states that the minimum net area beyond the pin hole, parallel to the axis of the member (A1), shall not be less than 2/3 of the net area across the pin hole(A2).

5 A1 := t e A2 := 2 a t 2. A1 = in 2. A2 = in Since 2/3 of A2 is in2 which is more than A1, this requirement is not satisfied. Therefore, the tensile capacity of the lug must be based on a reduced "a" dimension which will satisfy this requirement. Requirement 2: This requirement states that the distance transverse to the axis of a pin-connected plate from the edge of the pin hole to the edge of the member, dimension a, shall not exceed 4 times the thickness at the pin hole. Since 4 times thickness is 4 x " = 5" and is greater than ". This requirement is satisfied. Requirement 3: This requirement states that the diameter of the pin hole shall not be less than times distance from the edge of pin hole to the edge of plate, dimension a. Since times "a" is x = " and is greater than the diameter of hole of ". This requirement is not satisfied. Therefore, the tensile capacity of the lug must be based on a reduced "a" dimension which will satisfy this requirement.

6 Combining these three requirements into a single "formula" we have: e d . AISCmin := a 4 t . 2 . aeff := min( AISCmin). Therefore, load capacity based on AISC is given by: 2 aeff Fy t Pw5 :=. Pw5 = kip design /Evalution of Overhead Lifting lugs Page 5. Weld between Lug and Base Plate: This is typically the weak link in an Overhead lifitng lug, due to off-set loading. In general, the lug is rarely directly over the item to be rigged. Conservatively, let us assume that the off-set is a maximum of 45 degrees in the plane of the lug and 20 degrees normal to the plane of the lug. The additional loads due to off-set can be determined by statics to be as follows: W tan . deg W tan . deg W. W. Therefore, the maximum load W that can be applied can be calculated as follows: W := 1 kip This is an initial guess for Mathcad tw := in Length of welds along lug thickness l := 2 in Lever arm w := in Length of weld along lug width for 1/2 in. fillet weld and 21 ksi := 45.

7 7423 lb allowable shear stress on fmax := . in effective throat := 20. W W tan ( deg) l W tan ( deg) l f1 ( W) := + + Based on Ref. 3. ( w + tw) 2 tw . 2 . w . 2. w t +. w tw + w 3 . 3 . design /Evalution of Overhead Lifting lugs Page 6. W tan ( deg). f2 ( W) :=. 2 ( w + tw). W tan ( deg). f3 ( W) :=. 2 ( w + tw). 2 . Pw6 := root f1 ( W) + f2 ( W) + f3 ( W) fmax , W . 2 2. Pw6 = kip Lug Base Material: The analysis is similar to the weld above except that there is no interaction between tension and shear. The capacity is based on the maximum tensile stress at the base of the lug: W := 1 kip Fy fmax :=. lw := 2 a + d Lug width W W tan ( deg) l W tan ( deg) l f1 ( W) := + +. lw t t2 l 2 . w . l t . 6 . w 6 . Pw7 := root ( f1 ( W) ) fmax , W . Pw7 = kip design /Evalution of Overhead Lifting lugs Page 7. Conclusion: Capacity := ( Pw1 Pw2 Pw3 Pw4 Pw5 Pw6 Pw7 ). Capallow := min( Capacity). Capallow = kip Note variation in capacities for each attribute Pw1 = kip Pw4 = kip Pw2 = kip Pw5 = kip Pw3 = kip Pw6 = kip Pw7 = kip If additional capacity is desired, the angles and can be restricted as needed to increase the capacity of the lug.

8 In the above example, if these angles are made equal to zero, the maximum capacity will increase to kips. References: 1. David T. Ricker, " design and Construction of Lifting Beams", Engineering Journal, 4th Quarter, 1991. 2. AISC Manual of Steel Construction (ASD), Ninth Edition, 1989. 3. Omer Blodgett, " design of Welded Structures", 1966. Notes: 1. As discussed in Reference 1, using a "factor" of on AISC allowables results in a factor of safety of 5 for A36 steel. This is in line with ASME which requires a design factor of 3 on yield strength and ANSI which requires a design factor of 3 on yield strength and 5 on ultimate strength. This is also in line with the load ratings for other components of the Lifting assembly such as slings, shackles, etc.


Related search queries