End Plate (" Connection specifications " and more)

Also see :

user defined | auto standard | beam | system


Design restrictions for end plates :

  • Connection design can design a non-moment end plate for the end of a W or S or welded plate W or C or tube beam under beam-to-beam or beam-to-column or beam splice framing conditions. A non-moment end plate may frame to a wide flange or S shape or welded plate wide flange or HSS rectangular column or beam, but not to an HSS round member. Connection design can also create a non-moment end plate on a beam to a W beam flange .
  • Moment end plates can be designed on a beam whose " Section size " is a flanged shape similar to wide flange.. For moment end plate splices , the beams must be colinear, have the same " Section size ," and have top flanges that are at the same elevation. End plates are detailed with (shop welded to) the beam they are applied on. " Moment " options only apply to non-skewed end plate connections. Moment end plates can be designed on sloping beams and to sloping columns.
  • For connection design to create an end plate beam splice (non moment), the beams must be colinear W or S or welded plate wide flange sections with top flanges that are no more than one inch apart in end elevation.
  • Non-moment end plates may be applied under skewed framing conditions. 45 degrees is the general limit, but the actual limit depends on the beam size and framing situation.
  • Connection design creates end plates based on setup information , the " Shear load " on the supported beam, and end plate " Connection specifications ." Connection design checks the Home > Project Settings > Fabricator > Standard Fabricator Connections > Preferrred Flat Bar Sizes list of available bar stock material. If appropriate flat bar material is found on that list, connection design uses the flat bar and takes into account the rolled edge when setting the horizontal edge distance. If no appropriate flat bar material is found, connection design uses plate material.

user defined | auto standard | beam | system | top


Advanced selection :

Expressions that can be used for Advanced Selection to select beams in your current view that have end plates:

# Selects beams with left-end end plates.
m.Type == Beam
and m.Ends[0].Designed.TypeDescription == EndPlate


# Selects beams with left-end auto standard end plates.
m.Type == Beam
and m.Ends[0].Input.TypeDescription == AutoStandard
and m.Ends[0].Designed.TypeDescription == EndPlate


# Selects beams with left- or right-end end plates.
m.Type == Beam
and m.Ends[0].Designed.TypeDescription == EndPlate
or m.Ends[1].Designed.TypeDescription == EndPlate
# gets same selection as next script


# Selects beams with left- or right-end end plates.
m.Type == Beam
and any(m.Ends).Designed.TypeDescription == EndPlate
# gets same selection as previous script


# Selects beams with end plates on both ends.
m.Type == Beam
and all(m.Ends).Designed.TypeDescription == EndPlate


# Selects beams with end plates changed: wide to narrow gage.
m.Type == Beam
and any(m.Ends).Designed.TypeDescription == EndPlate
and any(m.Ends).Input.IsWideGage == True
and any(m.Ends).Designed.IsWideGage == False

user defined | auto standard | beam | system | top


------" Connection specifications " for ' End plate ' connections ------

A beam's " Connection specifications " change with the selected connection type. To get this set of conn specs to show up on the Beam Edit window, select ' End plate ' as the " Input connection type ." For auto standard or user defined connections, conn specs are not on the Beam Edit window, but can be found at Home > Project Settings > Job > Auto Standard Connections or User Defined Connections .

Gage: Wide or Narrow .

An end plate's gage is the center-to-center distance between its hole columns. ' Narrow ' and ' Wide ' gages are defined in setup files that are stored in your current Job.

' Wide ' specifies that connection design to create a wide gage end plate per the center-to-center distance entered in setup ( Home > Project Settings > Fabricator > Standard Fabricator Connections > End Plate Settings > " Center to center holes, wide gage ").

' Narrow ' instructs connection design to create a narrow gage end plate per the center-to-center distance entered in setup ( Home > Project Settings > Fabricator > Standard Fabricator Connections > End Plate Settings > " Center to center holes, narrow gage ").

Advanced Selection: m.Ends[0].Designed.IsWideGage (also click here )
Parametric module: m.Ends[0].Designed.IsWideGage

Safety connection: Automatic or Non-safety or Safety-offset or Safety-notch . This " Connection specifications " option applies when two beams with end plates frame to opposite sides of a supporting column web (or a beam web). In such a framing situation, the end plates on the two beams will share bolts.

' Non-safety '
' Safety-offset '
' Safety-notch '
The wide flange column in these illustrations is in stick form ( red ) so that its flange does not cover the end plates that frame to its web. The right beam's end plate is outlined in blue .

' Automatic ' specifies that connection design apply the choice made to Home > Project Settings > Fabricator > Standard Fabricator Connections > End Plate Settings > " End plate safety connection ."

' Non-safety ' specifies that the two end plates be designed to share all bolts.

' Safety-offset ' instructs connection design to vertically offset the end plates with respect to one another so that one row of bolts is shared with the beam and column but not shared by the end plate of the opposing beam.

' Safety-notch ' instructs connection design to create deeper end plates to accommodate an extra row of bolts and to perform a " Cope " on each plate so that each bolt in the top row of bolts is shared by the column and a different beam. The cut to the plate is on the far side of the beam with a left end end plate. The cut is on the near side of the other beam, which will have the end plate on its right end.

Advanced Selection: m.Ends[0].Designed.SafetyOffsetConnection
Advanced Selection: m.Ends[0].Designed.SafetyNotchConnection (also click here )
Parametric module: m.Ends[0].Designed.SafetyOffsetConnection
Parametric module: m.Ends[0].Designed.SafetyNotchConnection

Use expanded vertical bolt spacing: Automatic or Yes or No . This " Connection specifications " option applies to end plates on beams whose " Moment type " is set to ' Non-moment ' in this beam end's " Moment " leaf. The option is also available for non-monent end plates that are specified at Home > Project Settings > Job > User Defined Connections or Auto Standard Connections .

' Yes '
' No '

' Automatic ' specifies that connection design apply the choice made to Home > Project Settings > Fabricator > Standard Fabricator Connections > End Plate Settings > " Use expanded vertical bolt spacing ."

' Yes ' instructs connection design to expand the vertical spacing of bolts to 1.5 times or 2 times the Home > Project Settings > Fabricator > Detailing > Connection Erectability Settings > " Bolt spacing " that is set per bolt diameter. A spacing other than 1.5 or 2 times the standard bolt spacing may be used in order to accommodate piecemarking issues, loading conditions and unusual geometries.

' No ' instructs connection design to use the Home > Project Settings > Fabricator > Detailing > Connection Erectability Settings > " Bolt spacing " that is set per bolt diameter.

A possible application: When an axial load (" Tension " or " Compression ") has been entered on the end of a beam with an end plate connection, expanded vertical bolt spacing can promote uniform loading across the connection bolts.

Another application: Expanded vertical hole spacing can also help to reduce fabrication costs by minimizing the number of rows of bolts in end plates.

Advanced Selection: m.Ends[0].Designed.UseExpandedVerticalBoltSpacing
Parametric module: m.Ends[0].Designed.UseExpandedVerticalBoltSpacing

Extend PL to beam flanges: or . This " Connection specifications " option can apply to a ' Non-moment ' end plate on a wide flange or HSS rectangular/tube beam when an axial load (" Tension " or " Compression ") has been entered on this end of the beam. The option is also available for non-monent end plates that are specified at Home > Project Settings > Job > User Defined Connections . It does not apply to auto standard connections.

     Extend PL to flanges
     Extend PL to flanges

If this box is checked ( ), connection design attempts to create an end plate that welds to the flanges (as well as the web) of the beam. The end plate is extended the " Extension dimension " distance above/below the top/bottom flanges of the beam.

If the box is not checked ( ), connection design is instructed to create the end plate so that its upper and lower edges are inside the top and bottom flanges of the beam.

Advanced Selection: m.Ends[0].Designed.ExtendEndPlateToBeamFlange (also click here )
Parametric module: m.Ends[0].Designed.ExtendEndPlateToBeamFlange
Also see: Click here for examples of this connection on wide flange and tube beams.

Extension dimension: The distance (in the primary dimension " Units " or other units ) that connection design is instructed to extend the end plate above/below the top/bottom flanges of the beam. For this to apply, the box for " Extend PL to beam flanges " must be checked ( ) here in " Connection specifications ." This option does not apply to auto standard connections.

x = extension dimension

Use Web Extension Plate: If required or Never. This " Connection specifications " option can apply to an end plate on a beam framing to a column. Regardless of the choice made here, " Web Extension Plate " connection design locks are available. These locks have null values (distances of ' 0 ') if a web extension plate is not required and when ' Never ' is specified.

' If required ' specifies that connection design be permitted to create a connection using an end plate that is longer than the depth of the beam if the shear reaction on this end of the beam is sufficiently high. A web extension plate is attached to the beam and end plate.

' Never ' instructs connection design to fail the connection when the shear reaction is too high.

Combine beam/vbr end plates: Automatic or Yes or No . For an angle , W tee or channel vertical brace framing to a beam and column, connection design creates an end plate for the gusset-to-column interface if the beam connects to the column with an end plate. This " Connection specifications " option sets whether or not the end plates can be combined into a single end plate.

' Yes '
' No '

' Automatic ' specifies that connection design apply the choice made to Home > Project Settings > Fabricator > Standard Fabricator Connections > End Plate Settings > " Combine beam and vertical brace end plates ."

' Yes ' instructs connection design to create a single end plate to connect both the beam and the vertical brace gusset plate to the column.

' No ' instructs connection design to create two separate end plates, one to connect the beam to the column, the other to connect the vertical brace gusset plate to the column.

Note: Connection design does not support connections on vertical braces connecting to a beam and column when the beam " Section size " is a channel.

Welded extended tee: or . This " Connection specifications " option can apply to a beam with an end plate connection framing perpendicular or sloping or skewed to a supporting beam. " Moment type " must be set to ' Non-moment ' in the beam's " Moment " leaf. The option is also available for non-monent end plates that are specified at Home > Project Settings > Job > User Defined Connections or Auto Standard Connections .

  Welded tee     
  Welded tee     

If this box is checked ( ), connection design is instructed to generate a built-up tee (two plates welded together) for the end plate to bolt to. For some framing situations, the check box for " Full depth extended tee " controls whether the tee is designed to the depth of the connection or to the full depth of the supporting beam.

If the box is not checked ( ), the end plate bolts directly to the supporting beam's web.

Advanced Selection: m.Ends[0].Designed.IsWeldedExtendedTee (also click here )
Parametric module: m.Ends[0].Designed.IsWeldedExtendedTee

Full depth extended tee: or . This option applies when -- here in " Connection specifications " -- the box is checked for " Welded extended tee ."

  Full depth tee
  Full depth tee

If this box is checked ( ), connection design is instructed to a built-up tee that is the full depth of the supporting beam.

If the box is not checked ( ), the built-up tee is designed to the depth of the end plate if the top & bottom flanges of the supported beam (this beam) are entirely below or entirely above the half-depth of the supporting beam. If the depth of the supported beam is greater than half the depth of the supporting beam, the built-up tee is designed to the full depth of the supporting beam.

Advanced Selection: m.Ends[0].Designed.IsFullDepthExtendedTee (also click here )
Parametric module: m.Ends[0].Designed.IsFullDepthExtendedTee

Check supporting member for axial load: If required or For supporting column or For supporting beam or Never . The " Supporting member web stress (T) " will be reported as a " Left/Right end limit state " when a " Tension " load has been applied to the supported beam's end plate connection end. This option affects whether or not that limit state is incorporated as a check within connection design that can potentially cause the end plate connection to fail.

Connection design calculation 174 (from cover sheet )
(174) Col. web local bending stress (axially loaded end pl or clip L):
(Tw, Depth & K_dist are column dimensions)
Moment at point of loads and ends, Table 3-23, case 16
c = Distance between the top & bot bolts
l = c + 12 * Tw; effective web length
For a 1 inch wide strip of web, with fixed ends:
Zx = SQR[Tw] / 4
L = Depth - 2*K_dist, a = .5(L - Gage)
Mp from section F2, Flexure
(LRFD) P = PHI*Mp * /Zx * L / a(L-a)
(ASD) P = Mp/OMEGA * /Zx * L / a(L-a)
Axial load = 2 * P * l
Design calculation 174 applies when a beam with an end plate and a " Tension " load frames to a column web. Load calc 174 checks supporting column web stress.

Connection design calculation 176 (from cover sheet )
(176) Supporting bm web local stress (axially loaded end pl or clip L):
a = bottom conn hole to toe of fillet
b = dist between top & bot conn holes
c = top conn hole to toe of filler
L = a + b + c
l = conn gage + 12 * tw, effective web width
M = moment on a 1 in. wide strip of web, length L
fixed ends, with a uniform load located over b
w = load, kips per inch, on length b
Zx = l * Tw^2 / 6
Mp = Fy*Zx Section F2, flexure
(LRFD) w = largest load to satisfy M/Zx <= PHI*Mn
(ASD) w = largest load to satisfy M/Zx <= Mn/OMEGA
Axial load = w * l * b
Design calculation 176 applies when a beam with an end plate and a " Tension " load frames to a beam web. Load calc 176 checks supporting beam web stress.

' If required ' results in design calculations 174 and 176 being potential causes of connection failure when applicable. Design calculation 174 is applicable when the end plate on this end of the supported beam (this beam) has a " Tension " load applied to it and that end plate attaches to a supporting column's web. Calculation 176 is applicable when the end plate on this end of the beam has a " Tension " load applied to it and the end plate attaches to the supporting beam's web.

' For supporting column ' results in calculation 174 being a potential cause of connection failure in the design of the end plate on this end of the supported beam (this beam) when that end has a " Tension " load applied to it and the end plate bolts to the supporting column's web. Calculation 176 will not result in connection failure of an end plate to a beam web, though the calculation will still be done, and a for-information-only note reporting the results of the calculation will be provided, when applicable, in both design calculations reports.

' For supporting beam ' results in calculation 176 being a potential cause of connection failure in the design of the end plate on this end of the supported beam (this beam) when that end has a " Tension " load applied to it and the end plate bolts to the supporting beam's web. Calculation 174 will not result in connection failure of an end plate to a column web, though the calculation will still be done, and a for-information-only note reporting the results of the calculation will be provided, when applicable, in both design calculations reports.

' Never ' results in calculations 174 and 176 still being performed, if applicable, but not ever causing the connection to fail. In the Connection Design Calculations or Expanded Connection Design Calculations , the results of the check will be reported with a parenthetical, for-information-only note such as " (For info. only, tension force that produces local support web stress of .9Fy (176) 5.5 kips ) ."

End connection failure message: Supporting web/flg overstressed by axial load .

End plate grade: Auto or user-entered . This " Connection specifications " option applies to both non-moment and moment end plates.

' Auto (checked) ' specifies that connection design enter a setup choice ( Home > Project Settings > Fabricator > Standard Fabricator Connections > Plates > the " End Plates " section > " Plate material grade ").

' Auto (not checked) ' lets you select a steel grade on the list box ( ). Choices shown in that list box come from Home > Project Settings > Job > Plate Grades .

End connection failure message (moment end plates): End PL material must be 50 ksi (345 MPa) or less .

user defined | auto standard | beam | system | top


Connection design locks for end plates :

Connection design locks for end plate connections may appear, under a leaf with one of the below-listed names, on the Beam Edit window, or on a Connection Component window. For one special situation, noted below, you can find such locks on the Vertical Brace Edit window. The locks can also appear on the User Defined Connections window.

Connection Design Locks
(" Input connection type " = ' End plate ')
  Leaf Name Situation  
End Plate
(non-moment)
This leaf appears when " Moment type " is set to ' Non-moment '. 
Welded Tee Connection design can create a built-up tee for beam-to-beam framing situations instead of bolting the end plate to the supporting beam's web.
Safety Seat May be applied for non-moment end plates in beam-to-column framing situations. Under " Connection type ," the option to " Use a safety erection seat " must be checked.
  Moment End Plate This leaf appears for 4-bolt or 8-bolt moment end plates. 
Moment Stiffeners
This leaf is for 8-bolt moment end plates
Column Web Doublers & Column Flange Stiffeners   These leaves become available when the boxes for " Design for stiffeners " and " Design for doublers " are checked under " Moment " options.
End Plate
(vertical brace)
For field bolting a vertical brace gusset plate to a column for a vertical brace to beam & column when the beam has an end plate.

user defined | auto standard | beam | system | top