| | |
| | | public static final int CMD_SetModelControl = 0x18; //设置模块状态 |
| | | public static final int CMD_SetModelControl_ACK = 0x19; //设置模块状态成功 |
| | | |
| | | public static final int CMD_GetModelControl = 0x68; //设置模块状态 |
| | | public static final int CMD_GetModelControl_ACK = 0x69; //设置模块状态成功 |
| | | public static final int CMD_GetModelControl = 0x68; //读取模块状态 |
| | | public static final int CMD_GetModelControl_ACK = 0x69; //读取模块状态成功 |
| | | |
| | | public static final int CMD_SetBatt1MonData = 0x20; //设置电池组1单体信息 |
| | | public static final int CMD_SetBatt1MonData_ACK = 0x21; //设置电池组1单体信息成功 |
| | |
| | | public static final int CMD_SetAlarmParam = 0x66; //设置告警参数 |
| | | public static final int CMD_SetAlarmParam_ACK = 0x67; //设置告警参数成功 |
| | | |
| | | public static final int CMD_SetBreakerState = 0x70; //控制断路器开关 |
| | | public static final int CMD_SetBreakerState_ACK = 0x71; //控制断路器开关成功 |
| | | |
| | | public static final int CMD_SetHRSTopState = 0x72; //核容终止组端信息设置 |
| | | public static final int CMD_SetHRSTopState_ACK = 0x73; //核容终止组端信息设置成功 |
| | | |
| | | public static final int CMD_SetHRSTopBatt = 0x74; //核容终止单体信息设置 |
| | | public static final int CMD_SetHRSTopBatt_ACK = 0x75; //核容终止单体信息设置成功 |
| | | |
| | | |
| | | public static final int CMD_SetHRSTopAlm = 0x76; //核容终止告警设置 |
| | | public static final int CMD_SetHRSTopAlm_ACK = 0x77; //核容终止告警设置成功 |
| | | |
| | | } |