Resolution 1/10°C // Index 0x80n0:19 "RTD Element" = PT100(0) stConfigVoltageSegment := (iAIMax := 32767, iAIMin := 0, rPVMax := 150, rPVMin := 0, sUnit := 'V'), stEWLVoltageSegment := (rErrorMin := 50, rWarningMin := 55, rWarningMax := 75, rErrorMax := 80), stEWDVoltageSegment := ( timHardwareSignalLevelOn := T#0S, timHardwareSignalLevelOff := T#5S, timErrorLowOn := T#2S, timErrorLowOff := T#5S, timWarningLowOn := T#2S, timWarningLowOff := T#5S, timWarningHighOn := T#2S, timWarningHighOff := T#5S, timErrorHighOn := T#2S, timErrorHighOff := T#5S ) ); // =========================== // General settings // =========================== // Pump on power rPumpPosolytOnPower : REAL := 70.0; rPumpNegolytOnPower : REAL := 70.0; // Unit voltage pumps shutoff threshold rPumpshutoffThreshold : REAL := 25.0; // Minimum unit voltage for startup rMinimumUnitVoltage : REAL := 49.0; // Maximum absolute voltage difference // between units in the same module rMaxAbsDiffVoltageUnitsOnModule : REAL := 5.0; // Maximum absolute voltage difference // between Modules rMaxAbsDiffVoltageModulesInString : REAL := 10.0; END_VAR]]>