DonDakin said:
...
Does that mean perhaps that the capacity is not in the regular data update that is transmitted when the car is on ? Maybe the mut 3 sends a command to interrogate the car and get the battery capacity number. If so that go against the philosophy of Canion not to write any data to the car to get this information?..
Howdy DD,
i think you are correct that the mut3 must query the BMU to get item #23. Here are some notes of what the system looks like to me.
The FSM shows the following components connected in the CAN bus line:
ETACS-ECU
ASC-ECU
EPS-ECU
Combination meter
Steering wheel sensor
G and yaw rate sensor
Battery management unit (BMU)
On board charger/DC-DC converter
Compressor/heater controller
Electric motor control unit (EMCU)
EV-ECU
The mut3 connects to the CAN buss thru the diagnostic connector.
The BMU talks to the Cell Monitoring Units (CMU boards mounted in each 8- or 4-cell module) but it appears that the CMUs are not on the CAN. The mut3 goes thru the CAN to the BMU to get CMU data.
There is a BMU data reference list of mut3 data values and trouble codes that are issued, and there is a BMU monitoring list with ~400 CMU-related data items that are stored of measurements or calculations related to cell and pack conditions that are available to the mut3 for monitoring the CMU control status.
Are all of these items sent over the CAN bus all the time?--probably not, since they are not needed for normal operation, but with the right command string on the CAN bus they probably could be sent.
There is an interesting note related to these data lists,
"These items are difficult to clearly show the specification value because the values much vary depending on the slight difference in the measuring conditions, in the environment or in the chronological change of the vehicle.The check conditions, displayed ranges and value variations are described."
i'm curious about how this all works and of course want to get a mut3 to figure it out...