Files
ASTM-D7896-19TransientHot-W…/appsettings.json

37 lines
908 B
JSON
Raw Normal View History

2026-04-18 19:00:34 +08:00
{
"PlcConnection": {
2026-05-15 20:39:11 +08:00
"IpAddress": "127.0.0.1",
2026-04-18 19:00:34 +08:00
"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": "蒸馏水",
2026-05-15 20:39:11 +08:00
"ReferenceConductivity": 0.606,
"CalibrationCoefficients": {
"PressureCoefficient": 1328,
"PressureProtection": 1332,
"TemperatureCoefficient": 1378,
"ResistanceCoefficient": 1428
}
2026-04-18 19:00:34 +08:00
},
"AppSettings": {
"WindowWidth": 1024,
"WindowHeight": 768,
"ThemeColor": "Blue"
}
}