mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01: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
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user