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.
- 新增 IReplayService/ReplayService 回放服务(预览+执行) - 新增 ReplayController(POST preview/execute) - 新增 ReplayDto 请求/响应DTO - 回放流程:读取原始日志→清空业务数据→重新解析写入→日终汇总 - ServiceResolver DI注册 - 编译通过 0错误 |
1 day ago | |
|---|---|---|
| .github/workflows | 2 days ago | |
| .sisyphus/plans | 4 days ago | |
| Api | 4 days ago | |
| CncService | 1 day ago | |
| CncWebApi/Controllers | 1 day ago | |
| Config | 4 days ago | |
| Core | 4 days ago | |
| Device | 4 days ago | |
| Generator | 4 days ago | |
| database | 1 day ago | |
| docs | 1 day ago | |
| frontend | 1 day ago | |
| src | 1 day ago | |
| tests | 1 day ago | |
| .gitignore | 5 days ago | |
| AGENTS.md | 4 days ago | |
| App.config | 4 days ago | |
| CncDataSystem.sln | 5 days ago | |
| CncSimulator.csproj | 4 days ago | |
| InstallUtil.InstallLog | 4 days ago | |
| Program.cs | 4 days ago | |
| README.md | 4 days ago | |
| _test_pages.js | 4 days ago | |
| deploy-admin.ps1 | 1 week ago | |
| simulator.json | 4 days ago | |
| test-date-debug.js | 4 days ago | |
| test-production-full.js | 4 days ago | |
| test-production-page.js | 4 days ago | |
| test-production-v2.js | 4 days ago | |
| test-production-v3.js | 4 days ago | |
| 发那科系统采集示例.txt | 1 week 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。