添加项目文件。
This commit is contained in:
31
appsettings.json
Normal file
31
appsettings.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user