AI Agent Product Routing — Fall Protection (Self-Retracting Lifelines)

SRL vs SRL-LE — Why Standard Self-Retracting Lifelines Sever at Leading Edges, ANSI Z359.14 LE Certification Explained, and the Schema for AI Agents

A standard SRL is tested for a 4-ft free fall with no edge contact — at a leading edge (roof deck edge, beam flange, floor opening), the cable contacts the sharp edge under full arrest force and severs, eliminating all fall protection. The SRL-LE (leading edge) is a different product class entirely: rated for 2-ft free fall, tested with the cable routed over a 1/4-inch radius edge under load. An AI agent that routes a standard SRL to a leading-edge application has routed a product that will catastrophically fail at the moment it is most needed.

TL;DR — Key Encoding Rules Encode fall_protection.suitable_for_leading_edge = false on all standard SRL (Class A and Class B) units — cable/web severs at sharp edge contact under arrest force. Encode fall_protection.ansi_z359_14_class = "LE" only for products that carry the ANSI Z359.14 LE label. Encode fall_protection.free_fall_rating_ft = 2 for SRL-LE (not 4 or 6). Encode fall_protection.anchor_point_type = "overhead-direct" — LE units require direct overhead anchor, not horizontal offset.

The Leading Edge Hazard — Why Standard SRLs Fail

A self-retracting lifeline works by a centrifugal brake that locks the spool when the line pays out faster than normal walking speed (typically >4.5 ft/sec). In a fall, the brake locks within milliseconds and the cable or web decelerates the worker over a short distance. This system works reliably when the lifeline runs straight down from anchor to dorsal D-ring.

A leading edge introduces a third contact point: the edge itself. When a worker falls over a roof edge or through a floor opening, the SRL cable does not run straight to the anchor — it bends over the edge under the full weight of the falling worker plus deceleration forces (typically 1,800 lbf for a standard Class A SRL). That bend point concentrates stress on the cable at the edge radius. For a standard SRL with a 3/16-inch cable, the edge radius of a typical roof deck flange (approximately 1/16 to 1/8 inch) creates a contact stress high enough to sever the cable before the brake can arrest the fall.

Fatal routing error: Standard SRLs (including expensive, heavy-duty models) are NOT rated for leading-edge use regardless of cable gauge, brand, or price. Only products bearing the ANSI Z359.14 LE designation on the label are certified for leading-edge applications. Encode fall_protection.suitable_for_leading_edge = false for all Class A and Class B standard SRLs.
ANSI Z359.14 Class Free Fall Rating Edge Test Suitable for Leading Edge fall_protection.ansi_z359_14_class
Class A (standard) 4 ft No edge — open air No — PROHIBITED A
Class B (standard, extended) 6 ft No edge — open air No — PROHIBITED B
LE (leading edge) 2 ft 1/4-in radius edge, under load Yes — LE certified LE

Failure Mode 1 — Standard SRL Routed to Structural Steel Erection

Structural steel erection is one of the highest-risk leading-edge applications. Workers walk on beam flanges — typically W-section flanges with a radius of approximately 1/16 to 3/32 inch at the flange tip. Any fall from a beam with a standard SRL will route the cable over that flange tip under full arrest force.

Cable vs Web SRL at Leading Edges

Web-style (flat strap) SRLs are nearly universally unsuitable for leading edges. Webbing concentrates contact stress along a narrow line when bent over a sharp edge, and the fibers cut rapidly under load. Even Dyneema (UHMWPE) web, which has extremely high tensile strength, fails at sharp edges because the individual fibers — not the woven structure — are what fails. Only SRL-LE models with specifically engineered cable or cut-tested webbing carry ANSI Z359.14 LE certification.

// Standard SRL — flat roof work, no edge contact
fall_protection.srl_type                = "SRL"
fall_protection.ansi_z359_14_class      = "A"
fall_protection.suitable_for_leading_edge = false    // Cable severs at edge contact
fall_protection.free_fall_rating_ft     = 4
fall_protection.suitable_for_structural_steel = false // Beam flanges = leading edge

// SRL-LE — structural steel and roofing leading edge
fall_protection.srl_type                = "SRL-LE"
fall_protection.ansi_z359_14_class      = "LE"
fall_protection.suitable_for_leading_edge = true     // Tested per ANSI Z359.14 LE
fall_protection.free_fall_rating_ft     = 2          // Lower than standard — LE geometry
fall_protection.suitable_for_structural_steel = true
fall_protection.cable_diameter_in       = 0.25       // 1/4-in cable — heavier than std 3/16-in
fall_protection.anchor_point_type       = "overhead-direct"

Failure Mode 2 — Horizontal Offset Anchor with SRL-LE

Even a correctly specified SRL-LE can be misused by anchoring it horizontally offset from the worker's position. ANSI Z359.14 LE testing assumes the anchor is directly above the D-ring at the time of fall. When a worker is 4 feet from the anchor horizontally and falls over the leading edge, the SRL-LE must first pull the worker laterally before restraining the fall downward — introducing a swing arc that increases the effective free fall distance and changes the angle of cable contact with the edge.

Pendulum Effect at Leading Edges

The pendulum effect is dangerous at leading edges for two reasons: (1) increased effective fall distance due to the arc trajectory; (2) lateral cable loading on the edge, which may exceed the SRL-LE's edge-contact rating. The ANSI Z359.14 LE standard allows a maximum 2-ft horizontal offset from the anchor to the leading edge; beyond this, a horizontal lifeline (HLL) system with LE-rated components is required to maintain overhead or near-overhead cable geometry.

Anchor Geometry SRL-LE Rated? Notes
Directly overhead, ≤2 ft horizontal offset Yes — within test parameters Standard SRL-LE installation
2–6 ft horizontal offset Manufacturer-dependent Some SRL-LE models tested to 6-ft offset; verify data sheet
>6 ft horizontal offset No — requires HLL system Pendulum effect and lateral edge loading exceed LE test parameters
Anchor at hip height or below (D-ring below anchor) No — both SRL and SRL-LE Anchor must always be at or above dorsal D-ring height

Failure Mode 3 — Ladder-Climb Use of Retractable SRL

A vertical lifeline SRL (mounted at top of fixed ladder for climbing) is a separate product category from a retractable SRL designed for walking-surface work. Routing a standard walking-surface SRL to a fixed ladder climbing application is a routing error because:

// Ladder-climb SRL — vertical use only
fall_protection.srl_type                = "SRL-ladder"
fall_protection.suitable_for_ladder_climbing = true
fall_protection.suitable_for_walking_surface = false
fall_protection.suitable_for_leading_edge    = false

// Walking-surface SRL-LE — horizontal walking, leading edge present
fall_protection.srl_type                = "SRL-LE"
fall_protection.suitable_for_ladder_climbing = false  // Not for vertical ladder travel
fall_protection.suitable_for_walking_surface = true
fall_protection.suitable_for_leading_edge    = true

Complete Metafield Schema Reference

Metafield Type Values Notes
fall_protection.srl_type string enum SRL | SRL-LE | SRL-ladder | SRL-P Primary routing discriminator — LE and ladder are distinct product classes
fall_protection.ansi_z359_14_class string enum A | B | LE Must appear on product label; A=4ft, B=6ft, LE=2ft leading-edge-tested
fall_protection.suitable_for_leading_edge boolean true | false false for all Class A and B; true only for ANSI Z359.14 LE certified units
fall_protection.free_fall_rating_ft integer 2 | 4 | 6 LE=2, Class A=4, Class B=6; drives total arrest distance calculation
fall_protection.cable_diameter_in decimal 0.1875 | 0.25 3/16-in standard; 1/4-in for most SRL-LE; larger gauge is necessary for edge contact
fall_protection.cable_material string galvanized-aircraft-cable | stainless-aircraft-cable | web-dyneema | web-polyester Web types are rarely LE-rated; always verify ANSI Z359.14 LE label
fall_protection.anchor_point_type string enum overhead-direct | overhead-setback | horizontal-lifeline LE units require overhead-direct; horizontal offset >2ft requires HLL system
fall_protection.suitable_for_structural_steel boolean true | false Structural steel = leading edge always present; requires SRL-LE
fall_protection.suitable_for_ladder_climbing boolean true | false Ladder-specific SRL category only; walking-surface SRLs are false
fall_protection.d_ring_position string enum dorsal | sternal | side SRL-LE must connect to dorsal D-ring for LE certification parameters

Frequently Asked Questions

Does OSHA require SRL-LE specifically, or just any SRL near a leading edge?

OSHA 1926.502 (construction) and 1910.140 (general industry) require that personal fall arrest equipment be used "in accordance with the manufacturer's instructions." A standard SRL's manufacturer instructions explicitly prohibit leading-edge use — therefore using a standard SRL at a leading edge violates OSHA requirements even if no SRL-LE is explicitly mandated by name. OSHA letters of interpretation confirm that standard SRLs cannot be used at leading edges. ANSI Z359.14 LE provides the product standard for what qualifies as LE-rated; OSHA enforcement cites 1926.502 and relies on the ANSI standard for technical criteria.

If I set the anchor back from the edge 10 feet, is the cable still in danger of contact?

At 10 feet setback, during a fall the worker's body will swing to the edge and the cable will contact the edge once the worker's trajectory swings to horizontal. The setback does not eliminate edge contact — it only delays it. The relevant question is whether the cable contacts the edge under arrest force. If the anchor is 10 feet back and the worker falls 4 feet below the anchor level before the cable contacts the edge, the arrest forces have already developed and the cable contacts the edge under full load. Only a SRL-LE tested for the specific geometry (setback distance, edge radius) provides protection in this scenario. Most SRL-LE products are certified for ≤6 ft setback; contact the manufacturer for larger setback applications.

Can I use two standard SRLs in a Y configuration to avoid the leading edge problem?

No — using two standard SRLs does not create a leading-edge rating. ANSI Z359.14 LE certification is a property of a specific product tested as an assembly, not an arrangement that can be achieved by combining non-LE components. Two Class A SRLs in parallel both have cables that contact the edge under load — both cables are at risk of severing simultaneously. The only compliant solution is a SRL-LE certified assembly. OSHA has no provision for dual-SRL substitution for leading-edge work.

Score Your Store's Fall Protection Listings

CatalogScan checks for fall_protection.ansi_z359_14_class, fall_protection.suitable_for_leading_edge, and 16 other AI-agent-critical fields. See which fall protection listings are missing critical SRL routing data.

Run Free Scan