This commit is contained in:
xyy
2026-05-15 20:39:11 +08:00
parent 873dbe61bb
commit 10f5cbfd53
15 changed files with 534 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
{
"PlcConnection": {
"IpAddress": "192.168.1.100",
"IpAddress": "127.0.0.1",
"Port": 502,
"TimeoutMs": 5000
},
@@ -21,7 +21,13 @@
"DefaultPressure": 0.0,
"UsePressure": false,
"ReferenceLiquid": "蒸馏水",
"ReferenceConductivity": 0.606
"ReferenceConductivity": 0.606,
"CalibrationCoefficients": {
"PressureCoefficient": 1328,
"PressureProtection": 1332,
"TemperatureCoefficient": 1378,
"ResistanceCoefficient": 1428
}
},
"AppSettings": {
"WindowWidth": 1024,