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.
 
 
 
 
 
 
Go to file
haoliang af774ba564 Track()返回值加workerId+重放验证通过:三页面总产量一致(2038) 1 month ago
.github/workflows fix(ci): 移除不必要的 setup-dotnet 步骤,windows-latest 自带 .NET Framework 4.7.2 环境 2 months ago
.sisyphus/plans test(ci): add Windows workflow and extended tests stage4-5; stabilize dashboard service tests 2 months ago
CncService feat(采集日志): 新增前端实现,包括 API 封装、Mock 数据、Vue 页面、路由和菜单;新增 CollectLog 页面组件、Mock 数据、API 接口,以及路由与侧边栏集成 2 months ago
CncWebApi/Controllers feat(采集日志): 新增前端实现,包括 API 封装、Mock 数据、Vue 页面、路由和菜单;新增 CollectLog 页面组件、Mock 数据、API 接口,以及路由与侧边栏集成 2 months ago
database worker-machine-shift:完整改造(DB+采集+后端+前端) 1 month ago
deploy-web worker-machine-shift:完整改造(DB+采集+后端+前端) 1 month ago
docs 采集服务产量统计全流程测试验证:DB Schema同步、品牌映射修正、采集/模拟器代码修改、10场景测试全通过 1 month ago
frontend 机床产量柱状图按机床聚合+TOP N下拉框 1 month ago
src Track()返回值加workerId+重放验证通过:三页面总产量一致(2038) 1 month ago
tests 新增Service方法xUnit集成测试(≥15个用例),更新ServiceFactory支持MachineLatestTag/CollectAnalysis仓库 1 month ago
tools 修复JSON解析异常不写log_collect_raw的遗漏 1 month ago
.gitignore 新增单元测试+Playwright实际测试(79个单元测试+11个E2E测试全部通过) 2 months ago
.txt 清理根目录临时文件和旧代码;修复采集服务名称不匹配(collector-service→CncCollector) 2 months ago
AGENTS.md 新增测试规范文档、冒烟测试脚本、AGENTS.md铁律第5/6条 2 months ago
App.config feat(cnc-service): add Windows service status checker, integrate into dashboard status, enhance startup flow; stage4 plan initialized; add frontend typings and dashboard view updates; add test scaffold for WindowsServiceChecker 2 months ago
CncDataSystem.sln 新增CncCollector.Tests单元测试项目(58个测试全部通过) 2 months ago
README.md feat(cnc-service): add Windows service status checker, integrate into dashboard status, enhance startup flow; stage4 plan initialized; add frontend typings and dashboard view updates; add test scaffold for WindowsServiceChecker 2 months ago
machine-detail.yml worker-machine-shift:完整改造(DB+采集+后端+前端) 1 month ago
machine-list.yml worker-machine-shift:完整改造(DB+采集+后端+前端) 1 month ago
production.yml worker-machine-shift:完整改造(DB+采集+后端+前端) 1 month ago
simulator.json 采集服务产量统计全流程测试验证:DB Schema同步、品牌映射修正、采集/模拟器代码修改、10场景测试全通过 1 month ago
发那科系统采集示例.txt worker-machine-shift:完整改造(DB+采集+后端+前端) 1 month 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。