28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
flowchart LR
|
|
L1[LinuxCNC INI/HAL/TBL/remap] --> P[profiles 与 machine-file staging]
|
|
L2[LinuxCNC 5轴 G-code demos] --> P
|
|
L3[LinuxCNC kinematics C 源码] --> K[kinematics WASM]
|
|
L4[LinuxCNC interpreter/TP 源码] --> I[interpreter WASM + TP queue timing]
|
|
L5[LinuxCNC task/motion/HAL 源码] --> T[task/motion/HAL WASM simulation runtime]
|
|
L7[LinuxCNC tooldata/task 与 remap user-M 来源] --> E[tool DB + controlled user-M Web simulation]
|
|
L6[AXIS/vismach/PyVCP/gmoccapy/QtVCP GUI] --> U[Web UI + panel schema + Three.js scene]
|
|
|
|
P --> R[Web runtime/session]
|
|
K --> R
|
|
I --> R
|
|
T --> R
|
|
E --> R
|
|
R --> S[store/state snapshot]
|
|
S --> U
|
|
U --> O[DRO/G-code/Three.js/diagnostics]
|
|
|
|
O --> M[操作手册截图与 manual-assets]
|
|
R --> V[Node/browser/WASM smoke 与 readiness artifact]
|
|
V --> X[traceability-matrix.md]
|
|
X --> D[development-continuation.md]
|
|
|
|
T -. 明确不包含 .-> H[真实硬件驱动]
|
|
T -. 明确不包含 .-> N[host realtime kernel]
|
|
E -. 不执行 .-> X1[任意 host user-M 脚本]
|
|
E -. 不提升 .-> X2[host tool DB process]
|