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

Skip to content
Snippets Groups Projects
This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git. Pull mirroring updated .
  1. Nov 23, 2021
  2. Nov 22, 2021
    • Markus Quaritsch's avatar
      Pull request #112: Develop · 900dd903
      Markus Quaritsch authored
      Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:develop to develop
      
      * commit 'ff800b70':
        adding testcase for mod-data integrity test of a P1 vehicle correct average EM-speed calculation in case EM is at position P1. EM is immediately on when ICE is turned on.
        E_EM_Drive and E_EM_Recuperate only account timesteps where EM is ON, if EM is off this is accounted as E_EM_Drag
        bugfix for mod-data integrity: use correct 'previous input speed' in clutch in case the ICE was turned on in this simulation step
        adding testcase for mod-data integrity of vehicle with ess
      900dd903
    • Markus Quaritsch's avatar
      adding testcase for mod-data integrity test of a P1 vehicle · ff800b70
      Markus Quaritsch authored
      correct average EM-speed calculation in case EM is at position P1. EM is immediately on when ICE is turned on.
      ff800b70
    • Markus Quaritsch's avatar
      E_EM_Drive and E_EM_Recuperate only account timesteps where EM is ON, if EM is... · a3cadfcf
      Markus Quaritsch authored
      E_EM_Drive and E_EM_Recuperate only account timesteps where EM is ON, if EM is off this is accounted as E_EM_Drag
      a3cadfcf
  3. Nov 19, 2021
  4. Nov 18, 2021
    • Markus Quaritsch's avatar
      Pull request #111: engineering mode: if airdrag correction is set to use... · f02bf29f
      Markus Quaritsch authored
      Pull request #111: engineering mode: if airdrag correction is set to use declaration mode, use polar curve for medium lorries in case of rigid trucks with a TPMLM below 7.4t
      
      Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:bugfix/VECTO-1498-crosswind-correction-in-engineering-mode to develop
      
      * commit '4955f4a0':
        engineering mode: if airdrag correction is set to use declaration mode, use polar curve for medium lorries in case of rigid trucks with a TPMLM below 7.4t
      f02bf29f
    • Markus Quaritsch's avatar
      engineering mode: if airdrag correction is set to use declaration mode, use... · 4955f4a0
      Markus Quaritsch authored
      engineering mode: if airdrag correction is set to use declaration mode, use polar curve for medium lorries in case of rigid trucks with a TPMLM below 7.4t
      4955f4a0
    • Markus Quaritsch's avatar
      Pull request #110: Fix several issues with APT and hybrids (P1) · bd877faa
      Markus Quaritsch authored
      Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:develop to develop
      
      * commit '730bf17a':
        fill in additional response fields in torque converter
        fix testcase where max engine speed is required (mock-container)
        correct adas tests for PEV after adaptations in PEV shift strategy. ignore drive-off behavior, different gearshift behavior when accelerating correct test-names for conventional ADAS tests
        adapt expected vsum and vmod files after adding a new column
        driver: remove condition for adapting operating point when setting tc operating point
        drivermodel: additional conditions to set override action for braking (after underload with AT gearbox in TC gear)
        hybrid strategy: avoid large values for U when iterating the configurations if the requested EM torque is small, disabled skipping different gear configurations in case max torque is exceeded
        hybrid strategy: if emergency shift is requested/allowed: consider solutions exceeding the max torque
        hybrid strategy: if no solution is found (i.e., use fallback EM-Off) and emergency shift is allowed, check if next gear is suitable
        fill in additional required fields in response
        at gearbox: fallback to get next gear in testpowertrain
        busaux adapter: if in TC gear and drivetrain torque is positive (although braking) then do not allow smart aux
        add column in user manual for vsum, avoid SI-NaN/infinity value in shift strategy
      bd877faa
    • Markus Quaritsch's avatar
      Merge branch 'develop' of... · 730bf17a
      Markus Quaritsch authored
      Merge branch 'develop' of https://citnet.tech.ec.europa.eu/CITnet/stash/scm/vecto/mq_vecto-dev into develop
      730bf17a
  5. Nov 16, 2021
  6. Nov 12, 2021
  7. Nov 11, 2021
  8. Nov 10, 2021
    • Markus Quaritsch's avatar
      Pull request #106: Develop · 5b2e0fc2
      Markus Quaritsch authored
      Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:develop to develop
      
      * commit '12320866':
        set busaux battery soc for dryrun in case of AT transmission
        add databus property to driver strategy for easier debugging (access databus in the same way)
      5b2e0fc2
    • Markus Quaritsch's avatar
      Merge branch 'develop' of... · 12320866
      Markus Quaritsch authored
      Merge branch 'develop' of https://citnet.tech.ec.europa.eu/CITnet/stash/scm/vecto/mq_vecto-dev into develop
      12320866
    • Markus Quaritsch's avatar
      Pull request #105: Develop · 93e9951b
      Markus Quaritsch authored
      Merge in VECTO/vecto-dev from VECTO/mk_vecto-dev:develop to develop
      
      * commit 'ebcd67ae':
        use engineOn status as before, only override in case of P1 and braking
        corrected two missing errors (due to sync)
        Hybrid P1: added check in search for BrakeAction if Combustion Engine was off
        Set CombustionEngineOn to True on Braking in HybridStrategy and used this in StartStopCombustionEngine
        Changed Search Algorithm, that it automatically reverses search direction (without throwing exception)
        added TankSystem in DummyVehicle for validation when a engine file is saved.
        Changed all string.Join by the new Extension Method Join()
        refactored and checked many Log-Messages with "Header Line is not valid"
        refactored Extension Method JoinString to Join
        corrected parameters for Log Message (Transmission Loss Map is not valid, VECTO-1481)
        Added new extension method for joining an Enumerable<T> with string.Join
      93e9951b
    • Michael KRISPER's avatar
      Pull request #3: Bugfix/VECTO-1490 exceeded max iterations operating point could not be found · ebcd67ae
      Michael KRISPER authored and Markus Quaritsch's avatar Markus Quaritsch committed
      Merge in VECTO/mk_vecto-dev from bugfix/VECTO-1490-exceeded-max-iterations-operating-point-could-not-be-found to develop
      
      * commit 'ae8564b8':
        use engineOn status as before, only override in case of P1 and braking
        corrected two missing errors (due to sync)
        Hybrid P1: added check in search for BrakeAction if Combustion Engine was off
        Set CombustionEngineOn to True on Braking in HybridStrategy and used this in StartStopCombustionEngine
        Changed Search Algorithm, that it automatically reverses search direction (without throwing exception)
        added TankSystem in DummyVehicle for validation when a engine file is saved.
        Changed all string.Join by the new Extension Method Join()
        refactored and checked many Log-Messages with "Header Line is not valid"
        refactored Extension Method JoinString to Join
        corrected parameters for Log Message (Transmission Loss Map is not valid, VECTO-1481)
        Added new extension method for joining an Enumerable<T> with string.Join
      ebcd67ae
    • Markus Quaritsch's avatar
  9. Nov 09, 2021
Loading