36
Rev. 0
Table 1. CAN Messages with Measurement Values Send by DC2732A_CAN
ID
NAME
SIGNAL
T, [BYTES], BITS CFG2949 FLAG
DESCRIPTION
0x110
IP1V
I1
Int, [2:0], 24
MEAS_I1
Current1
P1
Int, [5:3], 24
MEAS_P1
Power1
BAT
Int, [7:6], 16
MEAS_BAT
Battery Voltage
P1 Will Be Reported by This Message If P1ASV Flag is Not Set. Otherwise Battery Voltage by Power ADC Will Be Reported by PASV Message.
0x111
IP2T
I2
Int, [2:0], 24
MEAS_I2
Current2
P2
Int, [5:3], 24
MEAS_P2
Power2
TEMP
Int, [7:6], 16
MEAS_TEMP
IC Temperature
P2 Will Be Reported by This Message If P2ASV Flag Is Not Set. See Also Note Above.
0x112
SVR
SLOT1
Int, [1:0], 16
MEAS_SLOT1
Slot1 voltage
SLOT2
Int, [3:2], 16
MEAS_SLOT2
Slot2 voltage
V
REF
Int, [5:4], 16
MEAS_VREF
Reference Voltage (V
REF
Pin)
V
CC
Int, [7:6], 16
MEAS_VCC
IC Supply Voltage
SLOT1/SLOT2 Voltage Will Be Reported by This Message If SLOT1NTC/SLOT2NTC Flag Is Not Set. Otherwise Temperature by NTC Measurement Will Be
Reported by SLOTSNTC Message.
0x113
SLOTSNTC
NTC1
Int, [1:0], 16
MEAS_SLOT1,
SLOT1NTC
NTC Temperature Measurement via Slot1
NTC2
Int, [3:2], 16
MEAS_SLOT2,
SLOT2NTC
NTC Temperature Measurement via Slot2
NTC1/NTC2 Temperature Will Be Reported by This Message If SLOT1NTC/SLOT2NTC Flag Is Set.
0x114
PASV
P1V
Int, [2:0], 24
MEAS_P1, P1ASV
Power1 as Voltage
P2V
Int, [5:3], 24
MEAS_P2, P2ASV
Power2 as Voltage
P1V/P2V (Power ADC in Voltage Mode) Will Be Reported by This Message If P1ASV/P2ASV Flag Is Set.
0x115
No used
0x116
No used
0x125
ACC_C1
C1
Int, [5:0], 4 8
ACC
Charge1
0x126
ACC_E1
E1
Int, [5:0], 48
ACC
Energy1
0x127
ACC_TB1
TB1
Int, [3:0], 32
ACC
Time1
0x128–0x12E
Optional, See Below.
C2, C3, E2, E4, TB2, TB3, TB4 are not reported as default. Values can still be read via RAWRW if required. Alternatively, if dedicated CAN messages for
those additional accumulators are needed, they can be enabled within the DC2732A_CAN.ino source code via the preprocessor definition ENABLE_CAN_
ID_ACC_C2_TO_TB4. Those messages will have the CAN IDs 0x128–0x12E.
Notes:
1. “T, [Bytes], Bits’ indicates the type, byte order (typically big-endian) and number of bits. For example, “Int, [0:2], 24” refers to a 24-bit big-endian integer
value stored in CAN message data bytes 0 to 2 where byte 0 is the MSB.
2. CFG2949 flag refers to the Boolean signal within CFG2949 that enables the related measurement signal. Above CAN messages will be send if any of the
related CFG2949 flags are enabled. Signals within CAN messages that are not enabled will report the most negative value.
APPENDIX B: CAN BASED EVALUATION