Test
Test provides the condition for selecting the True or False statement.
Custom Programs 7
35
Option Description
Skip Test Go to the True statement. The False statement is
ignored.
IF Target Capacity Met If the capacity during the last discharge cycle
meets the Target Capacity, go to the True
statement. Otherwise the False statement is
selected.
IF Target Capacity Not Met If the capacity during the last discharge is below
the Target Capacity, go to the True statement.
Otherwise the False statement is selected.
IF < 5% Capacity Increase If the improvement in capacity during the last two
discharge cycles is less than 5% (for example,
the last one is 88% and the one before is 85%;
or 80% and 90%), go to the True statement.
Otherwise (for example, 90% and 80%) the False
statement is selected.
IF > 5% Capacity Increase If the improvement in capacity during the last two
discharge cycles is more than 5% (for example,
the last one is 90% and the one before is 80%),
go to the True statement. Otherwise (for
example, 88% and 85%, or 80% and 90%) the
False statement is selected.