Commit 3ae8291
fix: DTC 5201 is confirmed, not assumed (MIN 10000TL-X, holding 43)
Marked ASSUMED on the grounds that the maintainer's MIN 10000TL-X
reported no DTC. That was wrong twice over.
I read input register 43 (Iac2, phase 2 current) instead of holding 43,
where the V1.39 DTC actually lives -- the same input/holding mislabelling
in the scanner's Suggested Match column that I had flagged to a reporter
an hour earlier. And the scan I checked was from v0.7.7, which does not
scan the legacy holding range at all, so I treated a range that was never
read as evidence the register was empty.
A v1.1.6 scan on the same unit reads 5201 from holding 43.
Evidence text records that this unit has no VPP range, so the V2.01 key
is downgraded to min_7000_10000_tl_x by convert_to_legacy_profile() --
confirmed as the behaviour of both the live path and the scanner.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1bf42ad commit 3ae8291
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
566 | 570 | | |
567 | 571 | | |
568 | 572 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments