Self-accerelation like normal vehicle
-
joeflickers
- Posts: 101
- Joined: Mon Oct 24, 2022 8:46 am
- Has thanked: 33 times
- Been thanked: 10 times
Self-accerelation like normal vehicle
Could it be possible to implement little accerelation when off the brake just like a normal vehicle, to simulate a scenario of stop go traffic? My car always feels like the motor is knocking, I'm using gs450h and zombie vcu and now have more than 35k kilometers.. Thanks for the beautiful software and much support from Damien and tom91 and all those who work tirelessly to develop the Software.
Recently I also built a landrover 109 +Gs450h coupled to the original transfer case and the car is very powerful
Recently I also built a landrover 109 +Gs450h coupled to the original transfer case and the car is very powerful
- tom91
- Posts: 2753
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 264 times
- Been thanked: 717 times
Re: Self-accerelation like normal vehicle
Sure but it is quite some work to get it properly working with the regen and such without creating a dangerous condition.
It is called "creep" as in no feet on pedals having a positive torque request. Do not call it self-acceleration.
not something that I would want to code in without being able to code and tune it on a vehicle.
It is called "creep" as in no feet on pedals having a positive torque request. Do not call it self-acceleration.
not something that I would want to code in without being able to code and tune it on a vehicle.
- johu
- Site Admin
- Posts: 6968
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 454 times
- Been thanked: 1771 times
- Contact:
Re: Self-accerelation like normal vehicle
There is creep code in the inverter which is quite proven. It's just a P-controller that aims for a certain (low) rpm with capped torque
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- tom91
- Posts: 2753
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 264 times
- Been thanked: 717 times
Re: Self-accerelation like normal vehicle
Sure, but the zombieverter has grown quite a bit now so needs looking at carefully. Alot of moving parts now, also any sort of RPM target requires sound reporting of the RPM. This is something that is prone to failure/juddery from the GS450h.
- Bigpie
- Posts: 1845
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 89 times
- Been thanked: 481 times
Re: Self-accerelation like normal vehicle
I've implemented a very basic creep mode for testing, it doesn't help with the clunkyness. The next release should be smoother if that's your only reason for wanting it.
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
-
joeflickers
- Posts: 101
- Joined: Mon Oct 24, 2022 8:46 am
- Has thanked: 33 times
- Been thanked: 10 times
Re: Self-accerelation like normal vehicle
great,lacked proper wordstom91 wrote: ↑Sat Aug 09, 2025 3:42 pm Sure but it is quite some work to get it properly working with the regen and such without creating a dangerous condition.
It is called "creep" as in no feet on pedals having a positive torque request. Do not call it self-acceleration.
not something that I would want to code in without being able to code and tune it on a vehicle.
-
joeflickers
- Posts: 101
- Joined: Mon Oct 24, 2022 8:46 am
- Has thanked: 33 times
- Been thanked: 10 times
Re: Self-accerelation like normal vehicle
excellent, good to learn there will be this feature in the next release
- tom91
- Posts: 2753
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 264 times
- Been thanked: 717 times
Re: Self-accerelation like normal vehicle
Not here wont. Bigpie says he tried to implement creep mode but it did not make anything better for this GS450h so its NOT in the next release.joeflickers wrote: ↑Sun Aug 10, 2025 9:18 am good to learn there will be this feature in the next release
Throttle smoothness improvements have been made for the next release.
- Bigpie
- Posts: 1845
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 89 times
- Been thanked: 481 times
Re: Self-accerelation like normal vehicle
Creep mode was only for experimentation to see if keeping the drivetrain 'loaded' would reduce the jerkiness, it's not going to get merged and while it did behave like an automatic transmission, it did nothing for the smoothness
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
-
joeflickers
- Posts: 101
- Joined: Mon Oct 24, 2022 8:46 am
- Has thanked: 33 times
- Been thanked: 10 times
Re: Self-accerelation like normal vehicle
noted, the feature that really assisted in clunkness of the gs450h was adaptive drive using MG1 and MG2 .when using both Motors of low speed the motor was very cluncky and not goot in low speed control.
- tom91
- Posts: 2753
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 264 times
- Been thanked: 717 times
Re: Self-accerelation like normal vehicle
There is blended MG1 and MG2.
There now is also an improvement of the base level throttle code coming.
Chluckyness of GS450h is something that likely cannot be resolved fully, as it can be a mix of mechanical slop/not ideal control loops/using it out of its intended usage.
It is an opensource project, so if you have an idea of how to solve it you can code in changes as you wish.
There now is also an improvement of the base level throttle code coming.
Chluckyness of GS450h is something that likely cannot be resolved fully, as it can be a mix of mechanical slop/not ideal control loops/using it out of its intended usage.
It is an opensource project, so if you have an idea of how to solve it you can code in changes as you wish.
-
joeflickers
- Posts: 101
- Joined: Mon Oct 24, 2022 8:46 am
- Has thanked: 33 times
- Been thanked: 10 times
Re: Self-accerelation like normal vehicle
I have something ongoing, I'll post in a couple of weeks. I have also developed a zombie vcu dashboard which I'll be opening a threat ontom91 wrote: ↑Wed Aug 13, 2025 11:43 am There is blended MG1 and MG2.
There now is also an improvement of the base level throttle code coming.
Chluckyness of GS450h is something that likely cannot be resolved fully, as it can be a mix of mechanical slop/not ideal control loops/using it out of its intended usage.
It is an opensource project, so if you have an idea of how to solve it you can code in changes as you wish.