THEN and ELSE Statements
There are ten possible responses to the results of the IF statement. Each of these
responses is available as a THEN statement (for when a battery meets the
condition, or passes) or as an ELSE statement (for when a battery does not meet
the condition, or fails).
THEN/ELSE Statement Description
Starts the next phase. Starts the next phase.
Go to Phase 1 Starts Phase 1.
Go to Phase 2 Starts Phase 2.
Go to Phase 3 Starts Phase 3.
Go to Phase 4 Starts Phase 4.
Go to Phase 5 Starts Phase 5.
Go to Done Starts Phase Done.
REPEAT 0 times Repeats actions in the current phase the number of
times specified.
Available settings:
1 to 8
FOREVER. The program continues forever. See the
“IF Loop Count<Max” and “IF Loop Count>Max”
statements, above.
REST for 000:00:00 Applies no current for the specified time period (in
hhh:mm:ss format). The RESTING message (code
19) is displayed with time counting down.
After resting, the program goes to the next phase.
FAIL Fails the battery. The battery is electrically
disconnected, the FAIL light comes on, and the
WARNING message (code 16) appears.
Phase Done
Perform one of three different actions in the final phase of the custom program.
Action Description
Cadex Electronics Inc. C7000-C Series Battery Analyzers .
104