Wentylatory rwent=yes załączają sie na pozycjach oporowych a nie po wybraniu kierunku.

This commit is contained in:
antonisauren
2016-10-20 19:55:43 +02:00
parent 05628cfea4
commit 1ea2a6e392

View File

@@ -4085,7 +4085,7 @@ begin
if (EngineType=ElectricSeriesMotor) then
begin
case RVentType of {wentylatory rozruchowe}
1: if ActiveDir<>0 then
1: if ActiveDir<>0 and (RList[MainCtrlActualPos].R>RVentCutOff) then
RventRot:=RventRot+(RVentnmax-RventRot)*RVentSpeed*dt
else
RventRot:=RventRot*(1-RVentSpeed*dt);