Some info about Enova Gyrfalcon S8000 and S4000 Pro

Some users who need to conduct durability testing on batteries may consider using the Gyrfalcon S8000 or S4000 Pro + TC. By utilizing custom test sequences to record data and perform regular checks, they can observe the capacity degradation after 50, 100, or 200 charge/discharge cycles. Of course, this kind of testing requires a long period. For example, if seven charge/discharge cycles are performed every two days, 105 cycles can be completed within 30 days.

1 Thank

Is there a carry case available to put the unit & ps in?

Calling all Linux users of the Enova Gyrfalcon chargers to help test my port of the Upgrade Tool:

TIA everyone!

1 Thank

eevblog just featured Test Controller! :star_struck:

2 Thanks

That’s a cool program. Is there a list of supported multimeters anywhere? (Apart from inside the actual program.)

(I’m waiting for a new multimeter to arrive, but highly doubt it will be compatible.)

Of course, although some models are missing in the list.

https://lygte-info.dk/project/TestControllerSupportedEquipment%20UK.html

2 Thanks
1 Thank

Here is an extended feature to share: by going to TC → Other →Text: Generate Configuration Copy Script, you can automatically generate a script to save the current program or easily copy all programs to another charger.

#scriptMenu Gyrfalcon_S4000Pro_Configuration_Copy_Script_20260224000547

#logcmds 0
=var device=getDevice("Charger")
(device):
=var channel = "None"
=var command_PreprocessBeforeSettingProgramQ =  "CONTrol:PROGram:PREProcess?  " + channel

=popupShowProgressAsync("Configuring GYRFALCON S4000Pro programs",32);

;;Start

CONTrol:PROGram:PREProcess  (channel);[200];

#if  (deviceRead(device,command_PreprocessBeforeSettingProgramQ) == "Ready")

;;***************************************************************************
;;Details of program  0

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  0.8A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑0.80A┍4.20V
;;Program Short Name:  CHLI↑0.80A

;;Configuration Script of Program 0

=popupShowProgressSetPosition(0);

PROGram:SERIalno (channel),0;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),0.8A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑0.80A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑0.80A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  1

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  0.8A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑0.80A┍4.20V
;;Program Short Name:  CHLI↑0.80A

;;Configuration Script of Program 1

=popupShowProgressSetPosition(1);

PROGram:SERIalno (channel),1;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),0.8A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑0.80A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑0.80A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  2

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 2

=popupShowProgressSetPosition(2);

PROGram:SERIalno (channel),2;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  3

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 3

=popupShowProgressSetPosition(3);

PROGram:SERIalno (channel),3;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  4

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 4

=popupShowProgressSetPosition(4);

PROGram:SERIalno (channel),4;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  5

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 5

=popupShowProgressSetPosition(5);

PROGram:SERIalno (channel),5;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  6

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 6

=popupShowProgressSetPosition(6);

PROGram:SERIalno (channel),6;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  7

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 7

=popupShowProgressSetPosition(7);

PROGram:SERIalno (channel),7;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  8

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 8

=popupShowProgressSetPosition(8);

PROGram:SERIalno (channel),8;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  9

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 9

=popupShowProgressSetPosition(9);

PROGram:SERIalno (channel),9;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  10

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 10

=popupShowProgressSetPosition(10);

PROGram:SERIalno (channel),10;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  11

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 11

=popupShowProgressSetPosition(11);

PROGram:SERIalno (channel),11;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  12

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 12

=popupShowProgressSetPosition(12);

PROGram:SERIalno (channel),12;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  13

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 13

=popupShowProgressSetPosition(13);

PROGram:SERIalno (channel),13;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  14

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 14

=popupShowProgressSetPosition(14);

PROGram:SERIalno (channel),14;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  15

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 15

=popupShowProgressSetPosition(15);

PROGram:SERIalno (channel),15;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  16

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 16

=popupShowProgressSetPosition(16);

PROGram:SERIalno (channel),16;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  17

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 17

=popupShowProgressSetPosition(17);

PROGram:SERIalno (channel),17;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  18

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 18

=popupShowProgressSetPosition(18);

PROGram:SERIalno (channel),18;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  19

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 19

=popupShowProgressSetPosition(19);

PROGram:SERIalno (channel),19;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  20

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 20

=popupShowProgressSetPosition(20);

PROGram:SERIalno (channel),20;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  21

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 21

=popupShowProgressSetPosition(21);

PROGram:SERIalno (channel),21;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  22

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 22

=popupShowProgressSetPosition(22);

PROGram:SERIalno (channel),22;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  23

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 23

=popupShowProgressSetPosition(23);

PROGram:SERIalno (channel),23;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  24

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 24

=popupShowProgressSetPosition(24);

PROGram:SERIalno (channel),24;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  25

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 25

=popupShowProgressSetPosition(25);

PROGram:SERIalno (channel),25;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  26

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 26

=popupShowProgressSetPosition(26);

PROGram:SERIalno (channel),26;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  27

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 27

=popupShowProgressSetPosition(27);

PROGram:SERIalno (channel),27;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  28

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 28

=popupShowProgressSetPosition(28);

PROGram:SERIalno (channel),28;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  29

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 29

=popupShowProgressSetPosition(29);

PROGram:SERIalno (channel),29;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  30

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 30

=popupShowProgressSetPosition(30);

PROGram:SERIalno (channel),30;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************
;;Details of program  31

;;Battery Type:  LiionStd
;;Task:  Charge
;;Max Capacity:  5500mAh
;;Precharge Current:  0.1A
;;Max Precharge Time:  180min
;;Precharge To Fast Charge Voltage:  3.0V
;;Charge Current:  1.0A
;;Max Charge Time:  600min
;;End Charge Current:  0.1A
;;End Charge Voltage:  4.2V
;;Restart Voltage:  0.0V
;;Program Long Name:  CHLI↑1.00A┍4.20V
;;Program Short Name:  CHLI↑1.00A

;;Configuration Script of Program 31

=popupShowProgressSetPosition(31);

PROGram:SERIalno (channel),31;[50];
PROGram:TYPE (channel),Li;[50];
PROGram:TASK (channel),C;[50];
PROGram:CAPAcity (channel),5500mAh;[50];
PROGram:CURRent:PRECharge (channel),0.1A;[50];
PROGram:TIME:PRECharge (channel),180min;[50];
PROGram:VOLTage:PREChargetofastcharge (channel),3.0V;[50];
PROGram:CURRent:CHARge (channel),1.0A;[50];
PROGram:TIME:CHARge (channel),600min;[50];
PROGram:CURRent:TERMination (channel),0.1A;[50];
PROGram:VOLTage:TERMination (channel),4.2V;[50];
PROGram:VOLTage:RESTart (channel),0.0V;[50];
program:LongName (replaceCharsR("CHLI↑1.00A┍4.20V","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];
program:ShortName (replaceCharsR("CHLI↑1.00A","\x7f\u2191\u2193\u29bb\u23b2\u2195\u22A5\u2126\u250d\u2515"));[50];

CONTrol:PROGram:SAVE (channel);[50];

;;***************************************************************************

CONTrol:PROGram:COMPleted (channel);[50];
=popupShowProgressSetPosition(100);

#endif

;;Finished

Load the above script into TC and run it to complete the copying process.

1 Thank