You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is observed in EBiCS custom display module (the motor should be driving by the chain, turning in reverse direction while the wheels are turning backwards; clutches are connected in this case): value of uint16_t Fuel_Consumption = MS->Battery_Current / 10; becomes 0xF83A, which means 635 A, or -19.9 A if I treat it as a complement code value of a minus number. Actually there's no current.
This problem probably exists with other meters.
Note: it seems like MS.Battery_Current is calculated by FOC and PI algorithms, I don't understand the problem well...
The text was updated successfully, but these errors were encountered:
The problem is observed in EBiCS custom display module (the motor should be driving by the chain, turning in reverse direction while the wheels are turning backwards; clutches are connected in this case): value of
uint16_t Fuel_Consumption = MS->Battery_Current / 10;
becomes0xF83A
, which means 635 A, or -19.9 A if I treat it as a complement code value of a minus number. Actually there's no current.This problem probably exists with other meters.
Note: it seems like
MS.Battery_Current
is calculated by FOC and PI algorithms, I don't understand the problem well...The text was updated successfully, but these errors were encountered: