This is an example of a charge step. The Vol Reg indicates the maximum voltage. In this example, since the battery is a NiMH type, voltage regulation is not required. Constant current is required. So Vol Reg is set to the maximum and the PCT will regulate to 650 mA of constant current.

If the battery type was LiIon and you wanted to charge at a constant voltage of 4.2V with an initial current limit of 1A. Then:

Set Vol Reg=4.2 V and Cur Reg=1000 mA.

In this example the termination statements are:

(10) IF -dV>0.09V then GOTO next Step (Stops charge)

(12) IF Step Time > 90 M then GOTO Step 14 (Safety Margin)

In this example the conditional statement is:

(5) IF Counter 3 = 4 then GOTO Step 17 (Cycles are complete)