Estimating Wheel Torque From Engine Torque

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
ein_stein
Messages
3
Reaction score
0
It seems possible to obtain engine torque and RPM from a truck CAN bus. I'd like to estimate tractive force at the wheels given these two values.

How should I go about computing torque at the wheels? Wouldn't I need gear ratio, which doesn't seem obtainable from the CAN bus?

Do I need to manually measure wheel radius to estimate tractive force at the wheels?
 
Physics news on Phys.org
If the CAN bus also knows vehicle speed then all you need is the wheel size. You don't need to know the gear box ratios or diff ratio, engine rpm over wheel rpm gives the total drive train mechanical advantage. From vehicle speed and wheel size you can find wheel rpm, and then total MA then tractive force.
 
  • Like
Likes   Reactions: ein_stein
Of course, that'd ignore drivetrain losses. so, to correct, good data on drivetrain efficiency is a must (This may vary with road and engine speed?).
 
Very helpful, thanks. If I can't obtain vehicle speed from CAN, I assume that I could get a decent estimate from GPS?
 
Yes, that should be fine. As for powertrain efficiency, you could probably just assume 85-90% and get a decent estimate.