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. CollectWorker新增GetDetailedErrorMessage递归展开AggregateException 解决HTTP异常只记录模糊的'发生一个或多个错误',现可追踪到SocketException 2. JSON解析失败新增WriteBatch写入log_collect_raw(之前丢失DB记录) 3. ProductionTracker失败→cnc_alert(alert_type=production_error) 4. DailySummaryJob失败→cnc_alert(alert_type=summary_error) 5. CollectRecordWriter.DB写失败时本地日志记录完整异常链 6. log_collect_raw.error_message VARCHAR(500)→TEXT 7. 新增ErrorSimulation验证工具(模拟4类异常→验证DB/日志) |
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 | 1 month 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。