添加项目文件。

This commit is contained in:
xyy
2026-06-17 15:04:35 +08:00
parent ba1c916dd7
commit 09072ccda5
32 changed files with 2710 additions and 0 deletions

24
appsettings.json Normal file
View File

@@ -0,0 +1,24 @@
{
"PlcConfiguration": {
"IpAddress": "192.168.1.100",
"Port": 502,
"SlaveId": 1,
"PressureRegister": 1000,
"WetFlowRegister": 1002,
"WetFlowRegister2": 1004,
"WetFlowRegister3": 1006,
"PressureRegisterStation1": 1008,
"PressureRegisterStation2": 1010,
"PressureRegisterStation3": 1012
},
"MesConfiguration": {
"BaseUrl": "http://192.168.1.200:8080",
"ApiKey": "your-api-key",
"TimeoutSeconds": 30,
"RetryCount": 3
},
"DeviceConfiguration": {
"DeviceId": "HME-001",
"UpdateIntervalMs": 1000
}
}