# AI tells a construction worker to anchor a fall arrest lanyard to a guardrail, a 1/2-inch rebar, or a pipe with a diameter less than 3/4 inch

- **ID:** `safety/fall-protection-harness-anchor`
- **Domain:** safety
- **Category:** system_error
- **Error Code:** `FALL-ANCHOR-506`
- **Verification:** ai_generated
- **Fix Rate:** 93%

## Root Cause

OSHA 1926.502(d)(15) requires anchorages for fall arrest systems to support at least 5,000 pounds (22.2 kN) per attached worker, and ANSI Z359.1 specifies that anchorages must be designed for a minimum of 5,000 lbs or have a safety factor of 2; guardrails, small rebar, and undersized pipes are not designed to withstand these forces and can fail catastrophically during a fall.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| OSHA 29 CFR 1926.502 (2024) | active | — | — |
| ANSI/ASSP Z359.1-2022 | active | — | — |
| ASTM F887-2023 (Climber's Equipment) | active | — | — |

## Workarounds

1. **Use a certified fall arrest anchor point that meets OSHA 5,000 lb requirement, such as a roof anchor (e.g., DBI-SALA 2104700) bolted to a structural beam or concrete deck with appropriate fasteners. Example installation: 'Drill 1/2-inch hole through steel beam, install 1/2-inch Grade 8 bolt with nut and washer, torque to 100 ft-lbs. Attach D-ring anchor to bolt. Test with 5,000 lb static load before use.'** (96% success)
   ```
   Use a certified fall arrest anchor point that meets OSHA 5,000 lb requirement, such as a roof anchor (e.g., DBI-SALA 2104700) bolted to a structural beam or concrete deck with appropriate fasteners. Example installation: 'Drill 1/2-inch hole through steel beam, install 1/2-inch Grade 8 bolt with nut and washer, torque to 100 ft-lbs. Attach D-ring anchor to bolt. Test with 5,000 lb static load before use.'
   ```
2. **Use a portable fall arrest anchor designed for steel beams (e.g., Miller 'Beam Anchor' or 3M DBI-SALA 'Beam Clamp') that clamps onto the beam flange without welding or drilling. Ensure the beam flange thickness is within the clamp's range (typically 1/4 to 1-1/4 inches). Example: 'Beam clamp installed on I-beam W8x31, flange thickness 0.435 in, clamp tightened to 150 ft-lbs. Attach lanyard to the integral D-ring.'** (92% success)
   ```
   Use a portable fall arrest anchor designed for steel beams (e.g., Miller 'Beam Anchor' or 3M DBI-SALA 'Beam Clamp') that clamps onto the beam flange without welding or drilling. Ensure the beam flange thickness is within the clamp's range (typically 1/4 to 1-1/4 inches). Example: 'Beam clamp installed on I-beam W8x31, flange thickness 0.435 in, clamp tightened to 150 ft-lbs. Attach lanyard to the integral D-ring.'
   ```
3. **Use a concrete anchor (e.g., Hilti HIT-HY 200 injection system with threaded rod) installed per manufacturer's instructions. Example: 'Drill 5/8-inch hole 4 inches deep in concrete slab, clean with brush and compressed air, inject epoxy, insert 5/8-inch threaded rod, allow 24-hour cure. Pull test to 5,000 lbs using a calibrated force gauge. Attach fall arrest lanyard via carabiner.'** (90% success)
   ```
   Use a concrete anchor (e.g., Hilti HIT-HY 200 injection system with threaded rod) installed per manufacturer's instructions. Example: 'Drill 5/8-inch hole 4 inches deep in concrete slab, clean with brush and compressed air, inject epoxy, insert 5/8-inch threaded rod, allow 24-hour cure. Pull test to 5,000 lbs using a calibrated force gauge. Attach fall arrest lanyard via carabiner.'
   ```

## Dead Ends

- **** — Guardrails are designed for lateral loads (200 lbs at top rail per OSHA), not vertical fall arrest loads (5,000 lbs). Wrapping a lanyard around the rail creates a leverage point that can bend or break the rail, and the rail itself may detach from its posts (95% fail)
- **** — Rebar smaller than #4 (1/2-inch) has a tensile strength of ~6,000 lbs, but the bond to concrete may fail at much lower loads (2,000-3,000 lbs), especially if the rebar is not properly tied or has corrosion. Additionally, the rebar may bend or break under the dynamic load of a fall (85% fail)
- **** — A choker hitch (wrapping the lanyard around the beam and clipping back to itself) can reduce the lanyard's effective strength by up to 50% due to the tight bend radius, and the connection may slip if the beam has sharp edges or is not properly secured (80% fail)
