Code development platform for open source projects from the European Union institutions

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

updated changelog

parent 17aa8810
No related branches found
Tags Build/v0.7.9.2741
No related merge requests found
...@@ -3,11 +3,19 @@ ...@@ -3,11 +3,19 @@
### VECTO 2.0.4-beta3
* Bugfix: VECTO didn't check if the full load curve covers the speed range up to nhi. Now it will abort if the full load curve is "too short"
* Update in Torque Convert model: Allowed engine speed range up to n95h (before: Pmax-speed)
* Bugfix: Rare crashes caused by gear shift model
* Bugfix: Error in engine inertia power calculation
* Torque Converter losses in modal results
* Implemented speed profile cleaning for very small values. (Caused shifting back to first gear when decelerating.)
* DEV Option for advanced CSV format output (units line, additional info)
### VECTO 2.0.4-beta2 ### VECTO 2.0.4-beta2
* Bugfix: VECTO freezed if torque converter creeping was not possible due to low full load torque. Now it will abort with error message. * Bugfix: VECTO freezed if torque converter creeping was not possible due to low full load torque. Now it will abort with error message.
* Bugfix: Small fixes in torque converter model * Bugfix: Small fixes in torque converter model
### VECTO 2.0.4-beta1 ### VECTO 2.0.4-beta1
* Updated CSV format of some declaration config files * Updated CSV format of some declaration config files
* Various bugfixes in AT model * Various bugfixes in AT model
......
...@@ -1138,7 +1138,6 @@ lb_nOK: ...@@ -1138,7 +1138,6 @@ lb_nOK:
Return False Return False
End If End If
Else 'tEngState.Idle, tEngState.Stopped, tEngState.Drag Else 'tEngState.Idle, tEngState.Stopped, tEngState.Drag
'ERROR: Engine not in Drivetrain ... can it be?
If FirstSecItar Then If FirstSecItar Then
If P > 0.1 Then WorkerMsg(tMsgID.Warn, "Pwheel > 0 but EngState undefined ?!", MsgSrc & "/t= " & jz + 1) If P > 0.1 Then WorkerMsg(tMsgID.Warn, "Pwheel > 0 but EngState undefined ?!", MsgSrc & "/t= " & jz + 1)
End If End If
......
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