5B3 SoH, GID

PID:

0x5B3

Name:

SoH, GID

AZE0

Table 4 PID 0x5B3 – transmit frequencies

Bus

Frequency (Hz)

Car-CAN

2

Table 5 PID 0x5B3 – response

PID

Byte

Bits

Description

Formula

Unit

Min

Max

5B3

B

7:1

Traction battery state of health (SoH)

0

100

F

7:0

Traction battery stored energy[1]

\[F \cdot 80\]

W⋅h

0

Adapted from: [ope], [DanielOster].

ELM327 console

Listing 3 Read PID 0x5B3 – GID (ELM327 console)
1> ATZ
2> ATI
3> ATL1
4> ATH1
5> ATS1
6> ATAL
7> ATCRA 5B3
8> ATMA
95B3 64 A2 12 CA 30 7B D0 8B

Read PID 0x5B3 GID (ELM327 console)

Equations

Traction battery stored energy Equation (1):

(1)\[ \begin{align}\begin{aligned}Given:\\byteF &= E6_{16} = 123_{10}\\Then:\\E_{stored} &= byteF_{10} \cdot 80_{10}\ W \mathord{\cdot} h\\&= 123_{10} \cdot 80_{10}\ W \mathord{\cdot} h\\&= 9840_{10}\ W \mathord{\cdot} h\end{aligned}\end{align} \]

Traction battery state of health (SoH) Equation (2):

(2)\[ \begin{align}\begin{aligned}Given:\\byteB &= A2_{16} = 10100010_{2}\\Then:\\SoH &= byteB_{2} >> 1\\&= 10100010_{2} >> 1\\&= 01010001_{2}\\&= 81_{10} \%\end{aligned}\end{align} \]