You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1. AlertRepository SQL缺少列别名致Dapper无法映射created_at→CreatedAt 2. AlertStatisticsResponse返回嵌套unresolvedByType,前端期望扁平collectFail等 3. AlertPage缺少production_error/summary_error的中文标签映射 4. 机床下拉模板用m.id/m.name,API返回value/label格式不匹配 |
1 month ago | |
|---|---|---|
| .github/workflows | 2 months ago | |
| .sisyphus/plans | ||
| CncService | 2 months ago | |
| CncWebApi/Controllers | 2 months ago | |
| database | 2 months ago | |
| docs | 2 months ago | |
| frontend | 1 month ago | |
| src | 1 month ago | |
| tests | 2 months ago | |
| tools | 1 month ago | |
| .gitignore | ||
| .txt | 2 months ago | |
| AGENTS.md | ||
| App.config | ||
| CncDataSystem.sln | ||
| README.md | ||
| simulator.json | ||
| 发那科系统采集示例.txt | 2 months ago | |
README.md
CncSimulator 项目根 README This repository contains a self-contained CNC data sampling simulator for .NET Framework 4.7.2. 具体实现参考 simulator.json、Config/SimulatorConfig.cs、Device/DeviceState.cs、Device/DeviceSimulator.cs、Generator/FanucDataGenerator.cs、Core/SimulatorServer.cs、Core/SimulatorEngine.cs、Program.cs。