Files
cnc_wams/web-rtcp-5axis-sim-plan/working1/06-work-log-template.md

101 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 06 修复工作记录模板
生成时间2026-06-22
后续每一轮修复建议复制本模板,新建独立记录文件。
文件命名建议:
```text
working1-log-YYYY-MM-DD-D1.md
working1-log-YYYY-MM-DD-D2.md
working1-log-YYYY-MM-DD-D3.md
```
## Batch
```text
Batch:
Date:
Owner:
Problem IDs:
Branch:
Commit:
```
## 1. 修复目标
```text
本轮要修复什么问题:
预期用户可见结果:
预期 runtime/DOM 诊断结果:
```
## 2. 修改文件
| 文件 | 修改内容 | 原因 |
| --- | --- | --- |
| | | |
## 3. 关键实现说明
```text
状态字段变化:
核心函数变化:
runtime 边界变化:
UI/可视化变化:
```
## 4. LinuxCNC/项目溯源
```text
参考 LinuxCNC 源码或配置:
参考项目文档:
为什么该修复没有重写 CNC 语义:
```
## 5. 测试记录
### 5.1 命令
```bash
# paste commands here
```
### 5.2 结果
```text
PASS/FAIL:
关键输出:
截图路径:
JSON/日志路径:
```
## 6. 回归范围
| 功能 | 是否回归 | 结果 |
| --- | --- | --- |
| D1 kinematics auto refresh | | |
| D2 preview visible | | |
| D3 jog continuity | | |
| POWER/E-STOP/RESET | | |
| MDI M428/M429/M430 | | |
| Load/Run/Step/Stop | | |
| Save/Restore Session | | |
## 7. 剩余风险
```text
仍未解决的问题:
需要后续确认的问题:
可能影响线上部署的问题:
```
## 8. 下一步
```text
Next:
Blockers:
```