cell[0].voltage
cell[1].voltage
cell[2].voltage
cell[3].voltage
cell[4].voltage
cell[5].voltage
cell[6].voltage
cell[7].voltage
cell[8].voltage
cell[9].voltage
cell[10].voltage
cell[11].voltage
cell[12].voltage
cell[13].voltage
cell[14].voltage
cell[15].voltage
cell[16].voltage
.
.
.
cell[N-3].voltage
cell[N-2].voltage
cell[N-1].voltage
where
N
is the total number of instances of the register
cell.voltage
within the system.
8.1.1.3.4. Register Address
In some cases, it is necessary to use the address of a register as a configuration value for another
register in the system. This is required when assigning input and output pins to functions within the
BMS, for example.
The expression:
@component_name.register_name
expands to the address of the register in the system. The single-instance range expression may be
used for register addresses. For example:
@component_name[index].register_name
expands to the address of
component_name.register_name
at
index
in the system.
Nuvation Energy Battery Control Panel - Product Manual
Document ID: NE-PM-005
66
Rev 1.1, 2020-10-14
Curie Update 2