31 lines
729 B
JSON
31 lines
729 B
JSON
{
|
|
"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"
|
|
}
|
|
} |