mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14:49:19 +02:00
Wentylatory rwent=yes załączają sie na pozycjach oporowych a nie po wybraniu kierunku.
This commit is contained in:
@@ -4085,7 +4085,7 @@ begin
|
|||||||
if (EngineType=ElectricSeriesMotor) then
|
if (EngineType=ElectricSeriesMotor) then
|
||||||
begin
|
begin
|
||||||
case RVentType of {wentylatory rozruchowe}
|
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
|
RventRot:=RventRot+(RVentnmax-RventRot)*RVentSpeed*dt
|
||||||
else
|
else
|
||||||
RventRot:=RventRot*(1-RVentSpeed*dt);
|
RventRot:=RventRot*(1-RVentSpeed*dt);
|
||||||
|
|||||||
Reference in New Issue
Block a user