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
staticfloatget_total_voltage() {
using BCU::Communication::ModuleCAN;
return (ModuleCAN::strings[1].modules[1].module_voltage +
ModuleCAN::strings[1].modules[2].module_voltage +
ModuleCAN::strings[1].modules[3].module_voltage) * 0.1; // the * 0.1 to return volts and not milivolts
}
g0nz4I0
changed the title
Voltage is reported wrongly
Voltage is reported in milivolts instead of Volts
Dec 2, 2024
The module reports voltage in 100mV increments, so 1 inc = 100 mV, not one volt.
I dont think throught the decoding this is updated.
The text was updated successfully, but these errors were encountered: