| | |
| | | final public static int CMD_Stop=83; |
| | | final public static int CMD_SetDischargeParm=40; |
| | | final public static int CMD_GetDischargeParm=41; |
| | | final public static int CMD_StartResDischarge = 0x32; //启动内阻测试 |
| | | final public static int CMD_StopResDischarge = 0x33; //停止内阻测试 |
| | | final public static int CMd_SetIp_Tem=90; // 暂时 |
| | | final public static int CMd_SetIp_Per=88; // 永久 |
| | | |
| | |
| | | public static final int CMD_ControlRectifModel =0xA4; //控制整流模块 |
| | | public static final int CMD_ControlRectifModel_ACK=0xA5; //控制整流模块成功 |
| | | |
| | | /**东峰平台*/ |
| | | public static final int CMD_StartDischarge_DF = 0x25; //启动放电测试 |
| | | public static final int CMD_StartDischargeAck_DF = 0x26; //启动放电测试成功 |
| | | public static final int CMD_StopDischarge_DF = 0x27; //停止放电测试 |
| | | public static final int CMD_StopDischargeAck_DF = 0x28; //停止放电测试成功 |
| | | public static final int CMD_StartChrCharge_DF = 0x40; //启动充电测试 |
| | | public static final int CMD_StartChrChargeAck_DF = 0x41; //启动充电测试成功 |
| | | public static final int CMD_StopChrCharge_DF = 0x42; //停止充电测试 |
| | | public static final int CMD_StopChrChargeAck_DF = 0x43; //停止充电测试成功 |
| | | |
| | | } |