| | |
| | | public static final int CMD_SetMultModeParam_Ack = 0x3D; //设置并联电源模块参数成功 |
| | | |
| | | /** |
| | | * 电源一体机 充电/放电/活化测试命令/文件命令 |
| | | * 电源一体机 充电/放电/活化测试命令/文件命令/FBO4830控制 |
| | | */ |
| | | //-----------------------------启动/停止放电测试命令 |
| | | public static final int CMD_StartDischarge = 0x25; //启动放电 |
| | |
| | | public static final int CMD_EOperatingSwitch_ControlSwitch = 0x57; //电操开关控制命令 |
| | | public static final int CMD_EOperatingSwitch_ControlSwitchAck = 0x58; //电操开关控制成功 |
| | | |
| | | |
| | | //并联电源 |
| | | public static final int CMD_GetMutilMode_Param = 0xB4; //读取并联电源参数 |
| | | public static final int CMD_GetMutilMode_Param_Ack = 0xB2; //读取并联电源参数成功 |
| | | |
| | | public static final int CMD_SetMutilMode_Param = 0xB5; //设置并联电源参数 |
| | | public static final int CMD_SetMutilMode_Param_Ack = 0xB6; //设置并联电源参数成功 |
| | | |
| | | //配网电源-电池 |
| | | public static final int CMD_GetBattParam = 0x36; //读取电池参数54 |
| | | public static final int CMD_GetBattParamACK = 0x38; //读取电池参数成功56 |
| | | public static final int CMD_SetBattParam = 0x37; //设置电池参数55 |
| | | public static final int CMD_SetBattParamACK = 0x39; //设置电池参数成功57 |
| | | |
| | | //LD6 |
| | | public static final int LD6_CMD_STARTTEST = 81; //启动测试 |
| | | public static final int LD6_CMD_STARTTEST_ACK = 82; //启动测试成功 |
| | | public static final int LD6_CMD_STOPTEST = 83; //停止测试 |
| | | public static final int LD6_CMD_STOPTEST_ACK = 84; //停止测试成功 |
| | | public static final int LD6_CMD_SETPARAM = 40; //设置放电参数 |
| | | public static final int LD6_CMD_SETPARAM_ACK = 39; //设置放电参数成功 |
| | | public static final int LD6_CMD_GETPARAM = 41; //获取放电参数 |
| | | public static final int LD6_CMD_GETPARAM_ACK = 48; //获取放电参数成功 |
| | | |
| | | } |