| | |
| | | public static final int CMD_DownLoadFBDFile_ACK = 0xA4; //下载成功
|
| | |
|
| | |
|
| | | public static final int CMD_DownLoadFBDFile_Over = 0xA4; //手动结束
|
| | | |
| | | |
| | | //----------------------------------------------------------------------------
|
| | | //------------ 读取电压电流、充放电测试、内阻测试数据 ---------------------------
|
| | | public static final int CMD_GetVIData = 0x60;
|
| | |
| | | public static final int TestType_Charge_HELUQI = 0xBC;
|
| | | public static final int TestType_CAP_HELUQI = 0xBD; //升压续航放电测试类型
|
| | | public static final int TestType_SwitchDiode = 0xD1; //KD测试
|
| | | public static final int TestType_HuoHua = 0xD2; //活化测试
|
| | | //------------------------------------------------------------------------------
|
| | | //------------ 电池状态 ---------------------------------------------------------
|
| | | public static final int BattState_Float = 0x00; //浮充
|
| | |
| | | public static final int WORK_STATE_DISTEST = 2; //放电测试
|
| | | public static final int WORK_STATE_STOPCHAR = 3; //暂停充电
|
| | | public static final int WORK_STATE_CHARTEST = 4; //正在充电
|
| | | |
| | | public static final int WORK_STATE_HUOHUA = 5; //设备无对应,通信程序添加
|
| | |
|
| | | //------------------------------------------------------------------------------
|
| | | //------------ FGCD_A059 设备相关命令 ------------------------------------------------------
|