I have a replacement leaf motor, I have had the inverter up and working previously.
I am trying to setup the syncofs again as it a different motor, no matter what settings I try I am getting,
[26107]: STOP - OVERCURRENT
[29663]: STOP - DESAT
I ran the test again without the 60v so I could view if the angle was being read, which it is, but I am still getting overcurrent and desat !!
any tips or advice I can try
Thanks
Config help- desat-overcurrent
-
- Posts: 656
- Joined: Sat Oct 05, 2019 6:50 pm
- Location: Northern California, USA
- Been thanked: 2 times
- Contact:
Re: Config help- desat-overcurrent
Hi,
Have you measured the signals coming out of the current sensors? Maybe a sensor is acting weird. I hope ocurlim is set nice and high? Although without power there should be no current...
Do the errors fire as soon as you start outputting power? Or are they always after a specific period of time? (same timestamp)
DESAT is signaled specifically by the power stage, not by current sensors. I'm not familiar with the Leaf board but it probably connects the Nissan desat signal to the desat input on Johannes' board. Maybe the Nissan board is annoyed that it isn't getting enough voltage?
-Isaac
Have you measured the signals coming out of the current sensors? Maybe a sensor is acting weird. I hope ocurlim is set nice and high? Although without power there should be no current...
Do the errors fire as soon as you start outputting power? Or are they always after a specific period of time? (same timestamp)
DESAT is signaled specifically by the power stage, not by current sensors. I'm not familiar with the Leaf board but it probably connects the Nissan desat signal to the desat input on Johannes' board. Maybe the Nissan board is annoyed that it isn't getting enough voltage?
-Isaac
-
- Posts: 209
- Joined: Fri Jan 04, 2019 8:42 am
- Location: United Kingdom
- Has thanked: 71 times
- Been thanked: 3 times
Re: Config help- desat-overcurrent
When first power up the board there are no errors
When I press manual start, I can hear PWM , but any config settings with the 60v and its stops.
When I press manual start, I can hear PWM , but any config settings with the 60v and its stops.
-
- Posts: 209
- Joined: Fri Jan 04, 2019 8:42 am
- Location: United Kingdom
- Has thanked: 71 times
- Been thanked: 3 times
Re: Config help- desat-overcurrent
went to have anther go, removed inverter cover, re-seated all the plugs and v3 board
Have set manualid to 1amp , getting the same errors.
when i scrolled down to the mapping UDC is 50.06 but my DMM is showing 64.1v would this be a issue ?
The inverter was working perfectly before, I dont know what has changed
Have set manualid to 1amp , getting the same errors.
when i scrolled down to the mapping UDC is 50.06 but my DMM is showing 64.1v would this be a issue ?
The inverter was working perfectly before, I dont know what has changed
-
- Posts: 209
- Joined: Fri Jan 04, 2019 8:42 am
- Location: United Kingdom
- Has thanked: 71 times
- Been thanked: 3 times
Re: Config help- desat-overcurrent
even without any HV connected, the inverter is tripping out on DESAT and OVERCURRENT
any ideas anyone ?
any ideas anyone ?
- johu
- Site Admin
- Posts: 6640
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 347 times
- Been thanked: 1501 times
- Contact:
Re: Config help- desat-overcurrent
What is the value of din_desat before and after the trip?
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
-
- Posts: 209
- Joined: Fri Jan 04, 2019 8:42 am
- Location: United Kingdom
- Has thanked: 71 times
- Been thanked: 3 times
Re: Config help- desat-overcurrent
When I power the inverter and plot din_desat status OK with plot 1
after tripping din_desat Error with plot value 0
I reinstalled the firmware and leaf config file, but error is the same
after tripping din_desat Error with plot value 0
I reinstalled the firmware and leaf config file, but error is the same
- johu
- Site Admin
- Posts: 6640
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 347 times
- Been thanked: 1501 times
- Contact:
Re: Config help- desat-overcurrent
Ok, so it really is throwing desat. So the route is
- 2 error signals are generated on the Leaf driver board (probably desat and something else)
- The signals are high when all is good
- They travel via CN501 to the adapter board
- Here they hit a 1k pull-down resistor each (R9, R10)
- Then they enter the NAND gate 74*00 on pins 1 and 2
- The NAND function exits on pin 3 -> must be low when all is good
- The signal is inverted and exits on pin 11 of the 74*00 -> must be high when all is good
- It then enters the mainboard where you can test it to the right of C38 -> must be high when all is good
So now you can trace out the signal path and check whether the signal is lost on the way. Otherwise it might be falsely generated by the driver board itself in which case you'd be on your own to find out why. Desat detection works by injecting a small test current to the collector of the IGBT and testing the voltage against some threshold. If the connection to the collector is broken, desat is asserted as soon as you try to turn on the IGBT. Maybe that helps.
- 2 error signals are generated on the Leaf driver board (probably desat and something else)
- The signals are high when all is good
- They travel via CN501 to the adapter board
- Here they hit a 1k pull-down resistor each (R9, R10)
- Then they enter the NAND gate 74*00 on pins 1 and 2
- The NAND function exits on pin 3 -> must be low when all is good
- The signal is inverted and exits on pin 11 of the 74*00 -> must be high when all is good
- It then enters the mainboard where you can test it to the right of C38 -> must be high when all is good
So now you can trace out the signal path and check whether the signal is lost on the way. Otherwise it might be falsely generated by the driver board itself in which case you'd be on your own to find out why. Desat detection works by injecting a small test current to the collector of the IGBT and testing the voltage against some threshold. If the connection to the collector is broken, desat is asserted as soon as you try to turn on the IGBT. Maybe that helps.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9