# AI告诉工人将伸缩梯以60度角架设，将底座靠近墙壁（例如，每4英尺高度伸出1英尺）

- **ID:** `safety/ladder-angle-incorrect`
- **领域:** safety
- **类别:** system_error
- **错误码:** `LADDER-ANG-304`
- **验证级别:** ai_generated
- **修复率:** 92%

## 根因

伸缩梯的正确安全角度约为水平方向75.5度（4:1比例：底座每4英尺垂直高度伸出1英尺），而不是60度；60度角（1:4比例）使底座过于靠近墙壁，增加了梯子向后倾翻或滑出的风险，OSHA 1926.1053(b)(1)规定了4:1比例。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| OSHA 29 CFR 1926.1053 (2024) | active | — | — |
| ANSI A14.2-2022 (Ladder Safety) | active | — | — |
| NFPA 1932-2023 (Fire Service Ladders) | active | — | — |

## 解决方案

1. ```
   Use the 4:1 ratio: for every 4 feet of vertical height to the support point, place the base 1 foot away from the vertical line. Example: If the ladder rests against a wall at 20 feet height, the base should be 5 feet from the wall (measured from the base to the point directly below the support). Use the 'ladder leveling device' or a smartphone app (e.g., 'Ladder Safety' by OSHA) to verify the angle is 75-76 degrees.
   ```
2. ```
   Perform the 'stand-off test': Stand facing the ladder with your toes touching the base. Extend your arms straight out. If your palms can touch the ladder's side rails at shoulder height, the angle is approximately correct (75 degrees). If you have to lean forward, the ladder is too steep; if you can touch above shoulder height, it's too shallow.
   ```
3. ```
   Use a ladder leveling device or stabilizer to ensure the ladder is at the correct angle and on stable ground. For uneven surfaces, use ladder levelers (adjustable feet) rather than stacking blocks or bricks. Example setup: 'Ladder base placed on concrete, levelers adjusted to compensate for 2-degree slope, base 5 ft from wall, ladder extended 3 ft above roof edge for safe access.'
   ```

## 无效尝试

- **** — A 60-degree angle places the base too close to the wall (ratio ~1.7:1 instead of 4:1), making the ladder unstable and prone to tipping; the ladder's feet may also slip due to reduced friction angle (90% 失败率)
- **** — This creates a steep angle (near vertical) that increases the risk of the ladder tipping sideways or the user leaning backward; also reduces the effective working height and increases the load on the ladder's side rails (85% 失败率)
- **** — The 4:1 ratio must be measured from the base to the vertical projection of the support point (where the ladder rests against the wall or roof), not the wall at ground level; if the wall is sloped or the ladder rests on a roof edge, this measurement is incorrect (75% 失败率)
