Files
VacuumPressureMembranePoreS…/appsettings.json

13 lines
252 B
JSON
Raw Normal View History

2026-02-27 16:58:02 +08:00
{
"PlcSettings": {
"IpAddress": "192.168.1.100",
"Port": 502,
"SlaveId": 1,
"PressureRegister": 0,
"WetFlowRegister": 2,
"DryFlowRegister": 4,
"PressureFactor": 1.0,
"WetFlowFactor": 1.0,
"DryFlowFactor": 1.0
}
}