- Dec 18, 2021
-
-
Markus QUARITSCH authored
Merge branch 'develop' of https://citnet.tech.ec.europa.eu/CITnet/stash/scm/vecto/mq_vecto-dev into develop
-
- Dec 17, 2021
-
-
Michael KRISPER authored
Merge in VECTO/vecto-dev from VECTO/mk_vecto-dev:feature/VECTO-1460-apt-n-gearbox to develop * commit '7d74524a': (25 commits) APTNGearbox: removed unnecessary code. Added Case for APTN for ResponseUnderload in DrivingActionBrake to try again searching a suitable braking power. implemented overrides in APTN for easier debugging Interpolate2D: removed stopwatch Added that HybridStrategy does not use VelocityDropData if its not valid (like in APT-N gearboxes: they have no traction interruption) Improved check for APT-N Gearbox when used in SimplePowertrain code formatting PowertrainBuilder.GetShiftStrategy: Check for JobType for APTN Shift Strategy refactored return of Gearbox.Request for easier debugging reformated code for easier debugging added APTN in PowertrainBuilder.GetGearBox minor refactoring for readability GearboxType formatted Names of GearboxType Enum GearboxForm: APT-N only visible in Engineering Mode Added APTN in Powertrainbuilder.GetShiftStrategy again (was missing after merge) updated Gearbox GUI Editor (gearboxtype width) removed debug output updated APTNGearbox bugfix: ICE-EngineInfo for PEVs was null APTN Gearbox now directly derived from Gearbox ...
-
Michael KRISPER authored
Merge in VECTO/vecto-dev from VECTO/mk_vecto-dev:feature/VECTO-1493-use-enginestartstop-in-pcc-events-for-hybrid-p1 to develop * commit 'cb3f7a14': HybridStrategy: Added special case for HybridP1 with EngineStopStart during PCC Events DefaultDriverStrategy: inlined dataBus variable code formatting formatting if EngineStopStart is active the ICE can be turned off also for HybridP1. For all others it can be turned of regardless of EngineStopStart Flag. reverted HybridStrategy to original state before changes of EngineStart (changes did not have any effect) Hybrid P1 when braking: changed condition from EngineInfo.EngineOn to iceOn variable changed check for start engine from Gearbox.Out to Gearbox.In
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
-
- Dec 16, 2021
-
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
Merge remote-tracking branch 'origin/develop' into feature/VECTO-1493-use-enginestartstop-in-pcc-events-for-hybrid-p1
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
Added Case for APTN for ResponseUnderload in DrivingActionBrake to try again searching a suitable braking power.
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
Pull request #135: Bugfix/VECTO-1514 modeldata uses wrong inertia in case multiple ems are used on a position Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:bugfix/VECTO-1514-modeldata-uses-wrong-inertia-in-case-multiple-ems-are-used-on-a-position to develop * commit 'e0b13127': fix: correctly set inertia in em model data adding testcase to check model parameters of electric machine
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:bugfix/VECTO-1513-bus-aux-post-processing-correction to develop * commit '34c8cc85': correcting typo in engine form, reset selected tyre dimension on re-opening, disable shift parameters in declaration mode electric motor: make warning on overload buffer more precise (warning is printed if buffer is 0 ) update user manual on FC correction update post-processing correction adding testcase to skip correction of ES in case the vehicle is not equipped with an alternator
-
Markus QUARITSCH authored
correcting typo in engine form, reset selected tyre dimension on re-opening, disable shift parameters in declaration mode
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
Pull request #133: additional rule in PEV shift strategy to avoid downshifts so that next operating point is beyond upshift line Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:develop to develop * commit 'a71e83f3': additional rule in PEV shift strategy to avoid downshifts so that next operating point is beyond upshift line fix: set thermal overload in testpowertrain
-
Markus QUARITSCH authored
additional rule in PEV shift strategy to avoid downshifts so that next operating point is beyond upshift line fix: set thermal overload in testpowertrain
-
Michael KRISPER authored
-
- Dec 15, 2021
-
-
Markus QUARITSCH authored
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1477-update-user-manual to develop * commit 'e20def82': resizing picture, compiling help updating user manual, adding missing files
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
Pull request #131: remove dividing SP power demand for technology "electric" by alternator efficiency as the lookup-table already contains mechanical power demand Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1509-check-aux-power-demand-of-electric-steering-pump to develop * commit 'b3ab3701': remove dividing SP power demand for technology "electric" by alternator efficiency as the lookup-table already contains mechanical power demand
-
Markus QUARITSCH authored
remove dividing SP power demand for technology "electric" by alternator efficiency as the lookup-table already contains mechanical power demand
-
Markus QUARITSCH authored
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1512-adapt-shift-lines-for-xev-vehicles to develop * commit '37299484': adding missing change
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
Pull request #129: correcting typos, rename string id to stream id in GUI (and consisten in user manual) Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1477-update-user-manual to develop * commit '04fa286e': correcting typos, rename string id to stream id in GUI (and consisten in user manual)
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1512-adapt-shift-lines-for-xev-vehicles to develop * commit '8260df34': update testcase for PEV shift polygon drawing update calculation of PEV shift polygon for downshifts. introduce new parameter to adapt shift lines
-
Markus QUARITSCH authored
-
Markus QUARITSCH authored
update calculation of PEV shift polygon for downshifts. introduce new parameter to adapt shift lines
-
Markus QUARITSCH authored
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1477-update-user-manual to develop * commit '55036a35': mainly correcting wrong links and incorrectly converted markdown correcting more sections in user manual more work on updaing documentation updating documentation - work on the first sections done.
-
Markus QUARITSCH authored
-
- Dec 14, 2021
-
-
Markus QUARITSCH authored
-