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.
- ServiceFactory: 新增NewLatestTagRepo/NewCollectAnalysisRepo工厂方法,更新CreateMachineService传参 - DashboardServiceTests: 新增GetProgramRank/GetProgramDistribution的4个测试(无数据+有数据) - MachineServiceTests: 新增GetLatestTags/GetCollectRecords的3个验证测试 - ProductionServiceTests: 新增GetMachineSummary/GetMachineList/GetWorkerSummary/GetWorkerList/GetProgramSummary/GetProgramList的8个测试 - 修复2个预存测试断言:DashboardService状态值not_installed、CollectAddressService删除抛异常 |
1 month ago | |
|---|---|---|
| .github/workflows | 2 months ago | |
| .sisyphus/plans | 2 months ago | |
| CncService | 2 months ago | |
| CncWebApi/Controllers | 2 months ago | |
| database | 1 month ago | |
| docs | 1 month 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 | 2 months ago | |
| CncDataSystem.sln | ||
| README.md | 2 months ago | |
| simulator.json | 1 month ago | |
| 发那科系统采集示例.txt | 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。