This commit is contained in:
xyy
2026-02-27 16:58:02 +08:00
parent 82abc41dbc
commit 63c81b48a1
9 changed files with 237 additions and 3 deletions

13
appsettings.json Normal file
View File

@@ -0,0 +1,13 @@
{
"PlcSettings": {
"IpAddress": "192.168.1.100",
"Port": 502,
"SlaveId": 1,
"PressureRegister": 0,
"WetFlowRegister": 2,
"DryFlowRegister": 4,
"PressureFactor": 1.0,
"WetFlowFactor": 1.0,
"DryFlowFactor": 1.0
}
}