Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a2ae1ac0 authored by Raphael LUZ's avatar Raphael LUZ
Browse files

* Fixed bug that caused engine power > full load

parent 2cb3a7ef
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@
* Various bugfixes in AT model
* rdyn validation
* Fixed bug in map interpolation
* Added ..\Developer Guide\Segment Table Description.xlsx
* Fixed bug that caused engine power > full load
### VECTO 2.0.4-beta
* AT update for 1C2C gearboxes
......
......@@ -1112,7 +1112,7 @@ lb_nOK:
If VECTOworker.CancellationPending Then Return True
'Check whether P above Full-load => Reduce Speed
If Pplus And P > Pmax Then
If P > Pmax Then
If EngState0 = tEngState.Load Or EngState0 = tEngState.FullLoad Then
If Vact > 0.01 Then
Vh.ReduceSpeed(jz, 0.9999)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment