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.
- 新增 log_collect_analysis + log_collect_cycle 两张按月分区表DDL - 完整实现 AnalysisEngine:9种分析类型检测、DB写入、异常告警联动 - 修改 CollectRecordWriter.WriteBatch 返回 rawLogId - 集成 AnalysisEngine 到 CollectWorker 采集主流程 - 新增 CollectLogController 5个API端点(分析查询/详情/周期/原始日志) - 新增 Entity/Enum/DTO/Repository/Service 全链路代码 - 修复子代理创建的文件:DTO命名空间、Repository方法名、SQL列映射、using引用 - 新增13-采集日志前端设计文档(索引+规范+页面) - 全部5个主项目编译通过,0错误 |
2 days ago | |
|---|---|---|
| .github/workflows | 2 days ago | |
| .sisyphus/plans | 4 days ago | |
| Api | 4 days ago | |
| Config | 4 days ago | |
| Core | 4 days ago | |
| Device | 4 days ago | |
| Generator | 4 days ago | |
| database | 2 days ago | |
| docs | 2 days ago | |
| frontend | 2 days ago | |
| src | 2 days ago | |
| tests | 2 days ago | |
| .gitignore | 5 days ago | |
| AGENTS.md | 4 days ago | |
| App.config | 4 days ago | |
| CncDataSystem.sln | 6 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。