how are Lexus/Toyota using torque in their application with the 2GR petrol engine
Posted: Mon Jan 27, 2020 3:56 pm
** posts moved from thread "Communicating with the Lexus GS450h Inverter/Converter" **
Awesome work guys. I checked the source file gs450h_v3.ino to see what information is actually needed to drive it.
And it turns out, the only thing that is communicated towards the inverter are torque numbers.
Negative and positive depending on direction and which motor. Torque of 0 will be free/neutral I assume?
It looks like (at least from the source file) nobody is using the second planetary gear box? And shouldn't it be controlled by at least braking one of the wheels so it stays in one gear?
What I am wondering is how Lexus/Toyota was using torque in their application with the 2GR petrol engine in there.
I can see how you can control MG1 with torque, keep adjusting it as the engine keeps revving.
Neutral would be just to put MG1 with a torque of 0 to have it free running.
But I believe they also had a way to "lock it up", meaning that you can do engine braking on the petrol engine, when the battery pack was full, and you are still going of a hill.
I don't see how they would achieve that with having only torque numbers. Do they keep adjusting the torque numbers to keep MG1 at the same speed of MG2?
Probably I am overlooking the proper way to do this.
Awesome work guys. I checked the source file gs450h_v3.ino to see what information is actually needed to drive it.
And it turns out, the only thing that is communicated towards the inverter are torque numbers.
Negative and positive depending on direction and which motor. Torque of 0 will be free/neutral I assume?
It looks like (at least from the source file) nobody is using the second planetary gear box? And shouldn't it be controlled by at least braking one of the wheels so it stays in one gear?
What I am wondering is how Lexus/Toyota was using torque in their application with the 2GR petrol engine in there.
I can see how you can control MG1 with torque, keep adjusting it as the engine keeps revving.
Neutral would be just to put MG1 with a torque of 0 to have it free running.
But I believe they also had a way to "lock it up", meaning that you can do engine braking on the petrol engine, when the battery pack was full, and you are still going of a hill.
I don't see how they would achieve that with having only torque numbers. Do they keep adjusting the torque numbers to keep MG1 at the same speed of MG2?
Probably I am overlooking the proper way to do this.