Fixed Modbus register access
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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);
|
||||
|
||||
|
||||
// ===============================
|
||||
|
||||
Reference in New Issue
Block a user