| | |
| | |
|
| | |
|
| | |
|
| | | public static final int Button_Start_Addr = 0x80; //按钮状态的起始寄存器地址
|
| | | public static final int StartAutoLoad_Start_Addr = 0x08; //启动自动加载起始地址
|
| | | public static final int StopAutoLoad_Start_Addr = 0x09; //停止自动加载起始地址
|
| | | public static final int SuddenCrease_Start_Addr = 0x10; //突加突卸起始地址
|
| | | public static final int AllOpenBreak_Start_Addr = 0x11; //全部分闸
|
| | | public static final int Button_Start_Addr = 80; //按钮状态的起始寄存器地址
|
| | | public static final int StartAutoLoad_Start_Addr = 8; //启动自动加载起始地址
|
| | | public static final int StopAutoLoad_Start_Addr = 9; //停止自动加载起始地址
|
| | | public static final int SuddenCrease_Start_Addr = 10; //突加突卸起始地址
|
| | | public static final int AllOpenBreak_Start_Addr = 11; //全部分闸
|
| | |
|
| | | public static final int ButtonFeedBack_Start_Addr = 0x4020; //按钮反馈的起始地址
|
| | | public static final int ButtonFeedBack_Start_Addr = 4020; //按钮反馈的起始地址
|
| | |
|
| | | public static final int ActualSetPower_Start_Addr = 0x02; //设定功率起始地址 |
| | | public static final int OutPutPower_Start_Addr = 0x04; //已输出功率
|
| | | public static final int SetPower_Start_Addr = 0x08; //设定功率(设定值弹框)
|
| | | public static final int InterTime_Start_Addr = 0x16; //间隔时间
|
| | | public static final int ActualCurr_Start_Addr = 0x17; //实际电流
|
| | | public static final int ActualVol_Start_Addr = 0x18; //实际电压
|
| | | public static final int ActualSetPower_Start_Addr = 02; //设定功率起始地址 |
| | | public static final int OutPutPower_Start_Addr = 04; //已输出功率
|
| | | public static final int SetPower_Start_Addr = 8; //设定功率(设定值弹框)
|
| | | public static final int InterTime_Start_Addr = 16; //间隔时间
|
| | | public static final int ActualCurr_Start_Addr = 17; //实际电流
|
| | | public static final int ActualVol_Start_Addr = 18; //实际电压
|
| | |
|
| | | public static final int ButtonOutPut_Start_Addr = 0x8000; //按钮输出起始地址
|
| | | public static final int AutoProcess1_Start_Addr = 0x01; //自动流程1起始地址
|
| | | public static final int AutoProcess2_Start_Addr = 0x02; //自动流程2起始地址
|
| | | public static final int AutoProcess3_Start_Addr = 0x03; //自动流程3起始地址
|
| | | public static final int AutoProcess4_Start_Addr = 0x04; //自动流程4起始地址
|
| | | public static final int AutoProcess5_Start_Addr = 0x05; //自动流程5起始地址
|
| | | public static final int OverTmp_Start_Addr = 0x4013; //电抗超温起始地址
|
| | | public static final int LocalControl_Start_Addr = 0x40; //就地控制起始地址
|
| | | public static final int BackControl_Start_Addr = 0x41; //后台控制起始地址
|
| | | public static final int CenterControl_Start_Addr = 0x42; //中控控制起始地址
|
| | | public static final int SwitchArk_Start_Addr = 0x4018; //开关柜状态起始地址
|
| | | public static final int Middle_Start_Addr = 0x160; //中间量M200起始地址
|
| | | public static final int Fan_Button_Start_Addr = 0x12; //风机按钮起始地址
|
| | | public static final int Fan_Output_Start_Addr = 0x8013; //风机输出起始地址
|
| | | public static final int ButtonOutPut_Start_Addr = 8000; //按钮输出起始地址
|
| | | public static final int AutoProcess1_Start_Addr = 01; //自动流程1起始地址
|
| | | public static final int AutoProcess2_Start_Addr = 02; //自动流程2起始地址
|
| | | public static final int AutoProcess3_Start_Addr = 03; //自动流程3起始地址
|
| | | public static final int AutoProcess4_Start_Addr = 04; //自动流程4起始地址
|
| | | public static final int AutoProcess5_Start_Addr = 05; //自动流程5起始地址
|
| | | public static final int OverTmp_Start_Addr = 4013; //电抗超温起始地址
|
| | | public static final int LocalControl_Start_Addr = 40; //就地控制起始地址
|
| | | public static final int BackControl_Start_Addr = 41; //后台控制起始地址
|
| | | public static final int CenterControl_Start_Addr = 42; //中控控制起始地址
|
| | | public static final int SwitchArk_Start_Addr = 4018; //开关柜状态起始地址
|
| | | public static final int Middle_Start_Addr = 160; //中间量M200起始地址
|
| | | public static final int Fan_Button_Start_Addr = 12; //风机按钮起始地址
|
| | | public static final int Fan_Output_Start_Addr = 8013; //风机输出起始地址
|
| | |
|
| | |
|
| | |
|