feat(DLD154V4B): V2.11 灵敏度 0/1 档对齐 PD132T(216/108→300/60)

PD132T 客户现场替换平滑交付:
- SensTable {216,108,36,20} → {300,60,36,20}
  0/1 档严格对齐 PD132T (Δf/f 0.33%/0.16%→0.46%/0.09%)
  2/3 档保持 V4B 优化值 (与 PD132T 32/21 几乎一致)
- 离开表不动 (3 次确认+滞回已更稳)
- 文档同步: technical-spec/product-manual/release-notes/devlog (V2.11)
- 完整交付分析: vd-analysis/docs/pd132t-to-v4b-delivery-alignment.md
This commit is contained in:
wangfq
2026-08-28 10:38:02 +08:00
parent 794e097587
commit b3bbb29300
5 changed files with 50 additions and 11 deletions
+5 -3
View File
@@ -220,19 +220,21 @@ if (CAPVD < Origin - dlt_ORG) {
#### 4.3.1 灵敏度表
```c
const uint16_t SensTable[4] = {216, 108, 36, 20}; // 进入阈值
const uint16_t SensTable[4] = {300, 60, 36, 20}; // 进入阈值 (V2.11: 0/1 档对齐 PD132T)
const uint16_t SensTable_1[4] = {108, 72, 18, 14}; // 离开阈值(滞回 ~50%
```
| SENS | SensTable | 进入阈值 (×Origin/65536) | SensTable_1 | 离开阈值 (×Origin/65536) |
|------|-----------|-------------------------|-------------|-------------------------|
| 0 (低) | 216 | 0.33% | 108 | 0.16% |
| 1 | 108 | 0.16% | 72 | 0.11% |
| 0 (低) | 300 | 0.46% | 108 | 0.16% |
| 1 | 60 | 0.09% | 72 | 0.11% |
| 2 | 36 | 0.055% | 18 | 0.027% |
| 3 (高) | 20 | 0.031% | 14 | 0.021% |
> ⚠ V2.82026-08-27):SENS=3 最高档进入阈值 10→200.015%→0.031% Δf/f,ΔL/L 0.031%→0.061%),离开 9→14(滞回 90%→70%)——现场广告杆落杆时最高档易误触发(落杆机械/电磁扰动越过 0.015% 阈值),提高阈值并加大滞回。
> ⚠ V2.112026-08-28):SENS=0/1 档进入阈值 216/108 → **300/60**0.33%/0.16% → **0.46%/0.09%** Δf/f)——**PD132T 客户现场替换对齐**0/1 档严格对齐 PD132T 手感(PD132T SensTable {300,60,32,21}),2/3 档保持 V4B 优化值(与 PD132T 几乎一致)。
#### 4.3.2 进入检测(M4 优化:确认机制)
```c