| | |
| | | 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_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; //获取放电参数成功 |
| | | |
| | | //61850同步时间 |
| | | public static final int CMD_updateXZTime = 0xD1; //设置协转时间 |
| | | public static final int CMD_updateXZTimeAck = 0xD2; //设置协转时间成功 |
| | | |
| | | //智能母联控制 |
| | | public static final int CMD_ReadTest_Param = 0xA1; //读取参数 |
| | | public static final int CMD_ReadTest_Param_ACK = 0xA2; //读取参数成功 |
| | | public static final int CMD_WriteTest_Param = 0xA3; //设置参数 |
| | | public static final int CMD_WriteTest_Param_ACK = 0xA4; //设置参数成功 |
| | | public static final int CMD_StartDcdcTest = 0xA5; //强制启动测试 |
| | | public static final int CMD_StartDcdcTest_ACK = 0xA6; //强制启动测试成功 |
| | | public static final int CMD_StopDcdcTest = 0xA7; //强制停止测试 |
| | | public static final int CMD_StopDcdcTest_ACK = 0xA8; //强制停止测试成功 |
| | | public static final int CMD_Dcdc1 = 0xA9; //操作DCDC1 |
| | | public static final int CMD_Dcdc2 = 0xAA; //操作DCDC2 |
| | | |
| | | |
| | | //核容6185专属告警配置 |
| | | public static final int CMD6185_ReadAlarmParam = 0xC5; //读取告警 |
| | | public static final int CMD6185_ReadAlarmParam_ACK = 0xC6; //读取告警成功 |
| | | public static final int CMD6185_WriteAlarmParam = 0xC7; //设置告警 |
| | | public static final int CMD6185_WriteAlarmParam_ACK = 0xC8; //设置告警成功 |
| | | |
| | | //6159核容电源 |
| | | public static final int CMD_ReadACSWIBParam =0x90; //读取交流配电参数 |
| | | public static final int CMD_ReadACSWIBParam_ACK=0x91; //读取交流配电参数成功 |
| | | public static final int CMD_WriteACSWIBParam=0x92; //设置交流配电参数 |
| | | public static final int CMD_WriteACSWIBParam_ACK =0x93; //设置交流配电参数成功 |
| | | |
| | | public static final int CMD_ReadDCSWIBParam =0x94; //读取直流配电参数 |
| | | public static final int CMD_ReadDCSWIBParam_ACK=0x95; //读取直流配电参数成功 |
| | | public static final int CMD_WriteDCSWIBParam=0x96; //设置直流配电参数 |
| | | public static final int CMD_WriteDCSWIBParam_ACK =0x97; //设置直流配电参数成功 |
| | | |
| | | public static final int CMD_ReadRectifierParam =0x98; //读取整流模块参数 |
| | | public static final int CMD_ReadRectifierParam_ACK=0x99; //读取整流模块参数成功 |
| | | public static final int CMD_WriteRectifierParam=0xA0; //设置整流模块参数 |
| | | public static final int CMD_WriteRectifierParam_ACK =0xA1; //设置整流模块参数成功 |
| | | |
| | | public static final int CMD_ControlDKSwitch =0xA2; //控制DK开关 |
| | | public static final int CMD_ControlDKSwitch_ACK =0xA3; //控制DK开关成功 |
| | | 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; //停止充电测试成功 |
| | | |
| | | } |