|
@ -469,6 +469,8 @@ namespace DyeingComputer.UserClass |
|
|
Dictionary<string, object> Chart_new = new Dictionary<string, object>();//缓存函数
|
|
|
Dictionary<string, object> Chart_new = new Dictionary<string, object>();//缓存函数
|
|
|
Chart_new.Add("ERR", MainWindowViewModel.ERR_JOG); |
|
|
Chart_new.Add("ERR", MainWindowViewModel.ERR_JOG); |
|
|
Chart_new.Add("UserButton", MainWindowViewModel._UserButton); |
|
|
Chart_new.Add("UserButton", MainWindowViewModel._UserButton); |
|
|
|
|
|
Chart_new.Add("UserInfoStart", MainWindowViewModel.UserInfoStart); |
|
|
|
|
|
Chart_new.Add("UserInfo", MainWindowViewModel.UserInfo); |
|
|
Chart_new.Add("WORK_RUN", MainWindowViewModel.WORK_RUN); |
|
|
Chart_new.Add("WORK_RUN", MainWindowViewModel.WORK_RUN); |
|
|
Chart_new.Add("RUN_STEPID", MainWindowViewModel.RUN_STEPID); |
|
|
Chart_new.Add("RUN_STEPID", MainWindowViewModel.RUN_STEPID); |
|
|
Chart_new.Add("LOCK", MainWindowViewModel._Lock_bool); |
|
|
Chart_new.Add("LOCK", MainWindowViewModel._Lock_bool); |
|
@ -492,6 +494,8 @@ namespace DyeingComputer.UserClass |
|
|
Chart_new.Add("STLC", MainWindowViewModel.Selet_dtm("1019")); |
|
|
Chart_new.Add("STLC", MainWindowViewModel.Selet_dtm("1019")); |
|
|
client.SendAsync("SC830" + "[" + MainWindowViewModel.S01 + "]" + Chart_new.ToJsonString()); |
|
|
client.SendAsync("SC830" + "[" + MainWindowViewModel.S01 + "]" + Chart_new.ToJsonString()); |
|
|
MainWindowViewModel.TX++; |
|
|
MainWindowViewModel.TX++; |
|
|
|
|
|
|
|
|
|
|
|
MainWindowViewModel.UserInfoStart = 900; |
|
|
} |
|
|
} |
|
|
catch (Exception ex) { client.SendAsync("SC931" + "[" + MainWindowViewModel.S01 + "]" + ex); } |
|
|
catch (Exception ex) { client.SendAsync("SC931" + "[" + MainWindowViewModel.S01 + "]" + ex); } |
|
|
} |
|
|
} |
|
|