添加项目文件。

This commit is contained in:
xyy
2026-04-18 19:00:34 +08:00
parent 1d8ffa7192
commit 4f85aeee2f
19 changed files with 1084 additions and 0 deletions

31
appsettings.json Normal file
View File

@@ -0,0 +1,31 @@
{
"PlcConnection": {
"IpAddress": "192.168.1.100",
"Port": 502,
"TimeoutMs": 5000
},
"PlcRegisterAddresses": {
"ThermalConductivity": 40001,
"ThermalDiffusivity": 40003,
"TestTemperature": 40005,
"StartCommand": 40010,
"ResetCommand": 40011
},
"TestParameters": {
"MeasurementCount": 10,
"IntervalSeconds": 30,
"PlatinumWireLength": 0.04,
"PlatinumWireDiameter": 0.00006,
"ReportOutputPath": "Reports\\",
"DefaultSampleVolume": 40.0,
"DefaultPressure": 0.0,
"UsePressure": false,
"ReferenceLiquid": "蒸馏水",
"ReferenceConductivity": 0.606
},
"AppSettings": {
"WindowWidth": 1024,
"WindowHeight": 768,
"ThemeColor": "Blue"
}
}