(Test continued)
36 C7000 & 7000ER Battery Analyzer V3.5
Option Description
IF Total Capacity < 5% If the capacity during the last discharge cycle is
less than 5%, go to the True statement.
Otherwise the False statement is selected.
IF Total Capacity > 5%
If the capacity during the last discharge cycle is
greater than 5%, go to the
True
statement.
Otherwise the False statement is selected.
IF User Defined Timeout If the time period set in Cycle 1 or Cycle 2 has
expired before the battery is fully charged,
discharged or reconditioned, go to the True
statement. Otherwise the False statement is
selected.
For Trickle Charge and Rest, the program will
proceed to the True statement only.
IF Loop Count < Max
If the number of cycle (the loop count) is less
than the value set in ’THEN REPEAT 0 times’ of
the
True
statement or ’ELSE REPEAT 0 times’
in the
False
statement, go to the
True
statement. Otherwise the
False
statement is
selected.
IF Loop Count > Max If the number of cycle (the loop count) is more
than the value set in ’THEN REPEAT 0 times’ of
the True statement or ’ELSE REPEAT 0 times’
in the False statement, go to the True
statement. Otherwise the False statement is
selected.