添加项目文件。
This commit is contained in:
58
appsettings.json
Normal file
58
appsettings.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"PlcSettings": {
|
||||
"IpAddress": "192.168.1.10",
|
||||
"Port": 502,
|
||||
"SlaveId": 1,
|
||||
"PressureRegisterStation1": 6,
|
||||
"PressureRegisterStation2": 8,
|
||||
"PressureRegisterStation3": 10,
|
||||
"PressureModeRegister": 200, // 高压/低压选择寄存器(0=低压,1=高压)
|
||||
"PressCoil": 100, // 加压线圈(M100)
|
||||
"StartCoil": 20, // 启动线圈(M20)
|
||||
"EnableCoil": 21, // 使能线圈(M21)
|
||||
"StopCoil": 7, // 停止线圈(M7)
|
||||
"PressureFactor": 1.0,
|
||||
"WetFlowRegister": 2,
|
||||
"DryFlowRegister": 4,
|
||||
"WetFlowFactor": 1.0,
|
||||
"DryFlowFactor": 1.0,
|
||||
|
||||
|
||||
|
||||
|
||||
"PressureUpperLimit": 300,
|
||||
"PressureRate": 280,
|
||||
"PressureCoeff": 282,
|
||||
"HPCoeff1": 3120,
|
||||
"LPCoeff1": 3122,
|
||||
"HPCoeff2": 3124,
|
||||
"LPCoeff2": 3126,
|
||||
"HPCoeff3": 3128,
|
||||
"LPCoeff3": 3130,
|
||||
"LargeFlowCoeff1": 3048,
|
||||
"SmallFlowCoeff1": 380,
|
||||
"LargeFlowCoeff2": 1218,
|
||||
"SmallFlowCoeff2": 1318,
|
||||
"LargeFlowCoeff3": 1418,
|
||||
"SmallFlowCoeff3": 1468,
|
||||
"FlowModeRegister1": 5,
|
||||
"FlowModeRegister2": 6,
|
||||
"FlowModeRegister3": 7,
|
||||
"PressureCalibZero": 3200,
|
||||
"PressureCalibSpan": 3202,
|
||||
"FlowCalibZero": 3204,
|
||||
"FlowCalibSpan": 3206
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user