| | |
| | | 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; // 永久 |
| | | |
| | |
| | | //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_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; //停止充电测试成功 |
| | | |
| | | } |