- Using filtered frequency to calculate syncadv
- Fixed bug with regen ramp
- Also downramping throttle with throtramp
- no longer limit d-controller output to half amplitude. Can cause unwanted regen
- Removed unused hardware variants
Inverter Firmware v5.14.R
- johu
- Site Admin
- Posts: 6620
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 344 times
- Been thanked: 1486 times
- Contact:
Inverter Firmware v5.14.R
This is merely a bug fix release, so not too many, but significant changes:
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- Renegate2020
- Posts: 52
- Joined: Tue Dec 01, 2020 6:20 am
- Location: Odessa UA
- Has thanked: 1 time
- Contact:
Re: Inverter Firmware v5.14.R
Installed this version instead of 4.96FOC on the Leaf engine - the regeneration disappeared. This is fine? How to get regeneration back?
- johu
- Site Admin
- Posts: 6620
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 344 times
- Been thanked: 1486 times
- Contact:
Re: Inverter Firmware v5.14.R
can you try setting pot2min=pot2max=0
Must be some combination of settings that I don't test as regen works on my car.
Must be some combination of settings that I don't test as regen works on my car.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- Renegate2020
- Posts: 52
- Joined: Tue Dec 01, 2020 6:20 am
- Location: Odessa UA
- Has thanked: 1 time
- Contact:
Re: Inverter Firmware v5.14.R
I can not do this. The wires from the accelerator pedal are directly connected to the inverter board without CAN
- Renegate2020
- Posts: 52
- Joined: Tue Dec 01, 2020 6:20 am
- Location: Odessa UA
- Has thanked: 1 time
- Contact:
Re: Inverter Firmware v5.14.R
On the weekend I tried to put different versions. All versions from 5.05 (5.05, 5.11, 5.14) do not have recuperation. When installing version 4.96 or 4.97, recuperation appears immediately. Something in the code is not correct.
- johu
- Site Admin
- Posts: 6620
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 344 times
- Been thanked: 1486 times
- Contact:
Re: Inverter Firmware v5.14.R
Can you post the parameter json file
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- Renegate2020
- Posts: 52
- Joined: Tue Dec 01, 2020 6:20 am
- Location: Odessa UA
- Has thanked: 1 time
- Contact:
- johu
- Site Admin
- Posts: 6620
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 344 times
- Been thanked: 1486 times
- Contact:
Re: Inverter Firmware v5.14.R
You have configured the second pot input to adjust regen. Are you using it as such? Otherwise set pot2min and pot2max to 0. I believe I have changed the behaviour somewhat since 4.97
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- Renegate2020
- Posts: 52
- Joined: Tue Dec 01, 2020 6:20 am
- Location: Odessa UA
- Has thanked: 1 time
- Contact:
Re: Inverter Firmware v5.14.R
OK. I am not using the second potentiometer yet. I'll try to change it. Thank you.
- Renegate2020
- Posts: 52
- Joined: Tue Dec 01, 2020 6:20 am
- Location: Odessa UA
- Has thanked: 1 time
- Contact:
Re: Inverter Firmware v5.14.R
Everything worked out. Although the connection with the pedal is not clear. Thanks Johu.
- johu
- Site Admin
- Posts: 6620
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 344 times
- Been thanked: 1486 times
- Contact:
Re: Inverter Firmware v5.14.R
See here: https://openinverter.org/wiki/Parameters
potmode
0=Pot 1 is throttle and pot 2 is regen strength preset
1=Pot 2 is proportional to pot 1 (redundancy)
2=Throttle/regen controlled via CAN (like 0)
3=Throttle via CAN with redundancy (like 1)
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- geduxaz
- Posts: 141
- Joined: Wed Jun 23, 2021 7:00 am
- Location: Lithuania
- Has thanked: 13 times
- Been thanked: 1 time
Re: Inverter Firmware v5.14.R
Get wrong Idc in 5.14, but all good in 4.96
At no spin is like -18, rises slowly to 0 when spinning. Older FW Idc was measured OK.
At no spin is like -18, rises slowly to 0 when spinning. Older FW Idc was measured OK.
- geduxaz
- Posts: 141
- Joined: Wed Jun 23, 2021 7:00 am
- Location: Lithuania
- Has thanked: 13 times
- Been thanked: 1 time
Re: Inverter Firmware v5.14.R
In the code 104 and 105 lines use idc twice. Like second line overwrites firat idc calculation.
- johu
- Site Admin
- Posts: 6620
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 344 times
- Been thanked: 1486 times
- Contact:
Re: Inverter Firmware v5.14.R
I will have to test this but currently I'm out of office. Will check later this week.
The various lines are just pre-calculations, the final value is set in the Param::SetFixed() call
EDIT
what I can say for now is that since 4.96 the calculation was changed in two ways:
1. the d-current and voltage is also taken into account, before it was just q-current
2. The result is filtered to smooth out the DC current limiter
The various lines are just pre-calculations, the final value is set in the Param::SetFixed() call
EDIT
what I can say for now is that since 4.96 the calculation was changed in two ways:
1. the d-current and voltage is also taken into account, before it was just q-current
2. The result is filtered to smooth out the DC current limiter
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
-
- Posts: 1050
- Joined: Tue Sep 17, 2019 8:33 pm
- Location: Raleigh, NC, USA
- Has thanked: 222 times
- Been thanked: 256 times
Re: Inverter Firmware v5.14.R
Just a note to clarify an issue/solution discussed above: With this version, if you are only using one potentiometer/pedal, set pot2 min and max to the same number, or you won't have regen.
If at first you don't succeed, buy a bigger hammer.
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
- geduxaz
- Posts: 141
- Joined: Wed Jun 23, 2021 7:00 am
- Location: Lithuania
- Has thanked: 13 times
- Been thanked: 1 time
Re: Inverter Firmware v5.14.R
I use only POT1. POT2 min/max are set to 0 and I get regen.P.S.Mangelsdorf wrote: ↑Tue Feb 22, 2022 8:16 pm Just a note to clarify an issue/solution discussed above: With this version, if you are only using one potentiometer/pedal, set pot2 min and max to the same number, or you won't have regen.
- Boxster EV
- Posts: 481
- Joined: Fri Jul 26, 2019 9:32 pm
- Location: UK
- Has thanked: 56 times
- Been thanked: 48 times
Re: Inverter Firmware v5.14.R
I’m having an ongoing issue with sine UDC randomly measuring too low when switching from waitstart to run. Any advice gratefully received.
- Romale
- Posts: 524
- Joined: Fri May 20, 2022 4:16 pm
- Location: Romania
- Has thanked: 305 times
- Been thanked: 75 times
Re: Inverter Firmware v5.14.R
Hi!
I discovered a serious problem due to the fact that my buggy is all open and the high-voltage battery along with the contactor is on the street next to my ears. there is no sequence or reason, however, sometimes when the ignition is switched on, the main contactor is triggered for a short time!!! only after that, the pre-charge relay turns on and then, after pressing the start button, the contactor again. This is very bad, the contactor clearly does not like to turn on high voltage for half a second without precharging. What to do about it? this does not always happen, sometimes everything is as it should be.
evil neodymium 

- johu
- Site Admin
- Posts: 6620
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 344 times
- Been thanked: 1486 times
- Contact:
Re: Inverter Firmware v5.14.R
I don't remember every setup... which board? Specifically with this version or any version?
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- Renegate2020
- Posts: 52
- Joined: Tue Dec 01, 2020 6:20 am
- Location: Odessa UA
- Has thanked: 1 time
- Contact:
Re: Inverter Firmware v5.14.R
I'm assuming it's a V3 + adapter board Nissan Leaf. It was similar for me - when turned on, an impulse passes to the main contactor. Because of this, the main contactor is welded. I set a timer to turn on the main contactor.
- Romale
- Posts: 524
- Joined: Fri May 20, 2022 4:16 pm
- Location: Romania
- Has thanked: 305 times
- Been thanked: 75 times
Re: Inverter Firmware v5.14.R
all right. foc version 5.14.R and board version 3.Renegate2020 wrote: ↑Wed Jun 08, 2022 8:00 pm I'm assuming it's a V3 + adapter board Nissan Leaf. It was similar for me - when turned on, an impulse passes to the main contactor. Because of this, the main contactor is welded. I set a timer to turn on the main contactor.
how to set the timer on the main contactor?
evil neodymium 

Re: Inverter Firmware v5.14.R
I got the same problem with high impedance load.
I don't think this can be version related.
Moved to more appropriate place: https://openinverter.org/forum/viewtopi ... 309#p41309
I don't think this can be version related.
Moved to more appropriate place: https://openinverter.org/forum/viewtopi ... 309#p41309
Thomas A. Edison “I have not failed. I've just found 10,000 ways that won't work"
- Romale
- Posts: 524
- Joined: Fri May 20, 2022 4:16 pm
- Location: Romania
- Has thanked: 305 times
- Been thanked: 75 times
Re: Inverter Firmware v5.14.R
thank you very much. it really helpedjoromy wrote: ↑Fri Jun 10, 2022 1:05 pm
Moved to more appropriate place: https://openinverter.org/forum/viewtopi ... 309#p41309
evil neodymium 
