| | |
| | | public static final int CMD_Stop = 0x53; //停止测试
|
| | | public static final int CMD_Suspended = 0x54; //暂停测试
|
| | |
|
| | | //------------ 设备上历史数据文件操作 --------------------------------------------------
|
| | | public static final int CMD_ReadFBDFile = 0xA1; //读取历史文件
|
| | | public static final int CMD_ReadFBDFile_ACK = 0xA2; //读取历史文件成功
|
| | |
|
| | | public static final int CMD_DownLoadFBDFile = 0xA3; //开始下载
|
| | | public static final int CMD_DownLoadFBDFile_ACK = 0xA4; //下载成功
|
| | | |
| | | |
| | | //----------------------------------------------------------------------------
|
| | | //------------ 读取电压电流、充放电测试、内阻测试数据 ---------------------------
|
| | | public static final int CMD_GetVIData = 0x60;
|