Commit bf7f07cd 顾剑亮

debug

1 个父辈 b4ab9229
正在显示 47 个修改的文件 包含 540 行增加2412 行删除
...@@ -56,6 +56,15 @@ ...@@ -56,6 +56,15 @@
this.TxtLog = new System.Windows.Forms.TextBox(); this.TxtLog = new System.Windows.Forms.TextBox();
this.LblElevatorIO = new System.Windows.Forms.Label(); this.LblElevatorIO = new System.Windows.Forms.Label();
this.tabPage4 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage();
this.ChkAutoCharge = new System.Windows.Forms.CheckBox();
this.BtnShelfGet = new System.Windows.Forms.Button();
this.NudShelfCount = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.ChkMissionDebug = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.BtnShelfSet = new System.Windows.Forms.Button();
this.NudShelfCurr = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.CboLineName = new System.Windows.Forms.ComboBox(); this.CboLineName = new System.Windows.Forms.ComboBox();
this.BtnLineShelf = new System.Windows.Forms.Button(); this.BtnLineShelf = new System.Windows.Forms.Button();
this.BtnLineCall = new System.Windows.Forms.Button(); this.BtnLineCall = new System.Windows.Forms.Button();
...@@ -64,28 +73,26 @@ ...@@ -64,28 +73,26 @@
this.label4 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label();
this.TlpLine = new System.Windows.Forms.TableLayoutPanel(); this.TlpLine = new System.Windows.Forms.TableLayoutPanel();
this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage1 = new System.Windows.Forms.TabPage();
this.label6 = new System.Windows.Forms.Label();
this.BtnMissionPause = new System.Windows.Forms.Button(); this.BtnMissionPause = new System.Windows.Forms.Button();
this.BtnMissionRun = new System.Windows.Forms.Button(); this.BtnMissionRun = new System.Windows.Forms.Button();
this.BtnMissionClear = new System.Windows.Forms.Button(); this.BtnMissionClear = new System.Windows.Forms.Button();
this.BtnMissionAdd = new System.Windows.Forms.Button(); this.BtnMissionAdd = new System.Windows.Forms.Button();
this.LstMission = new System.Windows.Forms.ListBox(); this.LstMission = new System.Windows.Forms.ListBox();
this.label1 = new System.Windows.Forms.Label(); this.tabPage3 = new System.Windows.Forms.TabPage();
this.NudShelfCurr = new System.Windows.Forms.NumericUpDown(); this.label8 = new System.Windows.Forms.Label();
this.BtnShelfSet = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label(); this.BtnFullError = new System.Windows.Forms.Button();
this.ChkMissionDebug = new System.Windows.Forms.CheckBox(); this.BtnEmptyError = new System.Windows.Forms.Button();
this.ChkAutoCharge = new System.Windows.Forms.CheckBox();
this.NudShelfCount = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.BtnShelfGet = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.DgvName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DgvName)).BeginInit();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout(); this.tabPage2.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout();
this.tabPage4.SuspendLayout(); this.tabPage4.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NudShelfCurr)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NudShelfCount)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NudShelfCount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NudShelfCurr)).BeginInit();
this.tabPage1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// DgvName // DgvName
...@@ -133,7 +140,7 @@ ...@@ -133,7 +140,7 @@
this.DgvName.RowHeadersDefaultCellStyle = dataGridViewCellStyle10; this.DgvName.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
this.DgvName.RowHeadersWidth = 50; this.DgvName.RowHeadersWidth = 50;
this.DgvName.RowTemplate.Height = 23; this.DgvName.RowTemplate.Height = 23;
this.DgvName.Size = new System.Drawing.Size(848, 73); this.DgvName.Size = new System.Drawing.Size(880, 73);
this.DgvName.TabIndex = 1; this.DgvName.TabIndex = 1;
this.DgvName.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvName_CellContentClick); this.DgvName.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvName_CellContentClick);
// //
...@@ -149,20 +156,22 @@ ...@@ -149,20 +156,22 @@
// //
// Column2 // Column2
// //
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Column2.DefaultCellStyle = dataGridViewCellStyle3; this.Column2.DefaultCellStyle = dataGridViewCellStyle3;
this.Column2.HeaderText = "地点"; this.Column2.HeaderText = "地点";
this.Column2.Name = "Column2"; this.Column2.Name = "Column2";
this.Column2.ReadOnly = true; this.Column2.ReadOnly = true;
this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.Column2.Width = 46;
// //
// Column6 // Column6
// //
this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column6.HeaderText = "当前任务"; this.Column6.HeaderText = "当前任务";
this.Column6.Name = "Column6"; this.Column6.Name = "Column6";
this.Column6.ReadOnly = true; this.Column6.ReadOnly = true;
this.Column6.Width = 150; this.Column6.Width = 97;
// //
// Column5 // Column5
// //
...@@ -209,6 +218,7 @@ ...@@ -209,6 +218,7 @@
// //
// Column8 // Column8
// //
this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Column8.DefaultCellStyle = dataGridViewCellStyle8; this.Column8.DefaultCellStyle = dataGridViewCellStyle8;
...@@ -224,11 +234,12 @@ ...@@ -224,11 +234,12 @@
this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Font = new System.Drawing.Font("宋体", 12F); this.tabControl1.Font = new System.Drawing.Font("宋体", 12F);
this.tabControl1.Location = new System.Drawing.Point(12, 91); this.tabControl1.Location = new System.Drawing.Point(12, 91);
this.tabControl1.Name = "tabControl1"; this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0; this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(848, 545); this.tabControl1.Size = new System.Drawing.Size(880, 525);
this.tabControl1.TabIndex = 2; this.tabControl1.TabIndex = 2;
// //
// tabPage2 // tabPage2
...@@ -239,7 +250,7 @@ ...@@ -239,7 +250,7 @@
this.tabPage2.Location = new System.Drawing.Point(4, 26); this.tabPage2.Location = new System.Drawing.Point(4, 26);
this.tabPage2.Name = "tabPage2"; this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(840, 515); this.tabPage2.Size = new System.Drawing.Size(872, 495);
this.tabPage2.TabIndex = 1; this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "状态"; this.tabPage2.Text = "状态";
this.tabPage2.UseVisualStyleBackColor = true; this.tabPage2.UseVisualStyleBackColor = true;
...@@ -247,7 +258,7 @@ ...@@ -247,7 +258,7 @@
// BtnClearLog // BtnClearLog
// //
this.BtnClearLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.BtnClearLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnClearLog.Location = new System.Drawing.Point(462, 6); this.BtnClearLog.Location = new System.Drawing.Point(494, 6);
this.BtnClearLog.Name = "BtnClearLog"; this.BtnClearLog.Name = "BtnClearLog";
this.BtnClearLog.Size = new System.Drawing.Size(116, 36); this.BtnClearLog.Size = new System.Drawing.Size(116, 36);
this.BtnClearLog.TabIndex = 11; this.BtnClearLog.TabIndex = 11;
...@@ -269,20 +280,20 @@ ...@@ -269,20 +280,20 @@
this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.RowCount = 1; this.tableLayoutPanel5.RowCount = 1;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 460F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 440F));
this.tableLayoutPanel5.Size = new System.Drawing.Size(828, 460); this.tableLayoutPanel5.Size = new System.Drawing.Size(860, 440);
this.tableLayoutPanel5.TabIndex = 10; this.tableLayoutPanel5.TabIndex = 10;
// //
// TxtAgvMission0 // TxtAgvMission0
// //
this.TxtAgvMission0.Dock = System.Windows.Forms.DockStyle.Fill; this.TxtAgvMission0.Dock = System.Windows.Forms.DockStyle.Fill;
this.TxtAgvMission0.Font = new System.Drawing.Font("宋体", 12F); this.TxtAgvMission0.Font = new System.Drawing.Font("宋体", 12F);
this.TxtAgvMission0.Location = new System.Drawing.Point(582, 3); this.TxtAgvMission0.Location = new System.Drawing.Point(605, 3);
this.TxtAgvMission0.Multiline = true; this.TxtAgvMission0.Multiline = true;
this.TxtAgvMission0.Name = "TxtAgvMission0"; this.TxtAgvMission0.Name = "TxtAgvMission0";
this.TxtAgvMission0.ReadOnly = true; this.TxtAgvMission0.ReadOnly = true;
this.TxtAgvMission0.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.TxtAgvMission0.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.TxtAgvMission0.Size = new System.Drawing.Size(243, 454); this.TxtAgvMission0.Size = new System.Drawing.Size(252, 434);
this.TxtAgvMission0.TabIndex = 11; this.TxtAgvMission0.TabIndex = 11;
// //
// TxtLog // TxtLog
...@@ -294,7 +305,7 @@ ...@@ -294,7 +305,7 @@
this.TxtLog.Name = "TxtLog"; this.TxtLog.Name = "TxtLog";
this.TxtLog.ReadOnly = true; this.TxtLog.ReadOnly = true;
this.TxtLog.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.TxtLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.TxtLog.Size = new System.Drawing.Size(573, 454); this.TxtLog.Size = new System.Drawing.Size(596, 434);
this.TxtLog.TabIndex = 2; this.TxtLog.TabIndex = 2;
// //
// LblElevatorIO // LblElevatorIO
...@@ -312,6 +323,7 @@ ...@@ -312,6 +323,7 @@
// //
// tabPage4 // tabPage4
// //
this.tabPage4.Controls.Add(this.ChkAutoCharge);
this.tabPage4.Controls.Add(this.BtnShelfGet); this.tabPage4.Controls.Add(this.BtnShelfGet);
this.tabPage4.Controls.Add(this.NudShelfCount); this.tabPage4.Controls.Add(this.NudShelfCount);
this.tabPage4.Controls.Add(this.label3); this.tabPage4.Controls.Add(this.label3);
...@@ -330,11 +342,134 @@ ...@@ -330,11 +342,134 @@
this.tabPage4.Location = new System.Drawing.Point(4, 26); this.tabPage4.Location = new System.Drawing.Point(4, 26);
this.tabPage4.Name = "tabPage4"; this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(840, 515); this.tabPage4.Size = new System.Drawing.Size(872, 495);
this.tabPage4.TabIndex = 4; this.tabPage4.TabIndex = 4;
this.tabPage4.Text = "呼叫任务"; this.tabPage4.Text = "呼叫任务";
this.tabPage4.UseVisualStyleBackColor = true; this.tabPage4.UseVisualStyleBackColor = true;
// //
// ChkAutoCharge
//
this.ChkAutoCharge.AutoSize = true;
this.ChkAutoCharge.Checked = true;
this.ChkAutoCharge.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkAutoCharge.Enabled = false;
this.ChkAutoCharge.Location = new System.Drawing.Point(598, 435);
this.ChkAutoCharge.Name = "ChkAutoCharge";
this.ChkAutoCharge.Size = new System.Drawing.Size(91, 20);
this.ChkAutoCharge.TabIndex = 22;
this.ChkAutoCharge.Text = "自动充电";
this.ChkAutoCharge.UseVisualStyleBackColor = true;
this.ChkAutoCharge.CheckedChanged += new System.EventHandler(this.ChkAutoCharge_CheckedChanged);
//
// BtnShelfGet
//
this.BtnShelfGet.Enabled = false;
this.BtnShelfGet.Location = new System.Drawing.Point(598, 337);
this.BtnShelfGet.Name = "BtnShelfGet";
this.BtnShelfGet.Size = new System.Drawing.Size(145, 37);
this.BtnShelfGet.TabIndex = 21;
this.BtnShelfGet.Text = "获取当前值";
this.BtnShelfGet.UseVisualStyleBackColor = true;
this.BtnShelfGet.Click += new System.EventHandler(this.BtnShelfGet_Click);
//
// NudShelfCount
//
this.NudShelfCount.Enabled = false;
this.NudShelfCount.Location = new System.Drawing.Point(598, 305);
this.NudShelfCount.Maximum = new decimal(new int[] {
20,
0,
0,
0});
this.NudShelfCount.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.NudShelfCount.Name = "NudShelfCount";
this.NudShelfCount.Size = new System.Drawing.Size(145, 26);
this.NudShelfCount.TabIndex = 20;
this.NudShelfCount.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(598, 286);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(104, 16);
this.label3.TabIndex = 19;
this.label3.Text = "一楼货架总数";
//
// ChkMissionDebug
//
this.ChkMissionDebug.Appearance = System.Windows.Forms.Appearance.Button;
this.ChkMissionDebug.BackColor = System.Drawing.Color.Red;
this.ChkMissionDebug.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.ChkMissionDebug.FlatAppearance.BorderSize = 0;
this.ChkMissionDebug.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime;
this.ChkMissionDebug.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.ChkMissionDebug.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.ChkMissionDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ChkMissionDebug.Location = new System.Drawing.Point(598, 42);
this.ChkMissionDebug.Name = "ChkMissionDebug";
this.ChkMissionDebug.Size = new System.Drawing.Size(145, 37);
this.ChkMissionDebug.TabIndex = 18;
this.ChkMissionDebug.Text = "调试功能";
this.ChkMissionDebug.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.ChkMissionDebug.UseVisualStyleBackColor = false;
this.ChkMissionDebug.CheckedChanged += new System.EventHandler(this.ChkMissionDebug_CheckedChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(598, 94);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 16);
this.label2.TabIndex = 17;
this.label2.Text = "产线设置";
//
// BtnShelfSet
//
this.BtnShelfSet.Enabled = false;
this.BtnShelfSet.Location = new System.Drawing.Point(598, 380);
this.BtnShelfSet.Name = "BtnShelfSet";
this.BtnShelfSet.Size = new System.Drawing.Size(145, 37);
this.BtnShelfSet.TabIndex = 16;
this.BtnShelfSet.Text = "保存设置值";
this.BtnShelfSet.UseVisualStyleBackColor = true;
this.BtnShelfSet.Click += new System.EventHandler(this.BtnShelfSet_Click);
//
// NudShelfCurr
//
this.NudShelfCurr.Enabled = false;
this.NudShelfCurr.Location = new System.Drawing.Point(598, 257);
this.NudShelfCurr.Maximum = new decimal(new int[] {
20,
0,
0,
0});
this.NudShelfCurr.Minimum = new decimal(new int[] {
20,
0,
0,
-2147483648});
this.NudShelfCurr.Name = "NudShelfCurr";
this.NudShelfCurr.Size = new System.Drawing.Size(145, 26);
this.NudShelfCurr.TabIndex = 15;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(598, 238);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(136, 16);
this.label1.TabIndex = 14;
this.label1.Text = "一楼货架当前个数";
//
// CboLineName // CboLineName
// //
this.CboLineName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CboLineName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
...@@ -391,7 +526,7 @@ ...@@ -391,7 +526,7 @@
this.TlpElevator.Padding = new System.Windows.Forms.Padding(3); this.TlpElevator.Padding = new System.Windows.Forms.Padding(3);
this.TlpElevator.RowCount = 1; this.TlpElevator.RowCount = 1;
this.TlpElevator.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 464F)); this.TlpElevator.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 464F));
this.TlpElevator.Size = new System.Drawing.Size(290, 467); this.TlpElevator.Size = new System.Drawing.Size(290, 447);
this.TlpElevator.TabIndex = 4; this.TlpElevator.TabIndex = 4;
// //
// label4 // label4
...@@ -418,12 +553,12 @@ ...@@ -418,12 +553,12 @@
this.TlpLine.Padding = new System.Windows.Forms.Padding(3); this.TlpLine.Padding = new System.Windows.Forms.Padding(3);
this.TlpLine.RowCount = 1; this.TlpLine.RowCount = 1;
this.TlpLine.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 464F)); this.TlpLine.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 464F));
this.TlpLine.Size = new System.Drawing.Size(290, 467); this.TlpLine.Size = new System.Drawing.Size(290, 447);
this.TlpLine.TabIndex = 2; this.TlpLine.TabIndex = 2;
// //
// tabPage1 // tabPage1
// //
this.tabPage1.Controls.Add(this.ChkAutoCharge); this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.BtnMissionPause); this.tabPage1.Controls.Add(this.BtnMissionPause);
this.tabPage1.Controls.Add(this.BtnMissionRun); this.tabPage1.Controls.Add(this.BtnMissionRun);
this.tabPage1.Controls.Add(this.BtnMissionClear); this.tabPage1.Controls.Add(this.BtnMissionClear);
...@@ -432,11 +567,21 @@ ...@@ -432,11 +567,21 @@
this.tabPage1.Location = new System.Drawing.Point(4, 26); this.tabPage1.Location = new System.Drawing.Point(4, 26);
this.tabPage1.Name = "tabPage1"; this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(840, 515); this.tabPage1.Size = new System.Drawing.Size(872, 495);
this.tabPage1.TabIndex = 2; this.tabPage1.TabIndex = 2;
this.tabPage1.Text = "小车任务"; this.tabPage1.Text = "小车任务";
this.tabPage1.UseVisualStyleBackColor = true; this.tabPage1.UseVisualStyleBackColor = true;
// //
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Red;
this.label6.Location = new System.Drawing.Point(232, 267);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(272, 16);
this.label6.TabIndex = 17;
this.label6.Text = "注:自动模式False时才能发送任务。";
//
// BtnMissionPause // BtnMissionPause
// //
this.BtnMissionPause.Font = new System.Drawing.Font("宋体", 12F); this.BtnMissionPause.Font = new System.Drawing.Font("宋体", 12F);
...@@ -491,122 +636,74 @@ ...@@ -491,122 +636,74 @@
this.LstMission.ItemHeight = 20; this.LstMission.ItemHeight = 20;
this.LstMission.Location = new System.Drawing.Point(6, 6); this.LstMission.Location = new System.Drawing.Point(6, 6);
this.LstMission.Name = "LstMission"; this.LstMission.Name = "LstMission";
this.LstMission.Size = new System.Drawing.Size(220, 499); this.LstMission.Size = new System.Drawing.Size(220, 479);
this.LstMission.TabIndex = 12; this.LstMission.TabIndex = 12;
// //
// label1 // tabPage3
// //
this.label1.AutoSize = true; this.tabPage3.Controls.Add(this.label8);
this.label1.Location = new System.Drawing.Point(598, 238); this.tabPage3.Controls.Add(this.label7);
this.label1.Name = "label1"; this.tabPage3.Controls.Add(this.BtnFullError);
this.label1.Size = new System.Drawing.Size(136, 16); this.tabPage3.Controls.Add(this.BtnEmptyError);
this.label1.TabIndex = 14; this.tabPage3.Location = new System.Drawing.Point(4, 26);
this.label1.Text = "一楼货架当前个数"; this.tabPage3.Name = "tabPage3";
// this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
// NudShelfCurr this.tabPage3.Size = new System.Drawing.Size(872, 495);
// this.tabPage3.TabIndex = 5;
this.NudShelfCurr.Enabled = false; this.tabPage3.Text = "异常处理";
this.NudShelfCurr.Location = new System.Drawing.Point(598, 257); this.tabPage3.UseVisualStyleBackColor = true;
this.NudShelfCurr.Maximum = new decimal(new int[] { //
2, // label8
0, //
0, this.label8.AutoSize = true;
0}); this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NudShelfCurr.Name = "NudShelfCurr"; this.label8.ForeColor = System.Drawing.Color.Tomato;
this.NudShelfCurr.Size = new System.Drawing.Size(145, 26); this.label8.Location = new System.Drawing.Point(18, 218);
this.NudShelfCurr.TabIndex = 15; this.label8.Margin = new System.Windows.Forms.Padding(3);
// this.label8.Name = "label8";
// BtnShelfSet this.label8.Size = new System.Drawing.Size(229, 84);
// this.label8.TabIndex = 12;
this.BtnShelfSet.Enabled = false; this.label8.Text = "1、软件任务点击清除。\r\n2、AGV小车确认不在电梯里。\r\n3、满货架确认摆放在电梯。\r\n4、处理后电梯将关门去一楼。";
this.BtnShelfSet.Location = new System.Drawing.Point(598, 380); //
this.BtnShelfSet.Name = "BtnShelfSet"; // label7
this.BtnShelfSet.Size = new System.Drawing.Size(145, 37); //
this.BtnShelfSet.TabIndex = 16; this.label7.AutoSize = true;
this.BtnShelfSet.Text = "保存设置值"; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnShelfSet.UseVisualStyleBackColor = true; this.label7.ForeColor = System.Drawing.Color.Tomato;
this.BtnShelfSet.Click += new System.EventHandler(this.BtnShelfSet_Click); this.label7.Location = new System.Drawing.Point(18, 20);
// this.label7.Margin = new System.Windows.Forms.Padding(3);
// label2 this.label7.Name = "label7";
// this.label7.Size = new System.Drawing.Size(229, 84);
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label7.TabIndex = 11;
this.label2.AutoSize = true; this.label7.Text = "1、软件任务点击清除。\r\n2、AGV小车确认不在电梯里。\r\n3、空货架确认不在电梯里。\r\n4、处理后电梯将关门。";
this.label2.Location = new System.Drawing.Point(598, 94); //
this.label2.Name = "label2"; // BtnFullError
this.label2.Size = new System.Drawing.Size(72, 16); //
this.label2.TabIndex = 17; this.BtnFullError.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Text = "产线设置"; this.BtnFullError.Location = new System.Drawing.Point(22, 308);
// this.BtnFullError.Name = "BtnFullError";
// ChkMissionDebug this.BtnFullError.Size = new System.Drawing.Size(177, 48);
// this.BtnFullError.TabIndex = 3;
this.ChkMissionDebug.Appearance = System.Windows.Forms.Appearance.Button; this.BtnFullError.Text = "结束送满料任务";
this.ChkMissionDebug.BackColor = System.Drawing.Color.Red; this.BtnFullError.UseVisualStyleBackColor = true;
this.ChkMissionDebug.FlatAppearance.BorderColor = System.Drawing.Color.White; this.BtnFullError.Click += new System.EventHandler(this.BtnFullError_Click);
this.ChkMissionDebug.FlatAppearance.BorderSize = 0; //
this.ChkMissionDebug.FlatAppearance.CheckedBackColor = System.Drawing.Color.Lime; // BtnEmptyError
this.ChkMissionDebug.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); //
this.ChkMissionDebug.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.BtnEmptyError.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChkMissionDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnEmptyError.Location = new System.Drawing.Point(22, 110);
this.ChkMissionDebug.Location = new System.Drawing.Point(598, 42); this.BtnEmptyError.Name = "BtnEmptyError";
this.ChkMissionDebug.Name = "ChkMissionDebug"; this.BtnEmptyError.Size = new System.Drawing.Size(177, 48);
this.ChkMissionDebug.Size = new System.Drawing.Size(145, 37); this.BtnEmptyError.TabIndex = 2;
this.ChkMissionDebug.TabIndex = 18; this.BtnEmptyError.Text = "结束回收货架任务";
this.ChkMissionDebug.Text = "调试功能"; this.BtnEmptyError.UseVisualStyleBackColor = true;
this.ChkMissionDebug.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnEmptyError.Click += new System.EventHandler(this.BtnEmptyError_Click);
this.ChkMissionDebug.UseVisualStyleBackColor = false;
this.ChkMissionDebug.CheckedChanged += new System.EventHandler(this.ChkMissionDebug_CheckedChanged);
//
// ChkAutoCharge
//
this.ChkAutoCharge.AutoSize = true;
this.ChkAutoCharge.Checked = true;
this.ChkAutoCharge.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkAutoCharge.Location = new System.Drawing.Point(232, 317);
this.ChkAutoCharge.Name = "ChkAutoCharge";
this.ChkAutoCharge.Size = new System.Drawing.Size(91, 20);
this.ChkAutoCharge.TabIndex = 17;
this.ChkAutoCharge.Text = "自动充电";
this.ChkAutoCharge.UseVisualStyleBackColor = true;
this.ChkAutoCharge.CheckedChanged += new System.EventHandler(this.ChkAutoCharge_CheckedChanged);
//
// NudShelfCount
//
this.NudShelfCount.Enabled = false;
this.NudShelfCount.Location = new System.Drawing.Point(598, 305);
this.NudShelfCount.Maximum = new decimal(new int[] {
2,
0,
0,
0});
this.NudShelfCount.Name = "NudShelfCount";
this.NudShelfCount.Size = new System.Drawing.Size(145, 26);
this.NudShelfCount.TabIndex = 20;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(598, 286);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(104, 16);
this.label3.TabIndex = 19;
this.label3.Text = "一楼货架总数";
//
// BtnShelfGet
//
this.BtnShelfGet.Enabled = false;
this.BtnShelfGet.Location = new System.Drawing.Point(598, 337);
this.BtnShelfGet.Name = "BtnShelfGet";
this.BtnShelfGet.Size = new System.Drawing.Size(145, 37);
this.BtnShelfGet.TabIndex = 21;
this.BtnShelfGet.Text = "获取当前值";
this.BtnShelfGet.UseVisualStyleBackColor = true;
this.BtnShelfGet.Click += new System.EventHandler(this.BtnShelfGet_Click);
// //
// FrmMain // FrmMain
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(872, 648); this.ClientSize = new System.Drawing.Size(904, 628);
this.Controls.Add(this.tabControl1); this.Controls.Add(this.tabControl1);
this.Controls.Add(this.DgvName); this.Controls.Add(this.DgvName);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
...@@ -622,10 +719,12 @@ ...@@ -622,10 +719,12 @@
this.tableLayoutPanel5.PerformLayout(); this.tableLayoutPanel5.PerformLayout();
this.tabPage4.ResumeLayout(false); this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout(); this.tabPage4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NudShelfCount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NudShelfCurr)).EndInit();
this.tabPage1.ResumeLayout(false); this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout(); this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NudShelfCurr)).EndInit(); this.tabPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NudShelfCount)).EndInit(); this.tabPage3.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
} }
...@@ -633,14 +732,6 @@ ...@@ -633,14 +732,6 @@
#endregion #endregion
private System.Windows.Forms.DataGridView DgvName; private System.Windows.Forms.DataGridView DgvName;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewButtonColumn Column4;
private System.Windows.Forms.DataGridViewButtonColumn Column8;
private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button BtnClearLog; private System.Windows.Forms.Button BtnClearLog;
...@@ -667,10 +758,24 @@ ...@@ -667,10 +758,24 @@
private System.Windows.Forms.Button BtnShelfSet; private System.Windows.Forms.Button BtnShelfSet;
private System.Windows.Forms.NumericUpDown NudShelfCurr; private System.Windows.Forms.NumericUpDown NudShelfCurr;
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox ChkAutoCharge;
private System.Windows.Forms.NumericUpDown NudShelfCount; private System.Windows.Forms.NumericUpDown NudShelfCount;
private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button BtnShelfGet; private System.Windows.Forms.Button BtnShelfGet;
private System.Windows.Forms.CheckBox ChkAutoCharge;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewButtonColumn Column4;
private System.Windows.Forms.DataGridViewButtonColumn Column8;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Button BtnFullError;
private System.Windows.Forms.Button BtnEmptyError;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
} }
} }
...@@ -153,8 +153,8 @@ namespace AGVControl_Elevator ...@@ -153,8 +153,8 @@ namespace AGVControl_Elevator
{ {
for (int i = 0; i < Common.lineInfos.Count; i++) for (int i = 0; i < Common.lineInfos.Count; i++)
{ {
lineDI[i].BackColor = Common.lineInfos[i].Call ? BACK_TRUE : BACK_FALSE; lineDI[i].BackColor = Common.lineInfos[i].LineCall ? BACK_TRUE : BACK_FALSE;
lineShelf[i].BackColor = Common.lineInfos[i].Exist ? BACK_TRUE : BACK_FALSE; lineShelf[i].BackColor = Common.lineInfos[i].ShelfExist ? BACK_TRUE : BACK_FALSE;
} }
} }
...@@ -177,10 +177,13 @@ namespace AGVControl_Elevator ...@@ -177,10 +177,13 @@ namespace AGVControl_Elevator
private void ElevatorDO_Click(object sender, EventArgs e) private void ElevatorDO_Click(object sender, EventArgs e)
{ {
if (ChkMissionDebug.Checked)
{
Button btn = sender as Button; Button btn = sender as Button;
int index = Array.FindIndex(elevatorDO, s => s == btn); int index = Array.FindIndex(elevatorDO, s => s == btn);
BLL.ManageWork.elevator.WriteDO(index); BLL.ManageWork.elevator.WriteDO(index);
} }
}
private void FrmMain_Load(object sender, EventArgs e) private void FrmMain_Load(object sender, EventArgs e)
{ {
...@@ -190,6 +193,7 @@ namespace AGVControl_Elevator ...@@ -190,6 +193,7 @@ namespace AGVControl_Elevator
LstMission.Items.AddRange(Common.agvMissions.Keys.ToArray()); LstMission.Items.AddRange(Common.agvMissions.Keys.ToArray());
NudShelfCurr.Value = Common.FirstFloorCurr; NudShelfCurr.Value = Common.FirstFloorCurr;
NudShelfCount.Value = Common.FirstFloorCount; NudShelfCount.Value = Common.FirstFloorCount;
ChkAutoCharge.Checked = Common.AutoCharge;
for (int i = 0; i < Common.agvInfos.Count; i++) for (int i = 0; i < Common.agvInfos.Count; i++)
{ {
...@@ -287,9 +291,10 @@ namespace AGVControl_Elevator ...@@ -287,9 +291,10 @@ namespace AGVControl_Elevator
info.IsAuto = !info.IsAuto; info.IsAuto = !info.IsAuto;
DgvName.Rows[e.RowIndex].Cells[e.ColumnIndex].Value = info.IsAuto.ToString(); DgvName.Rows[e.RowIndex].Cells[e.ColumnIndex].Value = info.IsAuto.ToString();
Common.appConfig.AppSettings.Settings[info.Name].Value = info.IsAuto.ToString(); Common.appConfig.AppSettings.Settings[info.Name].Value = info.IsAuto.ToString();
Common.appConfig.Save(); Common.appConfig.Save(System.Configuration.ConfigurationSaveMode.Modified);
System.Configuration.ConfigurationManager.RefreshSection("appSettings"); System.Configuration.ConfigurationManager.RefreshSection("appSettings");
Common.log.Info("手动修改 " + info.Name + " IsUse=" + info.IsAuto); Common.log.UI_Display(string.Format("手动修改 {0} 的自动状态为{1}", info.Name, info.IsAuto));
Common.log.Info(string.Format("手动修改 {0} 的自动状态为{1}", info.Name, info.IsAuto));
} }
else if (e.ColumnIndex == DgvName.Columns.Count - 1) //最后一列,清除任务 else if (e.ColumnIndex == DgvName.Columns.Count - 1) //最后一列,清除任务
{ {
...@@ -303,8 +308,10 @@ namespace AGVControl_Elevator ...@@ -303,8 +308,10 @@ namespace AGVControl_Elevator
info.Place = ""; info.Place = "";
DgvName.Rows[e.RowIndex].Cells[e.ColumnIndex - 1].Value = info.IsAuto.ToString(); DgvName.Rows[e.RowIndex].Cells[e.ColumnIndex - 1].Value = info.IsAuto.ToString();
Common.appConfig.AppSettings.Settings[info.Name].Value = info.IsAuto.ToString(); Common.appConfig.AppSettings.Settings[info.Name].Value = info.IsAuto.ToString();
Common.appConfig.Save(); Common.appConfig.Save(System.Configuration.ConfigurationSaveMode.Modified);
System.Configuration.ConfigurationManager.RefreshSection("appSettings"); System.Configuration.ConfigurationManager.RefreshSection("appSettings");
Common.log.UI_Display(string.Format("手动清除 {0} 的当前任务,并且自动状态改为{1}", info.Name, info.IsAuto));
Common.log.Info(string.Format("手动清除 {0} 的当前任务,并且自动状态改为{1}", info.Name, info.IsAuto));
} }
} }
} }
...@@ -316,8 +323,8 @@ namespace AGVControl_Elevator ...@@ -316,8 +323,8 @@ namespace AGVControl_Elevator
DialogResult dr = MessageBox.Show(text, "", MessageBoxButtons.YesNo, MessageBoxIcon.Information); DialogResult dr = MessageBox.Show(text, "", MessageBoxButtons.YesNo, MessageBoxIcon.Information);
if (dr == DialogResult.No) return; if (dr == DialogResult.No) return;
info.Call = false; info.LineCall = false;
lineDI[CboLineName.SelectedIndex].BackColor = info.Call ? BACK_TRUE : BACK_FALSE; lineDI[CboLineName.SelectedIndex].BackColor = info.LineCall ? BACK_TRUE : BACK_FALSE;
Common.log.Info(string.Format("手动取消{0}呼叫", info.Name)); Common.log.Info(string.Format("手动取消{0}呼叫", info.Name));
BLL.ManageWork.line.Save(); BLL.ManageWork.line.Save();
} }
...@@ -329,35 +336,42 @@ namespace AGVControl_Elevator ...@@ -329,35 +336,42 @@ namespace AGVControl_Elevator
DialogResult dr = MessageBox.Show(text, "", MessageBoxButtons.YesNo, MessageBoxIcon.Information); DialogResult dr = MessageBox.Show(text, "", MessageBoxButtons.YesNo, MessageBoxIcon.Information);
if (dr == DialogResult.No) return; if (dr == DialogResult.No) return;
info.Exist = !info.Exist; info.ShelfExist = !info.ShelfExist;
lineShelf[CboLineName.SelectedIndex].BackColor = info.Exist ? BACK_TRUE : BACK_FALSE; lineShelf[CboLineName.SelectedIndex].BackColor = info.ShelfExist ? BACK_TRUE : BACK_FALSE;
Common.log.Info(string.Format("手动改变{0}货架状态{1}", info.Name, info.Exist)); Common.log.Info(string.Format("手动改变{0}货架状态{1}", info.Name, info.ShelfExist));
BLL.ManageWork.line.Save(); BLL.ManageWork.line.Save();
} }
private void ChkMissionDebug_CheckedChanged(object sender, EventArgs e) private void ChkMissionDebug_CheckedChanged(object sender, EventArgs e)
{ {
CboLineName.Enabled = ChkMissionDebug.Checked; CboLineName.Enabled = ChkMissionDebug.Checked;
BtnLineCall.Enabled = ChkMissionDebug.Checked;
BtnLineShelf.Enabled = ChkMissionDebug.Checked;
NudShelfCurr.Enabled = ChkMissionDebug.Checked;
NudShelfCount.Enabled = ChkMissionDebug.Checked;
BtnShelfGet.Enabled = ChkMissionDebug.Checked;
BtnShelfSet.Enabled = ChkMissionDebug.Checked;
ChkAutoCharge.Enabled = ChkMissionDebug.Checked;
} }
private void BtnClearLog_Click(object sender, EventArgs e) private void BtnClearLog_Click(object sender, EventArgs e)
{ {
TxtLog.Text = ""; Common.log.UI_Clear();
} }
private void BtnShelfSet_Click(object sender, EventArgs e) private void BtnShelfSet_Click(object sender, EventArgs e)
{ {
int n = Convert.ToInt32(NudShelfCurr.Value); Common.FirstFloorCurr = Convert.ToInt32(NudShelfCurr.Value);
Common.FirstFloorCurr = n; BLL.ManageWork.FirstFloorSave();
System.IO.File.WriteAllText(Common.PATH_FIRST_FLOOR_CURR, n.ToString(), Encoding.UTF8);
n = Convert.ToInt32(NudShelfCount.Value); int n = Convert.ToInt32(NudShelfCount.Value);
if (Common.FirstFloorCount != n)
{
Common.FirstFloorCount = n; Common.FirstFloorCount = n;
Common.appConfig.AppSettings.Settings["FirstFloorCount"].Value = n.ToString(); Common.appConfig.AppSettings.Settings["FirstFloorCount"].Value = n.ToString();
Common.appConfig.Save(); Common.appConfig.Save(System.Configuration.ConfigurationSaveMode.Modified);
System.Configuration.ConfigurationManager.RefreshSection("appSettings"); System.Configuration.ConfigurationManager.RefreshSection("appSettings");
}
MessageBox.Show("设置保存成功"); MessageBox.Show("设置保存成功");
} }
...@@ -365,7 +379,7 @@ namespace AGVControl_Elevator ...@@ -365,7 +379,7 @@ namespace AGVControl_Elevator
{ {
Common.AutoCharge = ChkAutoCharge.Checked; Common.AutoCharge = ChkAutoCharge.Checked;
Common.appConfig.AppSettings.Settings["AutoCharge"].Value = Common.AutoCharge.ToString(); Common.appConfig.AppSettings.Settings["AutoCharge"].Value = Common.AutoCharge.ToString();
Common.appConfig.Save(); Common.appConfig.Save(System.Configuration.ConfigurationSaveMode.Modified);
System.Configuration.ConfigurationManager.RefreshSection("appSettings"); System.Configuration.ConfigurationManager.RefreshSection("appSettings");
} }
...@@ -374,5 +388,49 @@ namespace AGVControl_Elevator ...@@ -374,5 +388,49 @@ namespace AGVControl_Elevator
NudShelfCurr.Value = Common.FirstFloorCurr; NudShelfCurr.Value = Common.FirstFloorCurr;
NudShelfCount.Value = Common.FirstFloorCount; NudShelfCount.Value = Common.FirstFloorCount;
} }
private void BtnEmptyError_Click(object sender, EventArgs e)
{
//System.Threading.Thread thread = new System.Threading.Thread(new System.Threading.ThreadStart(BLL.ManageWork.EmptyErrorDispose));
//thread.Start();
if (DgvName.SelectedCells.Count == 0) return;
AgvInfo info = Common.agvInfos[DgvName.SelectedCells[0].RowIndex];
if (info.IsAuto)
{
MessageBox.Show(info.Name + "自动模式不允许操作");
}
else
{
BLL.ManageWork.EmptyErrorDispose();
Common.log.Info("手动异常处理,结束回收货架任务");
MessageBox.Show("结束回收货架任务处理完成", "", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
private void BtnFullError_Click(object sender, EventArgs e)
{
//System.Threading.Thread thread = new System.Threading.Thread(new System.Threading.ThreadStart(BLL.ManageWork.FullErrorDispose));
//thread.Start();
if (DgvName.SelectedCells.Count == 0) return;
AgvInfo info = Common.agvInfos[DgvName.SelectedCells[0].RowIndex];
if (info.IsAuto)
{
MessageBox.Show(info.Name + "自动模式不允许操作");
}
else
{
BLL.ManageWork.FullErrorDispose();
Common.log.Info("手动异常处理,结束送满料任务");
MessageBox.Show("结束送满料任务处理完成", "", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
} }
} }
...@@ -62,7 +62,7 @@ namespace AGVControl_Elevator ...@@ -62,7 +62,7 @@ namespace AGVControl_Elevator
if (Common.appConfig.AppSettings.Settings[str[1]] == null) if (Common.appConfig.AppSettings.Settings[str[1]] == null)
{ {
Common.appConfig.AppSettings.Settings.Add(str[1], "false"); Common.appConfig.AppSettings.Settings.Add(str[1], "false");
Common.appConfig.Save(); Common.appConfig.Save(System.Configuration.ConfigurationSaveMode.Modified);
System.Configuration.ConfigurationManager.RefreshSection("appSettings"); System.Configuration.ConfigurationManager.RefreshSection("appSettings");
} }
else else
......
...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices; ...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.1.0.0")]
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<configuration> <configuration>
<startup> <startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup> </startup>
<appSettings> <appSettings>
<add key="FLEET_IP" value="10.85.199.3" /> <add key="FLEET_IP" value="10.85.199.3"/>
<add key="FleetSend" value="true" /> <add key="FleetSend" value="true"/>
<add key="BatteryMax" value="100" /> <add key="BatteryMax" value="100"/>
<add key="BatteryMin" value="20" /> <add key="BatteryMin" value="20"/>
<add key="BatteryIdle" value="80" /> <add key="BatteryIdle" value="80"/>
<add key="ElevatorIOIP" value="10.85.199.148" /> <add key="ElevatorIOIP" value="10.85.199.148"/>
<add key="FirstFloorCount" value="2" /> <add key="FirstFloorCount" value="2"/>
<add key="AutoCharge" value="true" /> <add key="AutoCharge" value="true"/>
<add key="12号车" value="false" />
</appSettings> </appSettings>
</configuration> </configuration>
\ No newline at end of file \ No newline at end of file
...@@ -3,8 +3,10 @@ MoveStandby,1ca1ba19-1e6a-11eb-b091-94c691a7387d ...@@ -3,8 +3,10 @@ MoveStandby,1ca1ba19-1e6a-11eb-b091-94c691a7387d
MoveElevatorSide,3383a4dc-1e6a-11eb-b091-94c691a7387d MoveElevatorSide,3383a4dc-1e6a-11eb-b091-94c691a7387d
EnterElevatorFull,4b3ffeba-1e6a-11eb-b091-94c691a7387d EnterElevatorFull,4b3ffeba-1e6a-11eb-b091-94c691a7387d
EnterElevatorEmpty,5fcad6a1-1ea9-11eb-b091-94c691a7387d EnterElevatorEmpty,5fcad6a1-1ea9-11eb-b091-94c691a7387d
LeaveShelf,887f0e4b-20d1-11eb-b091-94c691a7387d
CarryElevatorSide,c7242eee-20d2-11eb-b091-94c691a7387d
CarryFullD1,43cc7897-200c-11eb-b091-94c691a7387d CarryFullD1,43cc7897-200c-11eb-b091-94c691a7387d
CarryFullD2,5fa6b99e-200c-11eb-b091-94c691a7387d CarryFullD2,27c0a726-22ba-11eb-90bb-94c691a7334a
CarryFullD3,73ddebc6-200c-11eb-b091-94c691a7387d CarryFullD3,73ddebc6-200c-11eb-b091-94c691a7387d
CarryFullD4,8949860d-200c-11eb-b091-94c691a7387d CarryFullD4,8949860d-200c-11eb-b091-94c691a7387d
CarryFullD5,9e21bda5-200c-11eb-b091-94c691a7387d CarryFullD5,9e21bda5-200c-11eb-b091-94c691a7387d
...@@ -33,7 +35,5 @@ CarryEmptyT6,e0fb038d-200e-11eb-b091-94c691a7387d ...@@ -33,7 +35,5 @@ CarryEmptyT6,e0fb038d-200e-11eb-b091-94c691a7387d
CarryEmptyT7,f2619898-200e-11eb-b091-94c691a7387d CarryEmptyT7,f2619898-200e-11eb-b091-94c691a7387d
CarryEmptyT8,05a18e78-200f-11eb-b091-94c691a7387d CarryEmptyT8,05a18e78-200f-11eb-b091-94c691a7387d
CarryEmptyT9,1d13831b-200f-11eb-b091-94c691a7387d CarryEmptyT9,1d13831b-200f-11eb-b091-94c691a7387d
LeaveShelf,887f0e4b-20d1-11eb-b091-94c691a7387d
CarryElevatorSide,c7242eee-20d2-11eb-b091-94c691a7387d
PickShelf,9807e65c-1e9b-11eb-998e-94c691a7334a PickShelf,9807e65c-1e9b-11eb-998e-94c691a7334a
PlaceShelf,dbfd5a43-1e9b-11eb-998e-94c691a7334a PlaceShelf,dbfd5a43-1e9b-11eb-998e-94c691a7334a
\ No newline at end of file \ No newline at end of file
[2020-11-10 10:15:04,691][1][AGVControl:18]INFO =====程序开始=====
[2020-11-10 10:15:04,749][1][AGVControl:18]INFO 读取配置文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\AgvName.csv
[2020-11-10 10:15:04,755][1][AGVControl:18]INFO 读取配置文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\AgvMission.csv
[2020-11-10 10:15:04,762][1][AGVControl:18]INFO 读取配置文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\Line.csv
[2020-11-10 10:15:04,768][1][AGVControl:18]INFO 读取配置文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\Elevator.csv
[2020-11-10 10:15:04,887][1][AGVControl:18]INFO 加载缓存文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\LineWork.txt
[2020-11-10 10:15:07,371][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:09,863][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:11,873][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:13,873][9][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:15,873][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:17,873][9][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:19,875][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:21,864][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:23,874][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:25,869][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:28,360][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:30,376][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:32,865][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:34,861][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:37,369][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:39,363][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:41,361][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:43,367][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-10 10:15:44,659][1][AGVControl:18]INFO =====程序结束=====
[2020-11-09 13:11:50,407][1][AGVControl:18]INFO =====程序开始=====
[2020-11-09 13:11:50,491][1][AGVControl:18]INFO 读取配置文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\AgvName.csv
[2020-11-09 13:11:50,493][1][AGVControl:18]INFO 读取配置文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\AgvMission.csv
[2020-11-09 13:11:50,500][1][AGVControl:18]INFO 读取配置文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\Line.csv
[2020-11-09 13:11:50,507][1][AGVControl:18]INFO 读取配置文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\Elevator.csv
[2020-11-09 13:11:50,701][1][AGVControl:18]INFO 加载缓存文件 D:\Neotel\AGVControl_Elevator\AGVControl_Elevator\bin\Debug\Config\LineWork.txt
[2020-11-09 13:11:53,116][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:11:55,614][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:11:58,114][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:00,626][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:02,623][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:04,619][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:06,624][9][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:08,612][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:10,618][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:12,612][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:15,126][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:17,121][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:19,614][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:21,626][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:24,116][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:26,124][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:28,120][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:30,122][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:32,118][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:34,112][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:36,112][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:38,126][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:40,616][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:42,618][9][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:44,618][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:46,613][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:48,615][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:50,612][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:52,625][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:54,616][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:56,616][21][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:12:58,625][22][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:00,625][21][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:02,622][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:04,612][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:06,619][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:08,625][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:10,618][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:12,624][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:14,623][18][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:16,621][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:18,625][19][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:20,614][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:22,619][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:24,617][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:26,626][19][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:28,618][17][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:30,623][22][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:32,625][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:34,626][18][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:36,614][22][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:38,623][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:40,620][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:42,617][21][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:44,616][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:46,617][18][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:48,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:50,617][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:52,614][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:54,613][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:56,613][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:13:58,615][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:00,625][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:02,626][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:04,616][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:06,614][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:08,612][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:11,123][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:13,123][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:15,126][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:17,125][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:19,120][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:21,118][19][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:23,113][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:25,124][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:27,119][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:29,122][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:31,117][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:33,118][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:35,117][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:37,113][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:39,126][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:41,126][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:43,124][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:45,119][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:47,117][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:49,119][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:51,112][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:53,119][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:55,118][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:57,126][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:14:59,114][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:01,127][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:03,127][21][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:05,112][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:07,125][17][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:09,120][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:11,119][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:13,116][17][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:15,114][19][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:17,115][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:19,119][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:21,121][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:23,114][19][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:25,122][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:27,116][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:29,618][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:33,621][21][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:35,616][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:37,620][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:39,624][17][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:41,613][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:43,626][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:45,613][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:47,622][17][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:49,618][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:51,619][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:53,614][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:55,624][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:57,621][19][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:15:59,625][28][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:01,622][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:03,619][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:05,619][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:07,626][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:09,619][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:11,616][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:13,625][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:15,625][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:17,614][28][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:19,627][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:21,619][19][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:23,624][22][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:25,627][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:27,626][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:29,612][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:31,621][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:33,618][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:35,616][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:37,620][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:39,619][22][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:41,616][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:43,616][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:45,626][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:47,624][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:49,613][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:51,615][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:53,612][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:55,626][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:16:57,621][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:00,121][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:04,125][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:06,126][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:08,112][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:10,126][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:12,117][21][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:14,117][17][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:16,123][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:18,118][18][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:20,126][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:22,116][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:24,120][30][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:26,115][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:28,120][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:30,112][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:32,123][28][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:34,118][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:36,124][18][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:38,119][30][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:40,123][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:42,127][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:44,126][19][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:46,121][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:48,123][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:50,113][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:52,120][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:54,123][18][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:56,120][17][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:17:58,121][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:00,120][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:02,126][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:04,114][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:06,122][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:08,125][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:10,115][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:12,117][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:14,124][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:16,126][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:18,117][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:20,627][17][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:22,621][28][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:24,624][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:26,623][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:28,627][30][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:30,617][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:32,620][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:34,621][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:36,623][28][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:38,613][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:40,615][28][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:42,615][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:44,627][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:46,614][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:48,615][30][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:50,616][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:52,621][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:54,615][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:56,623][19][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:18:58,618][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:00,614][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:02,623][7][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:04,621][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:06,615][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:08,629][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:10,620][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:12,615][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:14,621][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:16,624][28][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:18,615][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:20,618][28][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:22,622][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:24,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:26,616][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:28,619][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:30,619][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:32,627][17][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:34,620][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:36,619][24][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:38,626][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:40,615][27][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:42,624][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:44,617][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:46,627][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:49,117][3][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:51,123][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:53,121][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:55,118][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:57,117][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:19:59,114][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:01,122][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:03,124][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:05,122][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:07,112][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:09,128][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:11,121][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:13,121][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:15,123][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:17,119][15][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:19,116][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:21,117][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:23,113][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:25,121][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:27,115][14][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:29,125][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:31,121][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:33,114][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:35,654][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:39,626][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:41,626][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:43,621][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:45,620][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:47,612][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:50,119][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:52,613][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:55,119][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:20:57,623][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:02,126][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:06,619][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:09,127][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:13,617][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:17,625][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:20,123][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:24,626][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:29,117][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:33,119][22][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:35,117][22][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:37,117][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:39,123][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:41,116][22][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:43,126][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:45,118][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:47,114][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:49,120][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:51,116][25][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:53,114][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:55,112][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:57,122][9][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:21:59,118][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:01,122][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:03,116][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:05,125][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:07,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:09,116][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:11,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:13,123][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:15,121][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:17,125][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:19,124][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:21,121][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:23,125][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:25,124][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:27,123][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:29,118][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:31,113][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:33,124][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:35,122][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:37,116][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:39,114][37][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:41,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:43,120][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:45,118][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:47,126][39][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:49,123][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:51,122][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:53,116][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:55,125][39][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:57,123][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:22:59,119][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:01,626][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:05,626][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:07,622][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:09,613][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:11,623][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:13,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:15,620][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:17,618][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:19,613][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:21,624][38][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:23,619][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:25,615][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:27,620][40][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:29,619][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:31,616][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:33,612][36][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:35,624][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:37,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:39,612][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:41,620][41][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:43,616][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:45,614][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:47,613][9][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:49,618][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:51,616][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:53,615][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:55,625][39][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:57,619][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:23:59,616][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:01,615][9][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:03,613][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:05,623][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:07,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:09,620][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:11,618][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:13,627][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:15,620][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:17,617][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:19,613][39][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:21,623][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:23,617][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:25,616][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:27,615][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:30,123][39][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:32,121][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:34,115][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:36,125][36][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:38,124][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:40,121][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:42,118][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:44,117][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:46,113][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:48,123][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:50,116][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:52,116][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:54,119][36][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:56,114][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:24:58,124][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:00,114][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:02,113][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:04,121][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:06,117][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:08,124][13][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:10,122][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:12,120][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:14,115][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:16,126][11][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:18,118][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:20,117][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:22,115][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:24,113][9][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:26,125][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:28,119][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:30,114][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:32,126][38][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:34,121][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:36,117][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:38,126][39][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:40,122][23][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:42,120][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:44,115][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:46,124][37][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:48,124][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:50,121][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:52,115][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:54,115][20][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:56,126][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:25:58,615][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:00,626][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:02,622][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:04,615][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:06,613][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:08,614][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:10,625][41][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:12,618][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:14,623][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:16,619][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:18,617][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:20,625][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:22,615][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:24,623][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:26,615][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:28,626][31][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:30,618][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:32,620][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:34,626][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:36,619][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:38,619][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:40,617][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:42,619][40][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:44,627][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:46,623][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:48,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:50,618][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:52,626][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:54,622][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:56,626][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:26:58,621][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:00,624][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:02,615][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:04,622][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:06,622][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:08,627][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:10,625][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:12,619][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:14,616][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:16,617][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:18,625][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:20,621][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:22,625][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:24,616][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:26,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:28,627][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:30,620][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:32,625][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:34,613][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:36,616][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:38,617][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:40,626][37][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:42,613][39][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:44,627][40][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:46,619][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:49,125][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:53,126][22][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:55,125][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:57,126][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:27:59,123][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:01,124][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:03,115][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:05,125][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:07,119][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:09,117][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:11,123][32][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:13,117][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:15,127][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:17,122][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:19,116][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:21,126][38][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:23,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:25,118][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:27,113][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:29,125][37][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:31,115][12][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:33,117][41][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:35,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:37,124][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:39,119][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:41,115][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:43,125][34][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:45,123][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:47,117][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:49,122][38][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:51,113][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:53,116][8][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:55,114][40][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:57,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:28:59,113][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:01,120][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:03,114][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:05,126][37][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:07,122][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:09,120][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:11,116][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:13,124][41][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:15,118][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:17,120][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:19,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:21,114][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:23,122][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:25,116][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:27,124][36][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:29,122][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:31,124][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:33,625][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:37,622][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:39,616][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:41,614][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:43,624][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:45,623][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:47,620][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:49,615][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:51,624][26][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:53,617][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:55,624][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:57,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:29:59,615][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:01,627][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:03,616][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:05,614][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:07,621][38][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:09,613][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:11,623][37][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:13,616][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:15,626][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:17,627][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:19,626][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:21,622][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:23,614][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:25,614][34][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:27,624][38][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:29,620][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:31,614][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:33,626][38][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:35,622][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:37,614][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:39,626][40][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:41,624][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:43,616][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:45,620][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:47,627][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:49,618][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:51,622][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:53,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:55,619][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:57,627][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:30:59,623][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:01,621][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:03,625][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:05,612][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:07,624][34][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:09,622][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:11,613][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:13,619][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:15,619][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:17,625][38][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:19,613][34][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:22,113][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:24,119][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:26,124][29][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:28,117][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:30,115][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:32,121][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:34,125][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:36,122][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:38,116][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:40,120][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:42,127][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:44,113][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:46,124][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:48,117][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:50,126][39][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:52,123][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:54,117][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:56,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:31:58,126][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:00,126][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:02,118][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:04,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:06,125][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:08,122][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:10,116][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:12,114][38][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:14,125][10][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:16,127][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:18,121][16][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:20,114][6][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:22,122][34][AGVControl:28]WARN 12号车[10.85.199.114] 脱机
[2020-11-09 13:32:22,502][1][AGVControl:18]INFO =====程序结束=====
[2020-11-10 10:15:04,911][1][IO_Elevator:63]INFO ===== IO[10.85.199.148] Open =====
[2020-11-10 10:15:06,874][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:08,866][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:10,861][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:13,365][13][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:15,369][13][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:17,363][13][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:19,368][13][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:21,369][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:23,363][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:25,373][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:27,373][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:29,863][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:31,875][10][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:33,872][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:36,361][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:38,869][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:40,867][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:42,871][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-10 10:15:44,641][1][IO_Elevator:78]INFO ===== IO[10.85.199.148] Close =====
[2020-11-09 13:11:50,884][1][IO_Elevator:63]INFO ===== IO[10.85.199.148] Open =====
[2020-11-09 13:11:53,626][10][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:11:55,614][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:11:57,622][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:11:59,623][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:01,615][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:03,624][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:05,627][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:07,620][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:09,613][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:11,614][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:14,116][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:16,626][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:18,625][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:20,621][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:23,124][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:25,616][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:27,624][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:29,614][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:31,622][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:33,616][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:35,616][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:37,614][10][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:39,614][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:41,627][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:43,627][10][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:45,616][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:47,618][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:49,622][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:51,616][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:53,612][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:55,624][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:57,620][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:12:59,616][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:01,620][19][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:03,626][13][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:05,616][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:07,626][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:09,624][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:11,620][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:13,614][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:15,612][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:17,618][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:19,622][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:21,618][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:23,624][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:25,618][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:27,616][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:29,622][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:31,612][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:33,626][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:35,615][20][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:37,619][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:39,615][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:41,619][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:43,623][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:45,621][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:47,625][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:49,613][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:51,621][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:53,626][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:55,626][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:57,623][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:13:59,617][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:01,619][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:03,626][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:05,622][21][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:07,621][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:10,116][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:12,114][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:14,118][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:16,116][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:18,113][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:20,126][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:22,120][3][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:24,116][21][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:26,116][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:28,116][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:30,124][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:32,116][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:34,124][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:36,120][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:38,120][13][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:40,118][20][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:42,116][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:44,126][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:46,124][19][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:48,126][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:50,120][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:52,116][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:54,126][20][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:56,125][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:14:58,121][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:00,118][13][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:02,118][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:04,116][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:06,118][3][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:08,116][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:10,126][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:12,124][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:14,122][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:16,118][3][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:18,116][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:20,116][3][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:22,124][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:24,121][3][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:26,114][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:28,620][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:30,624][19][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:32,614][27][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:34,612][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:36,617][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:38,616][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:40,614][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:42,620][21][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:44,613][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:46,616][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:48,618][20][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:50,626][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:52,626][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:54,618][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:56,612][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:15:58,621][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:00,615][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:02,623][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:04,626][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:06,623][21][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:08,617][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:10,624][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:12,612][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:14,621][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:16,626][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:18,623][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:20,613][27][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:22,626][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:24,625][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:26,617][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:28,626][27][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:30,618][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:32,616][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:34,626][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:36,624][3][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:38,616][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:40,626][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:42,624][27][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:44,620][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:46,620][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:48,627][18][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:50,624][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:52,620][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:54,612][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:56,623][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:16:59,126][27][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:01,126][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:03,119][28][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:05,123][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:07,126][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:09,115][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:11,118][27][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:13,121][30][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:15,124][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:17,114][19][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:19,123][30][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:21,115][28][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:23,115][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:25,124][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:27,114][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:29,126][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:31,117][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:33,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:35,120][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:37,120][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:39,119][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:41,125][21][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:43,123][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:45,113][27][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:47,112][19][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:49,124][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:51,117][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:53,119][30][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:55,114][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:57,116][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:17:59,122][21][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:01,119][27][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:03,126][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:05,117][33][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:07,126][19][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:09,114][21][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:11,117][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:13,120][28][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:15,112][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:17,113][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:19,626][34][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:21,615][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:23,612][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:25,625][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:27,618][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:29,612][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:31,616][7][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:33,618][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:35,624][34][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:37,620][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:39,626][34][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:41,626][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:43,620][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:45,614][30][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:47,614][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:49,624][28][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:51,618][28][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:53,622][3][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:55,620][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:57,614][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:18:59,622][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:01,616][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:03,612][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:05,626][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:07,620][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:09,614][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:11,626][28][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:13,618][3][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:15,626][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:17,624][27][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:19,616][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:21,618][34][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:23,622][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:25,626][34][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:27,618][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:29,617][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:31,621][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:33,613][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:35,617][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:37,612][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:39,626][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:41,617][28][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:43,628][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:45,621][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:48,126][28][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:50,119][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:52,115][24][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:54,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:56,124][17][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:19:58,124][28][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:00,115][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:02,114][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:04,118][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:06,124][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:08,118][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:10,115][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:12,121][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:14,117][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:16,115][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:18,123][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:20,118][15][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:22,121][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:24,117][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:26,126][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:28,119][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:30,115][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:32,619][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:34,615][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:36,626][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:38,619][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:40,626][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:42,618][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:44,613][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:47,119][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:49,113][14][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:52,121][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:55,119][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:57,623][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:20:59,617][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:01,615][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:03,623][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:06,126][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:08,119][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:10,623][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:12,619][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:14,625][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:17,113][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:19,615][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:21,627][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:24,115][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:26,125][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:28,119][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:30,125][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:32,117][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:34,127][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:36,125][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:38,117][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:40,115][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:42,119][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:44,115][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:46,124][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:48,114][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:50,128][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:52,127][13][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:54,156][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:56,116][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:21:58,114][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:00,121][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:02,127][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:04,121][36][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:06,126][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:08,126][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:10,123][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:12,117][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:14,116][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:16,119][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:18,115][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:20,113][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:22,120][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:24,120][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:26,115][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:28,127][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:30,123][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:32,121][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:34,115][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:36,123][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:38,124][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:40,121][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:42,115][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:44,125][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:46,121][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:48,115][40][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:50,113][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:52,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:54,119][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:56,117][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:22:58,113][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:00,623][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:02,618][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:04,623][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:06,617][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:08,626][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:10,622][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:12,613][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:14,613][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:16,629][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:18,622][36][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:20,619][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:22,612][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:24,626][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:26,619][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:28,612][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:30,626][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:32,624][41][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:34,618][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:36,614][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:38,622][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:40,618][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:42,612][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:44,624][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:46,625][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:48,627][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:50,626][13][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:52,624][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:54,620][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:56,616][41][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:23:58,624][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:00,625][36][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:02,622][38][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:04,619][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:06,612][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:08,613][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:10,626][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:12,620][39][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:14,616][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:16,627][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:18,622][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:20,619][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:22,612][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:24,625][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:27,119][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:29,120][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:31,112][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:33,126][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:35,118][41][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:37,116][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:39,114][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:41,127][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:43,130][10][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:45,124][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:47,118][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:49,127][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:51,124][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:53,130][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:55,122][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:57,120][8][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:24:59,122][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:01,123][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:03,116][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:05,129][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:07,118][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:09,116][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:11,115][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:13,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:15,120][10][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:17,112][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:19,129][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:21,124][41][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:23,120][37][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:25,118][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:27,114][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:29,124][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:31,118][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:33,112][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:35,127][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:37,122][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:39,115][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:41,112][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:43,126][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:45,122][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:47,118][40][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:49,113][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:51,127][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:53,113][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:55,119][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:57,625][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:25:59,619][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:01,616][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:03,628][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:05,621][39][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:07,624][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:09,619][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:11,618][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:13,615][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:15,613][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:17,624][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:19,620][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:21,619][11][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:23,622][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:25,627][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:27,620][39][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:29,614][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:31,616][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:33,626][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:35,615][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:37,616][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:39,624][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:41,619][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:43,622][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:45,616][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:47,614][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:49,614][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:51,619][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:53,615][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:55,623][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:57,615][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:26:59,626][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:01,626][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:03,618][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:05,619][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:07,623][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:09,627][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:11,612][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:13,618][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:15,619][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:17,620][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:19,617][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:21,623][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:23,624][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:25,619][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:27,627][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:29,613][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:31,620][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:33,614][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:35,626][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:37,618][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:39,621][38][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:41,624][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:43,621][9][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:45,614][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:48,120][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:50,127][41][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:52,121][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:54,114][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:56,127][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:27:58,119][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:00,126][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:02,115][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:04,125][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:06,112][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:08,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:10,121][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:12,114][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:14,124][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:16,118][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:18,127][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:20,123][33][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:22,115][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:24,115][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:26,129][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:28,120][38][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:30,136][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:32,120][36][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:34,120][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:36,116][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:38,112][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:40,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:42,118][35][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:44,116][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:46,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:48,118][39][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:50,127][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:52,127][39][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:54,121][38][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:56,119][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:28:58,126][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:00,118][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:02,122][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:04,119][40][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:06,113][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:08,117][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:10,125][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:12,122][36][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:14,113][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:16,121][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:18,123][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:20,115][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:22,113][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:24,126][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:26,119][37][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:28,115][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:30,123][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:32,619][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:34,616][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:36,619][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:38,626][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:40,621][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:42,619][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:44,618][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:46,612][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:48,624][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:50,618][12][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:52,615][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:54,625][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:56,615][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:29:58,618][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:00,621][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:02,612][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:04,622][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:06,616][36][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:08,625][6][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:10,619][41][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:12,612][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:14,620][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:16,623][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:18,617][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:20,617][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:22,625][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:24,627][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:26,617][33][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:28,613][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:30,626][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:32,620][41][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:34,615][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:36,626][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:38,624][22][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:40,615][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:42,615][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:44,617][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:46,623][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:48,615][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:50,621][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:52,615][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:54,620][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:56,614][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:30:58,626][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:00,625][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:02,613][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:04,626][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:06,612][38][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:08,624][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:10,620][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:12,617][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:14,622][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:16,626][37][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:18,624][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:21,114][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:23,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:25,115][25][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:27,120][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:29,119][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:31,112][23][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:33,125][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:35,126][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:37,120][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:39,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:41,115][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:43,127][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:45,121][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:47,125][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:49,119][36][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:51,117][16][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:53,113][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:55,123][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:57,119][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:31:59,117][32][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:01,115][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:03,125][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:05,120][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:07,116][26][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:09,126][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:11,124][41][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:13,120][36][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:15,128][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:17,118][31][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:19,123][29][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:21,120][39][IO_Elevator:251]INFO Ping 10.85.199.148 请求没有响应
[2020-11-09 13:32:22,482][1][IO_Elevator:78]INFO ===== IO[10.85.199.148] Close =====
[2020-11-10 10:15:04,900][1][IO_Line:63]INFO ===== IO[10.85.199.97] Open =====
[2020-11-10 10:15:04,908][1][IO_Line:63]INFO ===== IO[10.85.199.98] Open =====
[2020-11-10 10:15:04,908][1][IO_Line:63]INFO ===== IO[10.85.199.99] Open =====
[2020-11-10 10:15:04,909][1][IO_Line:63]INFO ===== IO[10.85.199.100] Open =====
[2020-11-10 10:15:04,909][1][IO_Line:63]INFO ===== IO[10.85.199.101] Open =====
[2020-11-10 10:15:04,909][1][IO_Line:63]INFO ===== IO[10.85.199.102] Open =====
[2020-11-10 10:15:04,909][1][IO_Line:63]INFO ===== IO[10.85.199.103] Open =====
[2020-11-10 10:15:04,910][1][IO_Line:63]INFO ===== IO[10.85.199.104] Open =====
[2020-11-10 10:15:04,910][1][IO_Line:63]INFO ===== IO[10.85.199.105] Open =====
[2020-11-10 10:15:04,910][1][IO_Line:63]INFO ===== IO[10.85.199.106] Open =====
[2020-11-10 10:15:04,910][1][IO_Line:63]INFO ===== IO[10.85.199.107] Open =====
[2020-11-10 10:15:04,911][1][IO_Line:63]INFO ===== IO[10.85.199.108] Open =====
[2020-11-10 10:15:04,911][1][IO_Line:63]INFO ===== IO[10.85.199.109] Open =====
[2020-11-10 10:15:04,911][1][IO_Line:63]INFO ===== IO[10.85.199.110] Open =====
[2020-11-10 10:15:04,911][1][IO_Line:63]INFO ===== IO[10.85.199.111] Open =====
[2020-11-10 10:15:05,868][6][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:05,869][10][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:05,868][7][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:05,869][8][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:05,870][11][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:05,870][9][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:06,875][10][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:06,875][7][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:06,875][8][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:06,875][11][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:06,875][9][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:07,370][13][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:07,864][6][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:07,864][10][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:07,864][7][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:07,865][9][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:07,865][8][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:07,865][11][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:08,360][13][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:08,360][12][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:08,866][10][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:08,866][8][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:08,867][11][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:08,866][9][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:09,369][13][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:09,369][12][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:09,863][7][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:09,863][10][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:09,863][11][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:09,864][9][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:09,863][8][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:10,369][13][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:10,369][12][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:10,861][7][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:10,861][6][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:10,862][9][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:10,861][10][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:11,363][13][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:11,363][12][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:11,873][7][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:11,873][8][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:11,873][6][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:11,874][10][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:11,874][9][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:12,367][13][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:12,367][12][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:12,871][7][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:12,871][8][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:12,871][6][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:12,871][11][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:12,879][10][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:13,365][12][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:13,365][14][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:13,873][7][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:13,874][8][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:13,874][6][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:13,874][10][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:13,874][11][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:14,369][13][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:14,369][12][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:14,369][14][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:14,861][7][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:14,861][8][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:14,862][10][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:14,861][9][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:14,861][6][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:15,369][12][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:15,369][14][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:15,873][7][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:15,873][8][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:15,874][6][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:15,873][10][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:15,874][9][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:16,367][13][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:16,367][14][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:16,367][12][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:16,871][7][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:16,871][8][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:16,872][10][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:16,871][11][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:16,871][6][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:17,363][14][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:17,364][12][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:17,873][7][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:17,873][8][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:17,873][11][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:17,874][6][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:17,873][10][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:18,367][13][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:18,367][12][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:18,367][14][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:18,875][7][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:18,875][11][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:18,875][9][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:18,876][8][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:18,876][6][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:19,368][12][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:19,369][14][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:19,875][7][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:19,875][11][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:19,875][9][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:19,876][8][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:19,876][6][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:20,365][12][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:20,365][14][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:20,365][13][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:20,861][7][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:20,861][11][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:20,862][10][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:20,862][8][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:20,862][9][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:21,369][14][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:21,369][13][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:21,864][7][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:21,864][11][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:21,864][10][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:21,864][9][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:21,864][8][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:22,372][12][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:22,372][14][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:22,372][13][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:22,867][7][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:22,867][6][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:22,868][10][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:22,868][9][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:22,867][11][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:23,363][14][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:23,364][13][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:23,874][7][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:23,874][10][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:23,874][9][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:23,874][11][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:23,874][6][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:24,368][12][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:24,368][14][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:24,369][13][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:24,861][7][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:24,861][8][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:24,862][11][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:24,861][10][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:24,862][9][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:25,373][14][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:25,373][13][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:25,869][7][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:25,869][8][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:25,870][10][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:25,869][11][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:25,870][9][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:26,365][12][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:26,365][14][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:26,365][13][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:26,861][6][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:26,861][10][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:26,862][9][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:26,862][11][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:26,861][8][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:27,373][13][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:27,869][6][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:27,869][9][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:27,869][10][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:27,870][8][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:27,869][11][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:28,360][14][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:28,360][13][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:28,871][6][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:28,871][9][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:28,872][8][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:28,872][11][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:28,871][10][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:29,367][14][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:29,367][12][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:29,863][9][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:29,863][8][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:29,863][11][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:29,864][10][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:30,375][14][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:30,376][12][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:30,867][6][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:30,867][9][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:30,868][10][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:30,868][11][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:30,867][8][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:31,363][14][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:31,363][13][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:31,363][12][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:31,875][9][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:31,875][11][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:31,875][8][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:32,369][14][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:32,369][13][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:32,370][12][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:32,865][9][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:32,866][10][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:32,866][11][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:32,866][8][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:33,361][14][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:33,361][12][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:33,361][13][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:33,871][9][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:33,871][10][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:33,871][6][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:34,367][14][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:34,367][13][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:34,367][12][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:34,861][9][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:34,861][11][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:34,862][6][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:34,861][10][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:35,369][14][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:35,369][12][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:35,369][13][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:35,865][9][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:35,865][8][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:35,866][10][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:35,866][6][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:35,866][11][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:36,361][13][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:36,873][9][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:36,873][10][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:36,873][6][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:36,874][11][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:36,873][8][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:37,369][12][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:37,369][13][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:37,865][9][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:37,865][10][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:37,871][8][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:37,866][11][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:37,865][6][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:38,373][12][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:38,373][14][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:38,869][10][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:38,870][11][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:38,870][6][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:38,869][8][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:39,363][12][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:39,363][7][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:39,364][14][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:39,875][9][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:39,876][11][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:39,876][8][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:39,876][6][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:39,875][10][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:40,371][12][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:40,371][7][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:40,372][13][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:40,867][11][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:40,867][8][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:40,867][6][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:40,867][10][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:41,361][12][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:41,361][7][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:41,362][13][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:41,871][9][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:41,871][11][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:41,872][6][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:41,872][8][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:41,872][10][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:42,363][12][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:42,363][7][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:42,363][14][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:42,871][11][IO_Line:251]INFO Ping 10.85.199.111 请求没有响应
[2020-11-10 10:15:42,871][6][IO_Line:251]INFO Ping 10.85.199.110 请求没有响应
[2020-11-10 10:15:42,872][8][IO_Line:251]INFO Ping 10.85.199.109 请求没有响应
[2020-11-10 10:15:42,872][10][IO_Line:251]INFO Ping 10.85.199.108 请求没有响应
[2020-11-10 10:15:43,367][12][IO_Line:251]INFO Ping 10.85.199.107 请求没有响应
[2020-11-10 10:15:43,368][7][IO_Line:251]INFO Ping 10.85.199.106 请求没有响应
[2020-11-10 10:15:43,368][14][IO_Line:251]INFO Ping 10.85.199.105 请求没有响应
[2020-11-10 10:15:43,861][9][IO_Line:251]INFO Ping 10.85.199.104 请求没有响应
[2020-11-10 10:15:43,861][11][IO_Line:251]INFO Ping 10.85.199.103 请求没有响应
[2020-11-10 10:15:43,861][8][IO_Line:251]INFO Ping 10.85.199.102 请求没有响应
[2020-11-10 10:15:43,862][10][IO_Line:251]INFO Ping 10.85.199.100 请求没有响应
[2020-11-10 10:15:43,861][6][IO_Line:251]INFO Ping 10.85.199.101 请求没有响应
[2020-11-10 10:15:44,371][12][IO_Line:251]INFO Ping 10.85.199.99 请求没有响应
[2020-11-10 10:15:44,371][13][IO_Line:251]INFO Ping 10.85.199.98 请求没有响应
[2020-11-10 10:15:44,371][7][IO_Line:251]INFO Ping 10.85.199.97 请求没有响应
[2020-11-10 10:15:44,626][1][IO_Line:78]INFO ===== IO[10.85.199.97] Close =====
[2020-11-10 10:15:44,639][1][IO_Line:78]INFO ===== IO[10.85.199.98] Close =====
[2020-11-10 10:15:44,639][1][IO_Line:78]INFO ===== IO[10.85.199.99] Close =====
[2020-11-10 10:15:44,639][1][IO_Line:78]INFO ===== IO[10.85.199.100] Close =====
[2020-11-10 10:15:44,639][1][IO_Line:78]INFO ===== IO[10.85.199.101] Close =====
[2020-11-10 10:15:44,639][1][IO_Line:78]INFO ===== IO[10.85.199.102] Close =====
[2020-11-10 10:15:44,640][1][IO_Line:78]INFO ===== IO[10.85.199.103] Close =====
[2020-11-10 10:15:44,640][1][IO_Line:78]INFO ===== IO[10.85.199.104] Close =====
[2020-11-10 10:15:44,640][1][IO_Line:78]INFO ===== IO[10.85.199.105] Close =====
[2020-11-10 10:15:44,640][1][IO_Line:78]INFO ===== IO[10.85.199.106] Close =====
[2020-11-10 10:15:44,640][1][IO_Line:78]INFO ===== IO[10.85.199.107] Close =====
[2020-11-10 10:15:44,640][1][IO_Line:78]INFO ===== IO[10.85.199.108] Close =====
[2020-11-10 10:15:44,641][1][IO_Line:78]INFO ===== IO[10.85.199.109] Close =====
[2020-11-10 10:15:44,641][1][IO_Line:78]INFO ===== IO[10.85.199.110] Close =====
[2020-11-10 10:15:44,641][1][IO_Line:78]INFO ===== IO[10.85.199.111] Close =====
[2020-11-10 10:15:07,370][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:09,863][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:11,873][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:13,873][9][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:15,873][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:17,873][9][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:19,875][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:21,864][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:23,874][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:25,869][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:28,360][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:30,375][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:32,865][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:34,861][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:37,369][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:39,363][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:41,361][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-10 10:15:43,367][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:11:53,114][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:11:55,614][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:11:58,114][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:00,626][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:02,623][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:04,619][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:06,624][9][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:08,612][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:10,617][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:12,612][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:15,126][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:17,121][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:19,614][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:21,626][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:24,116][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:26,124][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:28,120][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:30,122][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:32,118][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:34,112][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:36,112][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:38,126][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:40,616][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:42,618][9][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:44,618][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:46,613][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:48,614][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:50,612][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:52,624][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:54,616][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:56,616][21][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:12:58,624][22][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:00,624][21][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:02,622][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:04,612][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:06,618][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:08,624][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:10,617][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:12,624][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:14,622][18][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:16,620][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:18,624][19][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:20,614][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:22,618][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:24,616][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:26,626][19][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:28,618][17][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:30,622][22][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:32,624][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:34,625][18][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:36,613][22][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:38,623][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:40,619][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:42,617][21][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:44,615][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:46,617][18][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:48,621][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:50,617][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:52,613][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:54,613][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:56,613][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:13:58,615][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:00,625][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:02,625][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:04,615][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:06,614][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:08,612][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:11,122][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:13,122][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:15,126][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:17,124][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:19,119][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:21,118][19][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:23,112][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:25,124][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:27,118][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:29,122][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:31,116][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:33,118][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:35,116][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:37,112][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:39,126][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:41,126][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:43,124][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:45,118][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:47,116][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:49,118][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:51,112][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:53,119][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:55,117][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:57,126][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:14:59,113][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:01,126][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:03,126][21][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:05,112][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:07,124][17][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:09,120][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:11,118][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:13,116][17][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:15,114][19][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:17,114][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:19,118][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:21,121][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:23,114][19][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:25,122][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:27,116][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:29,618][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:33,620][21][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:35,616][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:37,620][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:39,624][17][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:41,612][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:43,626][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:45,612][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:47,622][17][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:49,618][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:51,618][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:53,614][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:55,624][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:57,621][19][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:15:59,625][28][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:01,621][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:03,619][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:05,619][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:07,626][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:09,619][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:11,615][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:13,625][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:15,625][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:17,613][28][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:19,626][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:21,619][19][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:23,623][22][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:25,626][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:27,625][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:29,612][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:31,620][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:33,618][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:35,616][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:37,620][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:39,618][22][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:41,616][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:43,616][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:45,626][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:47,624][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:49,612][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:51,614][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:53,612][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:55,625][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:16:57,621][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:00,121][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:04,125][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:06,125][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:08,112][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:10,126][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:12,117][21][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:14,116][17][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:16,123][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:18,117][18][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:20,126][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:22,116][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:24,120][30][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:26,114][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:28,120][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:30,112][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:32,123][28][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:34,118][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:36,123][18][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:38,119][30][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:40,123][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:42,126][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:44,125][19][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:46,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:48,122][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:50,112][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:52,119][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:54,122][18][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:56,119][17][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:17:58,120][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:00,119][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:02,125][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:04,113][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:06,121][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:08,125][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:10,113][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:12,116][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:14,123][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:16,125][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:18,117][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:20,626][17][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:22,621][28][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:24,623][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:26,623][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:28,626][30][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:30,616][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:32,620][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:34,620][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:36,622][28][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:38,612][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:40,614][28][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:42,614][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:44,626][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:46,614][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:48,614][30][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:50,616][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:52,620][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:54,614][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:56,622][19][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:18:58,618][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:00,614][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:02,622][7][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:04,620][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:06,614][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:08,627][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:10,620][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:12,615][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:14,620][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:16,624][28][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:18,614][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:20,618][28][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:22,621][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:24,621][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:26,616][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:28,618][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:30,618][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:32,626][17][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:34,619][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:36,619][24][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:38,626][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:40,615][27][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:42,623][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:44,617][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:46,626][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:49,117][3][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:51,123][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:53,121][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:55,118][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:57,116][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:19:59,114][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:01,122][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:03,124][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:05,122][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:07,112][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:09,126][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:11,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:13,121][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:15,123][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:17,119][15][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:19,115][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:21,117][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:23,113][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:25,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:27,115][14][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:29,125][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:31,121][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:33,113][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:35,621][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:39,626][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:41,626][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:43,621][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:45,620][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:47,612][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:50,119][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:52,613][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:55,119][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:20:57,623][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:02,126][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:06,619][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:09,126][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:13,617][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:17,625][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:20,123][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:24,626][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:29,117][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:33,119][22][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:35,117][22][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:37,117][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:39,123][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:41,116][22][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:43,126][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:45,118][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:47,114][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:49,120][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:51,116][25][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:53,114][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:55,112][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:57,122][9][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:21:59,118][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:01,121][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:03,115][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:05,125][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:07,126][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:09,115][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:11,127][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:13,123][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:15,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:17,125][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:19,123][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:21,121][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:23,125][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:25,123][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:27,123][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:29,117][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:31,113][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:33,123][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:35,121][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:37,116][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:39,113][37][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:41,126][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:43,119][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:45,117][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:47,126][39][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:49,123][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:51,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:53,115][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:55,125][39][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:57,123][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:22:59,119][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:01,625][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:05,626][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:07,621][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:09,613][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:11,623][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:13,621][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:15,619][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:17,617][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:19,612][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:21,624][38][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:23,618][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:25,614][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:27,620][40][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:29,618][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:31,616][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:33,612][36][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:35,624][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:37,620][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:39,612][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:41,620][41][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:43,616][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:45,614][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:47,612][9][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:49,618][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:51,616][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:53,614][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:55,624][39][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:57,618][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:23:59,616][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:01,614][9][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:03,612][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:05,623][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:07,620][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:09,620][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:11,618][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:13,626][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:15,620][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:17,616][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:19,612][39][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:21,622][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:23,616][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:25,616][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:27,614][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:30,122][39][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:32,120][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:34,114][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:36,124][36][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:38,124][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:40,120][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:42,118][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:44,116][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:46,112][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:48,122][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:50,116][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:52,116][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:54,119][36][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:56,114][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:24:58,124][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:00,114][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:02,112][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:04,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:06,116][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:08,124][13][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:10,122][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:12,120][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:14,114][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:16,126][11][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:18,118][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:20,116][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:22,114][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:24,112][9][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:26,124][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:28,118][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:30,114][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:32,126][38][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:34,120][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:36,116][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:38,126][39][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:40,122][23][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:42,120][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:44,114][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:46,123][37][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:48,123][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:50,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:52,115][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:54,115][20][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:56,126][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:25:58,614][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:00,625][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:02,621][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:04,615][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:06,613][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:08,613][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:10,625][41][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:12,618][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:14,622][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:16,618][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:18,616][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:20,624][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:22,614][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:24,623][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:26,614][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:28,626][31][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:30,618][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:32,620][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:34,625][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:36,618][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:38,618][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:40,616][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:42,618][40][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:44,627][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:46,622][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:48,620][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:50,617][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:52,625][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:54,621][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:56,626][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:26:58,621][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:00,624][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:02,614][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:04,622][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:06,621][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:08,627][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:10,624][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:12,618][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:14,616][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:16,616][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:18,625][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:20,620][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:22,625][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:24,616][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:26,621][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:28,626][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:30,619][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:32,625][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:34,612][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:36,616][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:38,616][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:40,625][37][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:42,612][39][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:44,627][40][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:46,619][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:49,124][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:53,125][22][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:55,124][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:57,126][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:27:59,122][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:01,123][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:03,114][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:05,124][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:07,119][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:09,116][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:11,122][32][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:13,116][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:15,127][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:17,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:19,115][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:21,125][38][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:23,127][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:25,117][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:27,112][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:29,124][37][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:31,114][12][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:33,116][41][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:35,127][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:37,123][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:39,118][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:41,114][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:43,124][34][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:45,122][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:47,116][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:49,121][38][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:51,112][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:53,115][8][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:55,113][40][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:57,126][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:28:59,112][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:01,120][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:03,113][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:05,125][37][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:07,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:09,119][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:11,115][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:13,123][41][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:15,118][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:17,120][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:19,127][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:21,113][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:23,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:25,115][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:27,123][36][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:29,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:31,123][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:33,625][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:37,621][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:39,615][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:41,613][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:43,624][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:45,622][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:47,620][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:49,614][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:51,624][26][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:53,616][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:55,623][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:57,621][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:29:59,614][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:01,626][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:03,615][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:05,613][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:07,620][38][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:09,612][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:11,622][37][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:13,615][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:15,625][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:17,626][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:19,625][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:21,621][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:23,613][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:25,613][34][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:27,623][38][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:29,619][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:31,613][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:33,625][38][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:35,621][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:37,614][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:39,626][40][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:41,623][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:43,616][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:45,619][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:47,626][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:49,617][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:51,622][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:53,620][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:55,619][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:57,626][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:30:59,622][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:01,620][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:03,624][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:05,612][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:07,624][34][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:09,622][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:11,612][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:13,618][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:15,618][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:17,624][38][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:19,612][34][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:22,112][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:24,119][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:26,124][29][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:28,116][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:30,115][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:32,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:34,125][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:36,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:38,115][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:40,119][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:42,127][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:44,112][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:46,123][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:48,117][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:50,126][39][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:52,123][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:54,117][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:56,126][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:31:58,125][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:00,125][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:02,117][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:04,127][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:06,125][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:08,121][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:10,116][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:12,113][38][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:14,125][10][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:16,126][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:18,121][16][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:20,114][6][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
[2020-11-09 13:32:22,121][34][MiR_API:619]INFO Ping 10.85.199.114 请求没有响应
...@@ -54,16 +54,16 @@ namespace BLL ...@@ -54,16 +54,16 @@ namespace BLL
fullShelfStep.NextStep(FullShelfStep.CallElevator); fullShelfStep.NextStep(FullShelfStep.CallElevator);
fullShelfStep.Msg = string.Format("{0} 电梯可以使用", _info.Name); fullShelfStep.Msg = string.Format("{0} 电梯可以使用", _info.Name);
} }
//else if (ManageWork.FindElevatorWork()) else if (ManageWork.FindElevatorWork())
//{ {
// //送满架子时,同时要回收空架子 //送满架子时,同时要回收空架子
// ManageWork.PauseFull = true; ManageWork.PauseFull = true;
// mission = Common.MISSION_LEAVE_SHELF; mission = Common.MISSION_LEAVE_SHELF;
// move = new MissionJob(mission); move = new MissionJob(mission);
// move.Execute(_info); move.Execute(_info);
// fullShelfStep.NextStep(FullShelfStep.LeaveShelf); fullShelfStep.NextStep(FullShelfStep.LeaveShelf);
// fullShelfStep.Msg = string.Format("{0} 暂停送满货架,优先拉空货架", _info.Name); fullShelfStep.Msg = string.Format("{0} 暂停送满货架,优先拉空货架", _info.Name);
//} }
else else
{ {
Common.log.Debug(string.Format("{0} 电梯还未应答使用请求", _info.Name)); Common.log.Debug(string.Format("{0} 电梯还未应答使用请求", _info.Name));
...@@ -123,7 +123,8 @@ namespace BLL ...@@ -123,7 +123,8 @@ namespace BLL
{ {
//离开信号保持几秒后,取消所有信号 //离开信号保持几秒后,取消所有信号
ManageWork.ElevatorEnd(); ManageWork.ElevatorEnd();
Common.FirstFloorCurr++; ManageWork.FirstFloorAdd();
fullShelfStep.Msg = string.Format("{0} 送满料任务结束,当前一楼货架数量{1}个", _info.Name, Common.FirstFloorCurr); fullShelfStep.Msg = string.Format("{0} 送满料任务结束,当前一楼货架数量{1}个", _info.Name, Common.FirstFloorCurr);
fullShelfStep.NextStep(FullShelfStep.End); fullShelfStep.NextStep(FullShelfStep.End);
} }
...@@ -141,9 +142,17 @@ namespace BLL ...@@ -141,9 +142,17 @@ namespace BLL
{ {
IsEnd = true; IsEnd = true;
if (ManageWork.PauseFull) if (ManageWork.PauseFull)
{
return new RecycleJob(); return new RecycleJob();
}
else else
{
IJob job = ManageWork.GetJob();
if (job == null)
return new StandbyJob(); return new StandbyJob();
else
return job;
}
} }
return this; return this;
......
...@@ -47,7 +47,8 @@ namespace BLL ...@@ -47,7 +47,8 @@ namespace BLL
if (ts.Seconds >= 3) if (ts.Seconds >= 3)
{ {
ManageWork.ElevatorEnd(); ManageWork.ElevatorEnd();
Common.FirstFloorCurr--; ManageWork.FirstFloorMinus();
recycleStep.Msg = string.Format("{0} 回收空货架任务,当前一楼货架数量{1}个", _info.Name, Common.FirstFloorCurr); recycleStep.Msg = string.Format("{0} 回收空货架任务,当前一楼货架数量{1}个", _info.Name, Common.FirstFloorCurr);
FindLine(); FindLine();
} }
...@@ -69,9 +70,17 @@ namespace BLL ...@@ -69,9 +70,17 @@ namespace BLL
{ {
IsEnd = true; IsEnd = true;
if (ManageWork.PauseFull) if (ManageWork.PauseFull)
{
return new FullShelfJob(); return new FullShelfJob();
}
else else
{
IJob job = ManageWork.GetJob();
if (job == null)
return new StandbyJob(); return new StandbyJob();
else
return job;
}
} }
return this; return this;
......
...@@ -33,6 +33,7 @@ namespace BLL ...@@ -33,6 +33,7 @@ namespace BLL
if (move.IsEnd) if (move.IsEnd)
{ {
_info.Place = "待机位"; _info.Place = "待机位";
_info.MissionName = "";
standbyStep.NextStep(StandbyStep.End); standbyStep.NextStep(StandbyStep.End);
standbyStep.Msg = _info.Name + " 到达待机位"; standbyStep.Msg = _info.Name + " 到达待机位";
} }
...@@ -49,6 +50,10 @@ namespace BLL ...@@ -49,6 +50,10 @@ namespace BLL
standbyStep.Msg = string.Format("{0} 电量小于{1}%,执行充电任务", _info.Name, Common.BatteryMin); standbyStep.Msg = string.Format("{0} 电量小于{1}%,执行充电任务", _info.Name, Common.BatteryMin);
return new ChargeJob(); return new ChargeJob();
} }
else
{
standbyStep.Msg = string.Format("{0} 电量小于{1}%,不在执行任务,并且没有打开自动充电。", _info.Name, Common.BatteryMin);
}
} }
else else
{ {
...@@ -64,6 +69,7 @@ namespace BLL ...@@ -64,6 +69,7 @@ namespace BLL
return new ChargeJob(); return new ChargeJob();
} }
} }
standbyStep.Msg = string.Format("{0} 空闲,当前电量{1}%", _info.Name, _info.Battery);
} }
else else
{ {
......
...@@ -101,7 +101,7 @@ namespace BLL ...@@ -101,7 +101,7 @@ namespace BLL
foreach (Process process in processes) foreach (Process process in processes)
{ {
if (process.Id == current.Id) continue; //自己 if (process.Id == current.Id) continue; //自己
if (process.MainModule.FileName == current.MainModule.FileName) if (process.MainModule.ModuleName == current.MainModule.ModuleName)
{ {
//显示已打开的程序 //显示已打开的程序
ShowWindow(process.MainWindowHandle, SW_RESTORE); ShowWindow(process.MainWindowHandle, SW_RESTORE);
......
...@@ -39,6 +39,7 @@ namespace BLL ...@@ -39,6 +39,7 @@ namespace BLL
Advantech.IO_State sta = module.ReadDO(add); Advantech.IO_State sta = module.ReadDO(add);
sta = module.ReverseStatus(sta); sta = module.ReverseStatus(sta);
module.WriteDO(add, sta); module.WriteDO(add, sta);
Common.log.Info(string.Format("手动操作 {0}={1}", Common.elevatorInfos[index].Name, sta.ToString()));
} }
public IJob GetJob() public IJob GetJob()
...@@ -104,7 +105,7 @@ namespace BLL ...@@ -104,7 +105,7 @@ namespace BLL
return Common.elevatorInfos[idx].State; return Common.elevatorInfos[idx].State;
} }
public void FullShelf() public void FullShelfLeave()
{ {
//送满料 //送满料
int idx = Common.elevatorInfos.FindIndex(s => s.Key == Common.ELEVATOR_FULL_SHELF); int idx = Common.elevatorInfos.FindIndex(s => s.Key == Common.ELEVATOR_FULL_SHELF);
...@@ -117,7 +118,7 @@ namespace BLL ...@@ -117,7 +118,7 @@ namespace BLL
module.WriteDO(Common.elevatorInfos[idx].Address, Advantech.IO_State.On); module.WriteDO(Common.elevatorInfos[idx].Address, Advantech.IO_State.On);
} }
public void EmptyShelf() public void EmptyShelfLeave()
{ {
//离开信号 //离开信号
int idx = Common.elevatorInfos.FindIndex(s => s.Key == Common.ELEVATOR_LEAVE); int idx = Common.elevatorInfos.FindIndex(s => s.Key == Common.ELEVATOR_LEAVE);
...@@ -139,6 +140,9 @@ namespace BLL ...@@ -139,6 +140,9 @@ namespace BLL
if (idx == -1) return; if (idx == -1) return;
module.WriteDO(Common.elevatorInfos[idx].Address, Advantech.IO_State.Off); module.WriteDO(Common.elevatorInfos[idx].Address, Advantech.IO_State.Off);
idx = Common.elevatorInfos.FindIndex(s => s.Key == Common.ELEVATOR_CALL);
if (idx == -1) return;
module.WriteDO(Common.elevatorInfos[idx].Address, Advantech.IO_State.Off);
} }
private void Module_Connect_Event(Advantech.IO_Module box) private void Module_Connect_Event(Advantech.IO_Module box)
......
...@@ -41,7 +41,7 @@ namespace BLL ...@@ -41,7 +41,7 @@ namespace BLL
{ {
if (Common.FirstFloorCurr < Common.FirstFloorCount) if (Common.FirstFloorCurr < Common.FirstFloorCount)
{ {
int index = Common.lineInfos.FindIndex(s => s.Call && s.Exist); //有呼叫状态同时存在架子 int index = Common.lineInfos.FindIndex(s => s.LineCall && s.ShelfExist);
if (index > -1) if (index > -1)
{ {
Common.log.Info(Common.lineInfos[index].Name + "呼叫送满架"); Common.log.Info(Common.lineInfos[index].Name + "呼叫送满架");
...@@ -64,8 +64,8 @@ namespace BLL ...@@ -64,8 +64,8 @@ namespace BLL
{ {
int index = Common.lineInfos.FindIndex(s => s.Key == key); int index = Common.lineInfos.FindIndex(s => s.Key == key);
if (index == -1) return; if (index == -1) return;
Common.lineInfos[index].Call = false; Common.lineInfos[index].LineCall = false;
Common.lineInfos[index].Exist = false; Common.lineInfos[index].ShelfExist = false;
Common.lineInfos[index].FinalDate = DateTime.Now; Common.lineInfos[index].FinalDate = DateTime.Now;
Save(); Save();
DI_Changed?.Invoke(); DI_Changed?.Invoke();
...@@ -75,8 +75,8 @@ namespace BLL ...@@ -75,8 +75,8 @@ namespace BLL
{ {
int index = Common.lineInfos.FindIndex(s => s.Key == key); int index = Common.lineInfos.FindIndex(s => s.Key == key);
if (index == -1) return; if (index == -1) return;
Common.lineInfos[index].Call = false; Common.lineInfos[index].LineCall = false;
Common.lineInfos[index].Exist = true; Common.lineInfos[index].ShelfExist = true;
Save(); Save();
DI_Changed?.Invoke(); DI_Changed?.Invoke();
} }
...@@ -96,8 +96,8 @@ namespace BLL ...@@ -96,8 +96,8 @@ namespace BLL
if (str.Length != 4) continue; if (str.Length != 4) continue;
int index = Common.lineInfos.FindIndex(s => s.Key == str[0]); int index = Common.lineInfos.FindIndex(s => s.Key == str[0]);
if (index == -1) continue; if (index == -1) continue;
Common.lineInfos[index].Call = Convert.ToBoolean(str[1]); Common.lineInfos[index].LineCall = Convert.ToBoolean(str[1]);
Common.lineInfos[index].Exist = Convert.ToBoolean(str[2]); Common.lineInfos[index].ShelfExist = Convert.ToBoolean(str[2]);
Common.lineInfos[index].FinalDate = Convert.ToDateTime(str[3]); Common.lineInfos[index].FinalDate = Convert.ToDateTime(str[3]);
} }
Common.log.Info("加载缓存文件 " + Common.PATH_LINE_WORK); Common.log.Info("加载缓存文件 " + Common.PATH_LINE_WORK);
...@@ -114,7 +114,7 @@ namespace BLL ...@@ -114,7 +114,7 @@ namespace BLL
string[] content = new string[Common.lineInfos.Count + 1]; string[] content = new string[Common.lineInfos.Count + 1];
content[0] = "产线名,呼叫,架子,时间"; content[0] = "产线名,呼叫,架子,时间";
for (int i = 0; i < Common.lineInfos.Count; i++) for (int i = 0; i < Common.lineInfos.Count; i++)
content[i + 1] = string.Format("{0},{1},{2},{3:yyyy-MM-dd HH:mm:ss}", Common.lineInfos[i].Key, Common.lineInfos[i].Call, Common.lineInfos[i].Exist, Common.lineInfos[i].FinalDate); content[i + 1] = string.Format("{0},{1},{2},{3:yyyy-MM-dd HH:mm:ss}", Common.lineInfos[i].Key, Common.lineInfos[i].LineCall, Common.lineInfos[i].ShelfExist, Common.lineInfos[i].FinalDate);
System.IO.File.WriteAllLines(Common.PATH_LINE_WORK, content, Encoding.UTF8); System.IO.File.WriteAllLines(Common.PATH_LINE_WORK, content, Encoding.UTF8);
Common.log.Info("保存缓存文件 " + Common.PATH_LINE_WORK); Common.log.Info("保存缓存文件 " + Common.PATH_LINE_WORK);
} }
...@@ -138,10 +138,13 @@ namespace BLL ...@@ -138,10 +138,13 @@ namespace BLL
bool change = false; bool change = false;
if (sta[add] == Advantech.IO_State.On) if (sta[add] == Advantech.IO_State.On)
{ {
Common.lineInfos[lineIdx].Call = true; if (!Common.lineInfos[lineIdx].LineCall) //已经呼叫了就不在更新时间了
{
Common.lineInfos[lineIdx].LineCall = true;
Common.lineInfos[lineIdx].FinalDate = DateTime.Now; Common.lineInfos[lineIdx].FinalDate = DateTime.Now;
change = true; change = true;
} }
}
if (change) Save(); if (change) Save();
DI_Changed?.Invoke(); DI_Changed?.Invoke();
......
...@@ -9,9 +9,11 @@ namespace BLL ...@@ -9,9 +9,11 @@ namespace BLL
public static LineWork line; public static LineWork line;
public static ElevatorWork elevator; public static ElevatorWork elevator;
public static bool PauseFull; public static bool PauseFull;
public static string frontLine;
public static void Init() public static void Init()
{ {
frontLine = "";
PauseFull = false; PauseFull = false;
line = new LineWork(); line = new LineWork();
elevator = new ElevatorWork(); elevator = new ElevatorWork();
...@@ -41,6 +43,8 @@ namespace BLL ...@@ -41,6 +43,8 @@ namespace BLL
return job; return job;
} }
/// <summary> /// <summary>
/// 查找产线呼叫 /// 查找产线呼叫
/// </summary> /// </summary>
...@@ -49,7 +53,22 @@ namespace BLL ...@@ -49,7 +53,22 @@ namespace BLL
/// <returns></returns> /// <returns></returns>
public static bool FindLineWork(out string key, out string name) public static bool FindLineWork(out string key, out string name)
{ {
int index = Common.lineInfos.FindIndex(s => s.Call && s.Exist); //按时间的先后顺序
int index = -1;
DateTime dt = DateTime.Now;
for (int i = 0; i < Common.lineInfos.Count; i++)
{
if (Common.lineInfos[i].LineCall && Common.lineInfos[i].ShelfExist)
{
if (dt > Common.lineInfos[i].FinalDate)
{
dt = Common.lineInfos[i].FinalDate;
index = i;
}
}
}
//int index = Common.lineInfos.FindIndex(s => s.Call && s.Exist);
if (index == -1) if (index == -1)
{ {
key = ""; key = "";
...@@ -81,19 +100,56 @@ namespace BLL ...@@ -81,19 +100,56 @@ namespace BLL
/// <returns></returns> /// <returns></returns>
public static bool FindLineWithoutShelf(out string key, out string name) public static bool FindLineWithoutShelf(out string key, out string name)
{ {
int index = Common.lineInfos.FindIndex(s => s.Exist == false); int index;
int startIndex = Common.lineInfos.FindIndex(s => s.Key == frontLine);
if (startIndex == -1) //没有关键字
{
index = Common.lineInfos.FindIndex(s => s.ShelfExist == false);
}
else if (startIndex == Common.lineInfos.Count - 1) //最后一行
{
index = Common.lineInfos.FindIndex(s => s.ShelfExist == false);
}
else
{
index = Common.lineInfos.FindIndex(++startIndex, s => s.ShelfExist == false);
if (index == -1) //从头开始
index = Common.lineInfos.FindIndex(s => s.ShelfExist == false);
}
if (index == -1) if (index == -1)
{ {
key = ""; key = "";
name = ""; name = "";
frontLine = "";
return false; return false;
} }
else else
{ {
key = Common.lineInfos[index].Key; key = Common.lineInfos[index].Key;
name = Common.lineInfos[index].Name; name = Common.lineInfos[index].Name;
frontLine = key;
return true; return true;
} }
//int index = Common.lineInfos.FindIndex(s => s.Exist == false);
//if (index == -1)
//{
// key = "";
// name = "";
// return false;
//}
//else
//{
// key = Common.lineInfos[index].Key;
// name = Common.lineInfos[index].Name;
// return true;
//}
} }
/// <summary> /// <summary>
...@@ -131,11 +187,19 @@ namespace BLL ...@@ -131,11 +187,19 @@ namespace BLL
return elevator.UseAnswer(); return elevator.UseAnswer();
} }
/// <summary>
/// 电梯呼叫
/// </summary>
/// <param name="sta"></param>
public static void ElevatorCall(bool sta) public static void ElevatorCall(bool sta)
{ {
elevator.CallElevator(sta); elevator.CallElevator(sta);
} }
/// <summary>
/// 电梯已准备好(到达4楼并开门)
/// </summary>
/// <returns></returns>
public static bool ElevatorReady() public static bool ElevatorReady()
{ {
bool rtn1 = elevator.ArriveFloor(); bool rtn1 = elevator.ArriveFloor();
...@@ -148,7 +212,7 @@ namespace BLL ...@@ -148,7 +212,7 @@ namespace BLL
/// </summary> /// </summary>
public static void ElevatorFullShelf() public static void ElevatorFullShelf()
{ {
elevator.FullShelf(); elevator.FullShelfLeave();
} }
/// <summary> /// <summary>
...@@ -156,7 +220,7 @@ namespace BLL ...@@ -156,7 +220,7 @@ namespace BLL
/// </summary> /// </summary>
public static void ElevatorEmptyShelf() public static void ElevatorEmptyShelf()
{ {
elevator.EmptyShelf(); elevator.EmptyShelfLeave();
} }
/// <summary> /// <summary>
...@@ -168,5 +232,58 @@ namespace BLL ...@@ -168,5 +232,58 @@ namespace BLL
} }
public static void FirstFloorAdd()
{
Common.FirstFloorCurr++;
if (Common.FirstFloorCurr > Common.FirstFloorCount)
Common.FirstFloorCurr = Common.FirstFloorCount;
System.IO.File.WriteAllText(Common.PATH_FIRST_FLOOR_CURR, Common.FirstFloorCurr.ToString(), Encoding.UTF8);
}
public static void FirstFloorMinus()
{
Common.FirstFloorCurr--;
if (Common.FirstFloorCurr < 0)
Common.FirstFloorCurr = 0;
System.IO.File.WriteAllText(Common.PATH_FIRST_FLOOR_CURR, Common.FirstFloorCurr.ToString(), Encoding.UTF8);
}
public static void FirstFloorSave()
{
if (Common.FirstFloorCurr < 0)
Common.FirstFloorCurr = 0;
else if (Common.FirstFloorCurr > Common.FirstFloorCount)
Common.FirstFloorCurr = Common.FirstFloorCount;
System.IO.File.WriteAllText(Common.PATH_FIRST_FLOOR_CURR, Common.FirstFloorCurr.ToString(), Encoding.UTF8);
}
/// <summary>
/// 回收空货架错误处理
/// </summary>
public static void EmptyErrorDispose()
{
elevator.EmptyShelfLeave();
System.Threading.Thread.Sleep(3000);
elevator.EndTask();
FirstFloorMinus();
}
/// <summary>
/// 送满货架错误处理
/// </summary>
public static void FullErrorDispose()
{
elevator.FullShelfLeave();
System.Threading.Thread.Sleep(3000);
elevator.EndTask();
FirstFloorAdd();
}
} }
} }
...@@ -33,8 +33,8 @@ namespace Model ...@@ -33,8 +33,8 @@ namespace Model
public string IP { private set; get; } public string IP { private set; get; }
public int Address { private set; get; } public int Address { private set; get; }
public string Key { private set; get; } public string Key { private set; get; }
public bool Call { set; get; } public bool LineCall { set; get; }
public bool Exist { set; get; } public bool ShelfExist { set; get; }
public DateTime FinalDate { set; get; } public DateTime FinalDate { set; get; }
...@@ -44,8 +44,8 @@ namespace Model ...@@ -44,8 +44,8 @@ namespace Model
IP = ip; IP = ip;
Address = Convert.ToInt32(address); Address = Convert.ToInt32(address);
Key = key; Key = key;
Call = false; LineCall = false;
Exist = true; ShelfExist = true;
FinalDate = DateTime.Now; FinalDate = DateTime.Now;
} }
} }
......
using System; using System;
using System.Collections.Generic;
namespace Model namespace Model
{ {
public class Log public class Log
{ {
private readonly log4net.ILog LOG; private readonly log4net.ILog LOG;
private List<string> history;
private const int MAX_LINES = 50;
public Log(string name) public Log(string name)
{ {
LOG = log4net.LogManager.GetLogger(name); LOG = log4net.LogManager.GetLogger(name);
history = new List<string>();
} }
public System.Windows.Forms.TextBox LogBox { set; get; } public System.Windows.Forms.TextBox LogBox { set; get; }
...@@ -36,15 +40,25 @@ namespace Model ...@@ -36,15 +40,25 @@ namespace Model
public void UI_Display(string s) public void UI_Display(string s)
{ {
if (LogBox == null) return; if (LogBox == null) return;
string text = string.Format("[{0:HH:mm:ss}] {1}\r\n", DateTime.Now, s); string text = string.Format("[{0:HH:mm:ss}] {1}", DateTime.Now, s);
if (history.Count >= MAX_LINES)
history.RemoveAt(0);
history.Add(text);
LogBox.Invoke(new Action(() => LogBox.Invoke(new Action(() =>
{ {
LogBox.AppendText(text); LogBox.Text = string.Join("\r\n", history);
LogBox.ScrollToCaret(); LogBox.ScrollToCaret();
})); }));
} }
public void UI_Clear()
{
if (LogBox == null) return;
history.Clear();
LogBox.Invoke(new Action(() => { LogBox.Text = ""; }));
}
} }
} }
...@@ -9,4 +9,3 @@ D:\Neotel\AGVControl_Elevator\Model\obj\Debug\Model.csproj.CopyComplete ...@@ -9,4 +9,3 @@ D:\Neotel\AGVControl_Elevator\Model\obj\Debug\Model.csproj.CopyComplete
D:\Neotel\AGVControl_Elevator\Model\obj\Debug\Model.dll D:\Neotel\AGVControl_Elevator\Model\obj\Debug\Model.dll
D:\Neotel\AGVControl_Elevator\Model\obj\Debug\Model.pdb D:\Neotel\AGVControl_Elevator\Model\obj\Debug\Model.pdb
D:\Neotel\AGVControl_Elevator\Model\bin\Debug\log4net.config D:\Neotel\AGVControl_Elevator\Model\bin\Debug\log4net.config
D:\Neotel\AGVControl_Elevator\Model\obj\Debug\Model.csprojAssemblyReference.cache
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!