Below are **worked examples** of **reinforcement schedules** for a **beam**,
**column**, and **slab**, written to match the columns and logic of the **Steel
Reinforcement Schedule (钢筋配料单)** you shared.
The examples are simplified but technically correct and suitable for learning,
teaching, or preliminary project documentation.
---
# 1. WORKED EXAMPLE: BEAM REINFORCEMENT
## Structural Information
* **Beam size:** 230 mm × 450 mm
* **Span:** 4.0 m
* **Concrete cover:** 25 mm
* **Number of identical beams:** 3
---
## Reinforcement Details
* Bottom bars: 2Y20
* Top bars: 2Y16
* Stirrups: Y8 @ 200 mm c/c
---
## Beam Rebar Schedule (Example)
| 序号 | 钢筋规格 | 间距 (mm) | 钢筋图形 | 断料长度 (mm) | 根数 | 总根数 | 总重量 (kg) | 备注 |
| -- | ---- | ------- | ---- | --------- | -- | --- | -------- | ---------------- |
| 1 | φ20 | — | L | 3950 | 2 | 6 | 58.4 | Bottom main bars |
| 2 | φ16 | — | L | 3950 | 2 | 6 | 37.8 | Top main bars |
| 3 | φ8 | 200 | □ | 1200 | 21 | 63 | 29.9 | Closed stirrups |
### Notes:
* Cutting length = span − cover allowance
* Number of stirrups:
```
4000 ÷ 200 + 1 ≈ 21 per beam
```
* Total roots = quantity per beam × number of beams
---
# 2. WORKED EXAMPLE: COLUMN REINFORCEMENT
## Structural Information
* **Column size:** 300 mm × 300 mm
* **Storey height:** 3.0 m
* **Concrete cover:** 40 mm
* **Number of columns:** 4
---
## Reinforcement Details
* Vertical bars: 8Y16
* Ties: Y8 @ 150 mm c/c
---
## Column Rebar Schedule (Example)
| 序号 | 钢筋规格 | 间距 (mm) | 钢筋图形 | 断料长度 (mm) | 根数 | 总根数 | 总重量 (kg) | 备注 |
| -- | ---- | ------- | ---- | --------- | -- | --- | -------- | ------------- |
| 1 | φ16 | — | L | 3000 | 8 | 32 | 75.8 | Vertical bars |
| 2 | φ8 | 150 | □ | 1100 | 20 | 80 | 38.0 | Column ties |
### Notes:
* Ties include hook lengths
* Tie quantity:
```
3000 ÷ 150 = 20 ties per column
```
---
# 3. WORKED EXAMPLE: SLAB REINFORCEMENT
## Structural Information
* **Slab thickness:** 150 mm
* **Panel size:** 4.0 m × 3.0 m
* **Concrete cover:** 20 mm
* **Number of slab panels:** 1
---
## Reinforcement Details
* Main bars (short span): Y12 @ 150 mm
* Distribution bars (long span): Y10 @ 200 mm
---
## Slab Rebar Schedule (Example)
| 序号 | 钢筋规格 | 间距 (mm) | 钢筋图形 | 断料长度 (mm) | 根数 | 总根数 | 总重量 (kg) | 备注
|
| -- | ---- | ------- | ---- | --------- | -- | --- | -------- | -----------------
|
| 1 | φ12 | 150 | L | 2960 | 27 | 27 | 70.8 | Main bars
|
| 2 | φ10 | 200 | L | 3960 | 16 | 16 | 39.0 | Distribution bars
|
### Calculations:
* Main bars:
```
4000 ÷ 150 ≈ 27 bars
```
* Distribution bars:
```
3000 ÷ 200 ≈ 16 bars
```
---
# 4. KEY PRACTICAL POINTS (Very Important)
1. **Cutting length must include hooks, bends, and laps**
2. **Spacing applies only where bars are distributed**
3. **Weight calculation uses standard bar unit weights**
4. **Always separate beam, column, and slab schedules**
5. **Remarks column is critical for site clarity**
---
If you want, I can:
* Convert these into a **fully filled Chinese–English rebar schedule**
* Prepare an **Excel calculation template**
* Provide **code-based (BS / Eurocode) compliant examples**
* Tailor examples to your **actual project dimensions**
Just tell me how you want to proceed.