Fixed Modbus register access

This commit is contained in:
Matthias Heisig
2024-01-17 11:26:11 +01:00
parent 82826c258a
commit 57987cb19f
24 changed files with 1310 additions and 572 deletions

View File

@@ -100,7 +100,7 @@ _fbPressurePosolytTankInlet(
rOnValue:= 42.9,
rOffValue:= 0.0,
rErrorHighValue := 150,
rErrorLowValue := 0.0,
rErrorLowValue := -110,
rNoise:= 0.002);
@@ -126,7 +126,7 @@ _fbPressureNegolytTankInlet(
rOnValue:= 42.9,
rOffValue:= 0.0,
rErrorHighValue := 150,
rErrorLowValue := 0.0,
rErrorLowValue := -110,
rNoise:= 0.002);
@@ -140,8 +140,8 @@ _fbTemperatureSensorPosolyt(
stAnalogScaling := GVL_CONFIG.stTempSensorConfig,
rOnValue:= 40.0,
rOffValue:= 21.0,
rErrorHighValue := 60.0,
rErrorLowValue := -10.0);
rErrorHighValue := 65.0,
rErrorLowValue := -15.0);
_fbTemperatureSensorNegolyt(
xEnable:= _xFlowThroughtSegmentNegolyt,
@@ -150,8 +150,8 @@ _fbTemperatureSensorNegolyt(
stAnalogScaling := GVL_CONFIG.stTempSensorConfig,
rOnValue:= 40.0,
rOffValue:= 21.0,
rErrorHighValue := 60.0,
rErrorLowValue := -10.0);
rErrorHighValue := 65.0,
rErrorLowValue := -15.0);
// ===============================