Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
顾剑亮
/
AGVControl-Qisda-ProductionLine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 672bcc80
由
张东亮
编写于
2020-12-08 19:59:34 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
页面刷新问题
1 个父辈
00ced36a
显示空白字符变更
内嵌
并排
正在显示
23 个修改的文件
包含
104 行增加
和
1083 行删除
.vs/AGVControl-ProductionLine/v16/.suo
AGVControl-ProductionLine/App.config
AGVControl-ProductionLine/BLL/Common.cs
AGVControl-ProductionLine/BLL/Control.cs
AGVControl-ProductionLine/BLL/LineWebService.cs
AGVControl-ProductionLine/BLL/UnlockMissionManager.cs
AGVControl-ProductionLine/FrmMain.Designer.cs
AGVControl-ProductionLine/FrmMain.cs
AGVControl-ProductionLine/bean/Agv_Info.cs
AGVControl-ProductionLine/bean/UnlockedShelf.cs
AGVControl-ProductionLine/bean/job/ChargeJob.cs
AGVControl-ProductionLine/bean/job/SendFullShelfToLineJob.cs
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.exe
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.exe.config
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.pdb
AGVControl-ProductionLine/bin/Debug/Config/UnlockInfo.json
AGVControl-ProductionLine/bin/Debug/Config/tempData.ini
AGVControl-ProductionLine/bin/Debug/logs/AgvServer.log
AGVControl-ProductionLine/bin/Debug/logs/LineWebService.log → AGVControl-ProductionLine/bin/Debug/logs/UnlockInfo.log
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.csproj.FileListAbsolute.txt
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.csproj.GenerateResource.cache
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.exe
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.pdb
.vs/AGVControl-ProductionLine/v16/.suo
查看文件 @
672bcc8
此文件类型无法预览
AGVControl-ProductionLine/App.config
查看文件 @
672bcc8
...
...
@@ -18,13 +18,17 @@
</
layout
>
</
appender
>
<
appender
name
=
"LineWebService"
type
=
"log4net.Appender.RollingFileAppender"
>
<
file
value
=
"logs/
LineWebService
.log"
/>
<
file
value
=
"logs/
UnlockInfo
.log"
/>
<
param
name
=
"Encoding"
value
=
"UTF-8"
/>
<
appendToFile
value
=
"true"
/>
<
rollingStyle
value
=
"Date"
/>
<
datePattern
value
=
"yyyy-MM-dd"
/>
<
param
name
=
"MaxSizeRollBackups"
value
=
"10"
/>
<!-- 切割最多文件数 -->
<
param
name
=
"MaximumFileSize"
value
=
"100MB"
/>
<!-- 每个文件的大小 -->
<
param
name
=
"RollingStyle"
value
=
"Size"
/>
<
param
name
=
"StaticLogFileName"
value
=
"true"
/>
<
layout
type
=
"log4net.Layout.PatternLayout"
>
<
conversionPattern
value
=
"[%date]
[%t][%c:%L]
%-5p %m%n"
/>
<
conversionPattern
value
=
"[%date]%-5p %m%n"
/>
</
layout
>
</
appender
>
<
logger
name
=
"LineWebService"
>
...
...
AGVControl-ProductionLine/BLL/Common.cs
查看文件 @
672bcc8
...
...
@@ -629,14 +629,14 @@ namespace AGVControl
{
nodeName
=
FullShelfDestInfo
.
location
;
Common
.
GetLineNameByNodeName
(
nodeName
,
out
string
line
);
Common
.
LogInfo
(
"A6出满料架的产线有空料架,优先处理 "
+
FullShelfDestInfo
.
ShowInfo
(
line
));
Common
.
log
.
Debug
(
"A6出满料架的产线有空料架,优先处理 "
+
FullShelfDestInfo
.
ShowInfo
(
line
));
return
true
;
}
else
if
(
FullShelfDestInfo
.
location
.
StartsWith
(
SettingString
.
D4_Name_Prefix
)
&&
!
SettingString
.
C4_AGV_IPs
.
Contains
(
agv
.
IP
))
{
nodeName
=
FullShelfDestInfo
.
location
;
Common
.
GetLineNameByNodeName
(
nodeName
,
out
string
line
);
Common
.
LogInfo
(
"A6出满料架的产线有空料架,优先处理 "
+
FullShelfDestInfo
.
ShowInfo
(
line
));
Common
.
log
.
Debug
(
"A6出满料架的产线有空料架,优先处理 "
+
FullShelfDestInfo
.
ShowInfo
(
line
));
return
true
;
}
...
...
@@ -646,7 +646,7 @@ namespace AGVControl
{
if
(
FullShelfDestInfo
!=
null
)
{
Common
.
LogInfo
(
"A6的出料信息不正确,请检查:"
+
FullShelfDestInfo
.
ShowInfo
(
"ERROR"
));
Common
.
log
.
Error
(
"A6的出料信息不正确,请检查:"
+
FullShelfDestInfo
.
ShowInfo
(
"ERROR"
));
//return false;
}
}
...
...
@@ -667,13 +667,13 @@ namespace AGVControl
if
(
loc
.
StartsWith
(
SettingString
.
C4_Name_Prefix
)
&&
SettingString
.
C4_AGV_IPs
.
Contains
(
agv
.
IP
))
{
nodeName
=
loc
;
Common
.
LogInfo
(
"双层线正在出的工单目标产线有空料架,优先处4C-"
+
loc
);
//
Common.LogInfo("双层线正在出的工单目标产线有空料架,优先处4C-" + loc);
return
true
;
}
else
if
(
loc
.
StartsWith
(
SettingString
.
D4_Name_Prefix
)
&&
!
SettingString
.
C4_AGV_IPs
.
Contains
(
agv
.
IP
))
{
nodeName
=
loc
;
Common
.
LogInfo
(
"双层线正在出的工单目标产线有空料架,优先处理4D-"
+
loc
);
Common
.
log
.
Debug
(
"双层线正在出的工单目标产线有空料架,优先处理4D-"
+
loc
);
return
true
;
}
}
...
...
@@ -874,7 +874,8 @@ namespace AGVControl
{
// if (warnMsg.Equals(""))
{
warnMsg
=
string
.
Format
(
"料架[{0}]在接驳台[{1}]最外侧,但没有解绑信息,请检查"
,
clientNode
.
RFID
,
clientNode
.
Name
);
string
res
=
AGVManager
.
GetRFIDs
(
clientNode
.
Name
);
warnMsg
=
string
.
Format
(
"[{1}]最外侧是料架[{0}],但没有解绑信息,请检查接驳台:料架由里到外顺序:{2}"
,
clientNode
.
RFID
,
clientNode
.
Name
,
res
);
Common
.
LogInfo
(
warnMsg
);
}
return
false
;
...
...
AGVControl-ProductionLine/BLL/Control.cs
查看文件 @
672bcc8
...
...
@@ -77,11 +77,16 @@ namespace AGVControl.BLL
{
if
(
NodeStateInProcess
)
return
;
NodeStateInProcess
=
true
;
List
<
AlarmMsg
>
msglist
=
new
List
<
AlarmMsg
>();
try
{
String
tmp
=
""
;
for
(
int
j
=
0
;
j
<
Common
.
nodeInfo
.
Count
;
j
++)
{
if
(!
Common
.
nodeInfo
[
j
].
Online
)
{
msglist
.
Add
(
new
AlarmMsg
(
Common
.
nodeInfo
[
j
].
AliceName
,
"lineAgv."
+
Common
.
nodeInfo
[
j
].
Name
+
".OffLine"
,
"离线"
));
}
if
(
Common
.
nodeInfo
[
j
].
Name
.
StartsWith
(
SettingString
.
D4_Name_Prefix
)
||
Common
.
nodeInfo
[
j
].
Name
.
StartsWith
(
SettingString
.
C4_Name_Prefix
))
{
if
(!
Common
.
nodeInfo
[
j
].
Name
.
Equals
(
SettingString
.
C4FeederIn
)
&&
!
Common
.
nodeInfo
[
j
].
Name
.
Equals
(
SettingString
.
C4FeederOut
)
&&
...
...
@@ -111,6 +116,7 @@ namespace AGVControl.BLL
}
}
}
AGVManager
.
updateDeviceAlarmMsg
(
msglist
);
}
catch
(
Exception
ex
)
{
...
...
@@ -119,29 +125,19 @@ namespace AGVControl.BLL
NodeStateInProcess
=
false
;
}
private
bool
AgvStateInProcess
=
false
;
private
eAGVState
preAGVState
=
eAGVState
.
None
;
//
private eAGVState preAGVState = eAGVState.None;
private
void
AgvStateTimer_Elapsed
(
object
sender
,
System
.
Timers
.
ElapsedEventArgs
e
)
{
bool
rtn
;
if
(
AgvStateInProcess
)
return
;
AgvStateInProcess
=
true
;
List
<
AlarmMsg
>
msglist
=
new
List
<
AlarmMsg
>();
String
tmp
=
""
;
for
(
int
j
=
0
;
j
<
Common
.
nodeInfo
.
Count
;
j
++)
{
if
(!
Common
.
nodeInfo
[
j
].
Online
)
{
msglist
.
Add
(
new
AlarmMsg
(
Common
.
nodeInfo
[
j
].
AliceName
,
"lineAgv."
+
Common
.
nodeInfo
[
j
].
Name
+
".OffLine"
,
"离线"
));
}
}
AGVManager
.
updateDeviceAlarmMsg
(
msglist
);
for
(
int
i
=
0
;
i
<
Common
.
agvInfo
.
Count
;
i
++)
{
//上报异常
bool
isAlarm
=
false
;
if
(
msglist
.
Count
>
0
)
msglist
.
Clear
();
//
if (msglist.Count > 0)
//
msglist.Clear();
try
{
if
(!
CheckOnline
(
i
))
continue
;
...
...
@@ -153,18 +149,16 @@ namespace AGVControl.BLL
Thread
.
Sleep
(
50
);
if
(
rtn
)
change
=
Common
.
agvInfo
[
i
].
SetState
(
stateID
,
stateStr
,
battery
,
mission_text
,
position
);
//更新状态stateID.Equals(eAGVState.Executing)
if
(
change
)
// if (change)
{
AgvChanged
?.
Invoke
(
i
);
}
Common
.
log
.
Debug
(
"获取AGV状态"
);
Thread
.
Sleep
(
50
);
rtn
=
Common
.
mir
.
Get_IO_Status
(
Common
.
agvInfo
[
i
],
out
bool
[]
input
,
out
bool
[]
output
);
Common
.
log
.
Debug
(
"获取IO状态"
);
//
rtn = Common.mir.Get_IO_Status(Common.agvInfo[i], out bool[] input, out bool[] output);
//
Common.log.Debug("获取IO状态");
preAGVState
=
Common
.
agvInfo
[
i
].
StateID
;
//
preAGVState = Common.agvInfo[i].StateID;
if
(
Common
.
agvInfo
[
i
].
StandTimeOut
)
{
...
...
AGVControl-ProductionLine/BLL/LineWebService.cs
查看文件 @
672bcc8
...
...
@@ -120,7 +120,7 @@ namespace BLL
else
{
res
=
new
Result
()
{
Succeed
=
true
,
ResultData
=
RFID
,
ErrorMessage
=
""
};
Log
.
Info
(
string
.
Format
(
"Unlock Request(GET) [emptyStation={0},rfid={1}]"
,
line
,
RFID
));
Log
.
Info
(
string
.
Format
(
"Unlock Request(GET) [emptyStation={0},rfid={1}]"
,
line
,
RFID
.
ToUpper
()
));
Common
.
LogInfo
(
"任务[GET]:"
+
value
+
" 出空料架 [emptyStation="
+
line
+
",rfid="
+
RFID
.
ToUpper
()
+
"]"
);
}
}
...
...
AGVControl-ProductionLine/BLL/UnlockMissionManager.cs
查看文件 @
672bcc8
...
...
@@ -27,7 +27,7 @@ namespace AGVControl
{
if
(
item
.
Name
.
StartsWith
(
"A"
)
||
item
.
Name
.
Equals
(
SettingString
.
D4FeederIn
)
||
item
.
Name
.
Equals
(
SettingString
.
C4FeederIn
))
continue
;
NodeUnlockMissions
.
Add
(
item
.
Name
,
new
UnlockedShelf
(
item
.
Name
));
NodeUnlockMissions
.
Add
(
item
.
Name
,
new
UnlockedShelf
());
UnlockMissions
=
new
Dictionary
<
string
,
UnlockInfo
>();
}
}
...
...
@@ -75,8 +75,12 @@ namespace AGVControl
{
UnlockMissions
[
nodeName
]
=
new
UnlockInfo
(
nodeName
,
NodeUnlockMissions
[
nodeName
].
EmptyCnt
,
NodeUnlockMissions
[
nodeName
].
GetRfidWithTime
());
WriteUnlockLineInfo
();
Common
.
WriteIni
(
nodeName
,
SettingString
.
EmptyShelfCnt
,
NodeUnlockMissions
[
nodeName
].
EmptyCnt
.
ToString
());
Common
.
LogInfo
(
string
.
Format
(
"{0}解绑任务添加成功:RFID={1}"
,
nodeName
,
rfid
));
MissionChanged
?.
Invoke
(
UnlockMissions
);
}
else
Common
.
LogInfo
(
string
.
Format
(
"{0}解绑任务添加失败:RFID={1}"
,
nodeName
,
rfid
));
return
rtn
;
}
public
bool
DelMission
(
string
nodeName
,
string
rfid
)
...
...
@@ -86,8 +90,12 @@ namespace AGVControl
{
UnlockMissions
[
nodeName
]
=
new
UnlockInfo
(
nodeName
,
NodeUnlockMissions
[
nodeName
].
EmptyCnt
,
NodeUnlockMissions
[
nodeName
].
GetRfidWithTime
());
WriteUnlockLineInfo
();
Common
.
WriteIni
(
nodeName
,
SettingString
.
EmptyShelfCnt
,
NodeUnlockMissions
[
nodeName
].
EmptyCnt
.
ToString
());
Common
.
LogInfo
(
string
.
Format
(
"{0}解绑任务删除成功:RFID={1}"
,
nodeName
,
rfid
));
MissionChanged
?.
Invoke
(
UnlockMissions
);
}
else
Common
.
LogInfo
(
string
.
Format
(
"{0}解绑任务删除失败:RFID={1}"
,
nodeName
,
rfid
));
return
rtn
;
}
/// <summary>
...
...
AGVControl-ProductionLine/FrmMain.Designer.cs
查看文件 @
672bcc8
...
...
@@ -167,6 +167,7 @@
this
.
DgvAgv
.
Size
=
new
System
.
Drawing
.
Size
(
1105
,
141
);
this
.
DgvAgv
.
TabIndex
=
3
;
this
.
DgvAgv
.
CellClick
+=
new
System
.
Windows
.
Forms
.
DataGridViewCellEventHandler
(
this
.
DgvAgv_CellClick
);
this
.
DgvAgv
.
CellContentClick
+=
new
System
.
Windows
.
Forms
.
DataGridViewCellEventHandler
(
this
.
DgvAgv_CellContentClick
);
//
// Column1
//
...
...
@@ -713,7 +714,7 @@
//
// btnClearStationRFID
//
this
.
btnClearStationRFID
.
Location
=
new
System
.
Drawing
.
Point
(
1
61
,
67
);
this
.
btnClearStationRFID
.
Location
=
new
System
.
Drawing
.
Point
(
1
51
,
91
);
this
.
btnClearStationRFID
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
btnClearStationRFID
.
Name
=
"btnClearStationRFID"
;
this
.
btnClearStationRFID
.
Size
=
new
System
.
Drawing
.
Size
(
125
,
35
);
...
...
@@ -740,10 +741,10 @@
//
// btnUpdateStatus
//
this
.
btnUpdateStatus
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
102
);
this
.
btnUpdateStatus
.
Location
=
new
System
.
Drawing
.
Point
(
151
,
23
);
this
.
btnUpdateStatus
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
btnUpdateStatus
.
Name
=
"btnUpdateStatus"
;
this
.
btnUpdateStatus
.
Size
=
new
System
.
Drawing
.
Size
(
125
,
3
9
);
this
.
btnUpdateStatus
.
Size
=
new
System
.
Drawing
.
Size
(
125
,
3
5
);
this
.
btnUpdateStatus
.
TabIndex
=
41
;
this
.
btnUpdateStatus
.
Text
=
"物料状态上报"
;
this
.
btnUpdateStatus
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -751,7 +752,7 @@
//
// btnGetStationRfid
//
this
.
btnGetStationRfid
.
Location
=
new
System
.
Drawing
.
Point
(
161
,
23
);
this
.
btnGetStationRfid
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
91
);
this
.
btnGetStationRfid
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
btnGetStationRfid
.
Name
=
"btnGetStationRfid"
;
this
.
btnGetStationRfid
.
Size
=
new
System
.
Drawing
.
Size
(
125
,
35
);
...
...
AGVControl-ProductionLine/FrmMain.cs
查看文件 @
672bcc8
...
...
@@ -403,14 +403,13 @@ namespace AGVControl
try
{
agvRunInfo
[
i
].
Text
=
Common
.
agvInfo
[
i
].
RunInfo
();
Application
.
DoEvents
();
}
catch
(
Exception
ex
)
{
Common
.
log
.
Error
(
"显示"
+
Common
.
agvInfo
[
i
].
Name
+
"运行信息异常"
);
}
}
Application
.
DoEvents
();
//if (!Common.doubleLine_WO.Equals(""))
lblWO
.
Text
=
Common
.
doubleLine_WO
;
// if (!AGVManager.A6_Target.Equals(""))
...
...
@@ -668,19 +667,52 @@ namespace AGVControl
{
if
(
txtBoxLineName
.
Text
.
Equals
(
""
))
return
;
try
{
Task
.
Factory
.
StartNew
(
new
Action
(()
=>
{
string
res
=
AGVManager
.
GetRFIDs
(
txtBoxLineName
.
Text
.
ToUpper
());
this
.
Invoke
(
new
Action
(()
=>
{
label11
.
Text
=
string
.
Format
(
"由里到外料架顺序:{0}"
,
res
);
}));
}));
}
catch
{
}
}
private
void
btnClearStationRFID_Click
(
object
sender
,
EventArgs
e
)
{
if
(!
txtBoxLineName
.
Text
.
Equals
(
""
)
&&
!
txtBoxRFID
.
Text
.
Equals
(
""
))
{
try
{
Task
.
Factory
.
StartNew
(
new
Action
(()
=>
{
bool
rtn
=
AGVManager
.
ClearRFID
(
txtBoxLineName
.
Text
.
ToUpper
(),
txtBoxRFID
.
Text
.
ToUpper
());
this
.
Invoke
(
new
Action
(()
=>
{
label11
.
Text
=
rtn
?
"清除接驳RFID成功:"
+
txtBoxLineName
.
Text
+
" "
+
txtBoxRFID
.
Text
:
"清除接驳RFID失败:"
+
txtBoxLineName
.
Text
+
" "
+
txtBoxRFID
.
Text
;
}));
txtBoxLineName
.
Text
=
""
;
txtBoxRFID
.
Text
=
""
;
Common
.
LogInfo
(
rtn
?
"手动清除接驳RFID成功:"
+
txtBoxLineName
.
Text
+
" "
+
txtBoxRFID
.
Text
:
"手动清除接驳RFID失败:"
+
txtBoxLineName
.
Text
+
" "
+
txtBoxRFID
.
Text
);
}));
}
catch
{
}
}
}
/// <summary>
/// 点击小车状态刷新
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private
void
DgvAgv_CellContentClick
(
object
sender
,
DataGridViewCellEventArgs
e
)
{
Invoke
(
new
Action
(()
=>
{
try
{
for
(
int
i
=
0
;
i
<
Common
.
agvInfo
.
Count
;
i
++)
{
DgvAgv
.
Rows
[
i
].
SetValues
(
Common
.
agvInfo
[
i
].
ToRow
());
}
}
catch
{
}
}));
}
}
}
AGVControl-ProductionLine/bean/Agv_Info.cs
查看文件 @
672bcc8
...
...
@@ -195,27 +195,10 @@ namespace AGVControl
else
return
string
.
Format
(
"设备:{1}{0}RFID:{2}{0}任务信息:[任务名称={3}][任务状态={4}]{0}当前步骤:{5}{0}执行信息:{6}"
,
"\r\n"
,
Name
,
RFID
,
curJobTaskName
,
curJobTaskState
,
Msg
,
MissionText
);
//if (RFID.StartsWith("C"))
//{
// return string.Format("Name:{1}{0}RFID:{2}{0}CurJob:{3}{0}CurJobTaskInfo:[TaskName={4}][TaskID={5}][TaskState={6}]{0}RunInfo:{7}{0}BoxDestInfo:{8}{0}GetRack:{9}{0}MissionText:{10}",
// "\r\n", Name, RFID, CurJob.ToString(), curJobTaskName, curJobTaskID, curJobTaskState, Msg, BoxDestInfo, BLL.AGVManager.GetRackBy(RFID), MissionText);
//}
//else if (RFID.StartsWith("D"))
//{
// return string.Format("Name:{1}{0}RFID:{2}{0}CurJob:{3}{0}CurJobTaskInfo:[TaskName={4}][TaskID={5}][TaskState={6}]{0}RunInfo:{7}{0}BoxDestInfo:{8}{0}MissionText:{9}",
// "\r\n", Name, RFID, CurJob.ToString(), curJobTaskName, curJobTaskID, curJobTaskState, Msg, BoxDestInfo, MissionText);
//}
//else
// return string.Format("Name:{1}{0}RFID:{2}{0}CurJob:{3}{0}CurJobTaskInfo:[TaskName={4}][TaskID={5}][TaskState={6}]{0}RunInfo:{7}{0}MissionText:{8}",
// "\r\n", Name, RFID, CurJob.ToString(), curJobTaskName, curJobTaskID, curJobTaskState, Msg, MissionText);
}
else
return
string
.
Format
(
"设备:{1}{0}RFID:{2}{0}任务信息:[任务名称={3}][任务状态={4}]{0}执行信息:{5}"
,
"\r\n"
,
Name
,
RFID
,
curJobTaskName
,
curJobTaskState
,
MissionText
);
//return string.Format("Name:{1}{0}RFID:{2}{0}CurTaskInfo:[TaskName={3}][TaskID={4}][TaskState={5}]{0}MissionText:{6}",
// "\r\n", Name, RFID, curJobTaskName, curJobTaskID, curJobTaskState, MissionText);
}
/// <summary>
/// 任务重发
...
...
AGVControl-ProductionLine/bean/UnlockedShelf.cs
查看文件 @
672bcc8
...
...
@@ -12,9 +12,8 @@ namespace AGVControl
/// 已解绑料架信息
/// </summary>
/// <param name="nodeName"></param>
public
UnlockedShelf
(
string
nodeName
)
public
UnlockedShelf
()
{
this
.
NodeName
=
nodeName
;
Rfids
=
new
Dictionary
<
string
,
string
>();
}
/// <summary>
...
...
@@ -56,19 +55,8 @@ namespace AGVControl
System
.
Threading
.
Interlocked
.
Increment
(
ref
tmp
);
EmptyCnt
=
tmp
;
Rfids
.
Add
(
rfid
,
DateTime
.
Now
.
ToString
(
"yyyy/MM/dd/HH:mm:ss,fff"
));
Common
.
WriteIni
(
NodeName
,
SettingString
.
EmptyShelfCnt
,
EmptyCnt
.
ToString
());
//using (System.IO.StreamWriter file = new System.IO.StreamWriter(Common.CONFIG_PATH + "UnlockInfo.txt"))
//{
// foreach (var item in Rfids.Keys)
// {
// file.WriteLine(string.Format("{0},{1}", Rfids[item], item));
// }
//}
Common
.
LogInfo
(
string
.
Format
(
"{0}解绑任务添加成功:RFID={1}"
,
NodeName
,
rfid
));
return
true
;
}
Common
.
LogInfo
(
string
.
Format
(
"{0}解绑任务添加失败:RFID={1}"
,
NodeName
,
rfid
));
return
false
;
}
/// <summary>
...
...
@@ -88,16 +76,6 @@ namespace AGVControl
Rfids
.
Clear
();
}
//Rfids.Remove(rfid);
Common
.
WriteIni
(
NodeName
,
SettingString
.
EmptyShelfCnt
,
EmptyCnt
.
ToString
());
//using (System.IO.StreamWriter file = new System.IO.StreamWriter(Common.CONFIG_PATH + "UnlockInfo.txt"))
//{
// foreach (var item in Rfids.Keys)
// {
// file.WriteLine(string.Format("{0},{1}", Rfids[item], item));
// }
//}
Common
.
LogInfo
(
string
.
Format
(
"{0}解绑任务删除成功:RFID={1}"
,
NodeName
,
rfid
));
return
true
;
}
}
...
...
@@ -107,7 +85,6 @@ namespace AGVControl
Rfids
.
Clear
();
return
true
;
}
Common
.
LogInfo
(
string
.
Format
(
"{0}解绑任务删除失败:RFID={1}"
,
NodeName
,
rfid
));
return
false
;
}
}
...
...
AGVControl-ProductionLine/bean/job/ChargeJob.cs
查看文件 @
672bcc8
...
...
@@ -62,6 +62,8 @@ namespace AGVControl
runInfo
=
"在待机位,电量充足["
+
agv
.
Battery
+
"%],等待任务"
;
msg
+=
runInfo
;
ChargeStep
.
Msg
=
msg
;
Common
.
MoveToNode
(
agv
,
SettingString
.
Standby
);
UpdateJobTaskInfo
(
agv
.
CurTaskName
,
agv
.
CurTaskID
);
}
else
if
(
agvPlace
.
StartsWith
(
SettingString
.
C4_Name_Prefix
)
&&
Common
.
CheckIsInAirDoor
(
agvPlace
))
{
...
...
AGVControl-ProductionLine/bean/job/SendFullShelfToLineJob.cs
查看文件 @
672bcc8
...
...
@@ -145,6 +145,17 @@ namespace AGVControl
{
if
(!
Common
.
Check4CTarget
(
agv
,
FullShelfPlace
))
//未占用
{
if
(
Common
.
CheckIsInAirDoor
(
FullShelfPlace
))
{
SendFullShelfStep
.
ToNextStep
(
SEND_FULL_SHELF_STEP
.
WAIT_AGV_REACH_AIR_DOOR
);
runInfo
=
"到临时待机位,去产线先过风淋门["
+
FullShelfPlace
+
"][RFID="
+
RFID
+
"]"
;
msg
+=
runInfo
;
SendFullShelfStep
.
Msg
=
msg
;
Common
.
DoorMission
(
agv
,
SettingString
.
DoorAirIn
);
UpdateJobTaskInfo
(
agv
.
CurTaskName
,
agv
.
CurTaskID
);
}
else
{
SendFullShelfStep
.
ToNextStep
(
SEND_FULL_SHELF_STEP
.
WAIT_AGV_REACH_LINE
);
runInfo
=
"从临时待机位送往["
+
FullShelfPlace
+
"][RFID="
+
RFID
+
"]"
;
msg
+=
runInfo
;
...
...
@@ -155,6 +166,7 @@ namespace AGVControl
}
}
}
}
else
if
(
SendFullShelfStep
.
IsStep
(
SEND_FULL_SHELF_STEP
.
WAIT_AGV_REACH_LINE
))
{
CurTaskState
=
Common
.
GetTakJobState
(
CurTaskID
);
...
...
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.exe
查看文件 @
672bcc8
此文件类型无法预览
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.exe.config
查看文件 @
672bcc8
...
...
@@ -18,13 +18,17 @@
</
layout
>
</
appender
>
<
appender
name
=
"LineWebService"
type
=
"log4net.Appender.RollingFileAppender"
>
<
file
value
=
"logs/
LineWebService
.log"
/>
<
file
value
=
"logs/
UnlockInfo
.log"
/>
<
param
name
=
"Encoding"
value
=
"UTF-8"
/>
<
appendToFile
value
=
"true"
/>
<
rollingStyle
value
=
"Date"
/>
<
datePattern
value
=
"yyyy-MM-dd"
/>
<
param
name
=
"MaxSizeRollBackups"
value
=
"10"
/>
<!-- 切割最多文件数 -->
<
param
name
=
"MaximumFileSize"
value
=
"100MB"
/>
<!-- 每个文件的大小 -->
<
param
name
=
"RollingStyle"
value
=
"Size"
/>
<
param
name
=
"StaticLogFileName"
value
=
"true"
/>
<
layout
type
=
"log4net.Layout.PatternLayout"
>
<
conversionPattern
value
=
"[%date]
[%t][%c:%L]
%-5p %m%n"
/>
<
conversionPattern
value
=
"[%date]%-5p %m%n"
/>
</
layout
>
</
appender
>
<
logger
name
=
"LineWebService"
>
...
...
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.pdb
查看文件 @
672bcc8
此文件类型无法预览
AGVControl-ProductionLine/bin/Debug/Config/UnlockInfo.json
查看文件 @
672bcc8
{
"NodeUnlockMissions"
:{
"D1"
:{
"NodeName"
:
"D1"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D2"
:{
"NodeName"
:
"D2"
,
"EmptyCnt"
:
0
,
"Rfids"
:{
}},
"D3"
:{
"NodeName"
:
"D3"
,
"EmptyCnt"
:
1
,
"Rfids"
:{
"D3"
:
"2020/12/05/22:50:48,047"
}},
"D4"
:{
"NodeName"
:
"D4"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D5"
:{
"NodeName"
:
"D5"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D6"
:{
"NodeName"
:
"D6"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D8"
:{
"NodeName"
:
"D8"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D9"
:{
"NodeName"
:
"D9"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D10"
:{
"NodeName"
:
"D10"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D11"
:{
"NodeName"
:
"D11"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D12"
:{
"NodeName"
:
"D12"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D14"
:{
"NodeName"
:
"D14"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D15"
:{
"NodeName"
:
"D15"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D16"
:{
"NodeName"
:
"D16"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D22"
:{
"NodeName"
:
"D22"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C1"
:{
"NodeName"
:
"C1"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C2"
:{
"NodeName"
:
"C2"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C3"
:{
"NodeName"
:
"C3"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C4"
:{
"NodeName"
:
"C4"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C5"
:{
"NodeName"
:
"C5"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C6"
:{
"NodeName"
:
"C6"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C7"
:{
"NodeName"
:
"C7"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C8"
:{
"NodeName"
:
"C8"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C9"
:{
"NodeName"
:
"C9"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C10"
:{
"NodeName"
:
"C10"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C14"
:{
"NodeName"
:
"C14"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C15"
:{
"NodeName"
:
"C15"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C22"
:{
"NodeName"
:
"C22"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}}}}
{
"NodeUnlockMissions"
:{
"D1"
:{
"NodeName"
:
"D1"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D2"
:{
"NodeName"
:
"D2"
,
"EmptyCnt"
:
1
,
"Rfids"
:{
"D4"
:
"2020/12/06/11:51:42,731"
}},
"D3"
:{
"NodeName"
:
"D3"
,
"EmptyCnt"
:
1
,
"Rfids"
:{
"D3"
:
"2020/12/05/22:50:48,047"
}},
"D4"
:{
"NodeName"
:
"D4"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D5"
:{
"NodeName"
:
"D5"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D6"
:{
"NodeName"
:
"D6"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D8"
:{
"NodeName"
:
"D8"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D9"
:{
"NodeName"
:
"D9"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D10"
:{
"NodeName"
:
"D10"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D11"
:{
"NodeName"
:
"D11"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D12"
:{
"NodeName"
:
"D12"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D14"
:{
"NodeName"
:
"D14"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D15"
:{
"NodeName"
:
"D15"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D16"
:{
"NodeName"
:
"D16"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"D22"
:{
"NodeName"
:
"D22"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C1"
:{
"NodeName"
:
"C1"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C2"
:{
"NodeName"
:
"C2"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C3"
:{
"NodeName"
:
"C3"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C4"
:{
"NodeName"
:
"C4"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C5"
:{
"NodeName"
:
"C5"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C6"
:{
"NodeName"
:
"C6"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C7"
:{
"NodeName"
:
"C7"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C8"
:{
"NodeName"
:
"C8"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C9"
:{
"NodeName"
:
"C9"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C10"
:{
"NodeName"
:
"C10"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C14"
:{
"NodeName"
:
"C14"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C15"
:{
"NodeName"
:
"C15"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}},
"C22"
:{
"NodeName"
:
"C22"
,
"EmptyCnt"
:
0
,
"Rfids"
:{}}}}
AGVControl-ProductionLine/bin/Debug/Config/tempData.ini
查看文件 @
672bcc8
...
...
@@ -12,3 +12,5 @@ RFID=
RFID
=
[MiR_R1580]
RFID
=
[D2]
EmptyShelfCnt
=
1
AGVControl-ProductionLine/bin/Debug/logs/AgvServer.log
deleted
100644 → 0
查看文件 @
00ced36
[2020-12-05 22:08:01,309][1][AgvServer:46]INFO =====程序开始=====
[2020-12-05 22:08:06,674][1][AgvServer:1143]ERROR A5 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:11,742][1][AgvServer:1143]ERROR A6 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:16,810][1][AgvServer:1143]ERROR D1 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:21,878][1][AgvServer:1143]ERROR D2 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:26,945][1][AgvServer:1143]ERROR D3 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:32,013][1][AgvServer:1143]ERROR D4 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:37,080][1][AgvServer:1143]ERROR D5 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:42,183][1][AgvServer:1143]ERROR D6 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:47,250][1][AgvServer:1143]ERROR D8 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:52,318][1][AgvServer:1143]ERROR D9 GetNodesPosition 获取节点位置失败
[2020-12-05 22:08:57,385][1][AgvServer:1143]ERROR D10 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:02,453][1][AgvServer:1143]ERROR D11 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:07,521][1][AgvServer:1143]ERROR D12 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:12,590][1][AgvServer:1143]ERROR D14 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:17,657][1][AgvServer:1143]ERROR D15 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:22,725][1][AgvServer:1143]ERROR D16 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:27,793][1][AgvServer:1143]ERROR D21 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:32,861][1][AgvServer:1143]ERROR D22 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:37,929][1][AgvServer:1143]ERROR C1 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:42,996][1][AgvServer:1143]ERROR C2 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:48,064][1][AgvServer:1143]ERROR C3 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:53,130][1][AgvServer:1143]ERROR C4 GetNodesPosition 获取节点位置失败
[2020-12-05 22:09:58,198][1][AgvServer:1143]ERROR C5 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:03,267][1][AgvServer:1143]ERROR C6 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:08,334][1][AgvServer:1143]ERROR C7 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:13,401][1][AgvServer:1143]ERROR C8 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:18,469][1][AgvServer:1143]ERROR C9 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:23,536][1][AgvServer:1143]ERROR C10 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:28,604][1][AgvServer:1143]ERROR C14 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:33,672][1][AgvServer:1143]ERROR C15 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:38,739][1][AgvServer:1143]ERROR C21 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:43,808][1][AgvServer:1143]ERROR C22 GetNodesPosition 获取节点位置失败
[2020-12-05 22:10:43,809][1][AgvServer:54]INFO Server Start
[2020-12-05 22:10:43,969][1][AgvServer:152]ERROR Open
System.ServiceModel.AddressAccessDeniedException: HTTP 无法注册 URL http://+:80/BenQMIR/Webservice/AGVService.asmx/。进程不具有此命名空间的访问权限(有关详细信息,请参见 http://go.microsoft.com/fwlink/?LinkId=70353)。 ---> System.Net.HttpListenerException: 拒绝访问。
在 System.Net.HttpListener.AddAllPrefixes()
在 System.Net.HttpListener.Start()
在 System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
--- 内部异常堆栈跟踪的结尾 ---
在 System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
在 System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
在 System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
在 System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
在 System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
在 System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open()
在 BLL.WebService.Open(String url) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\LineWebService.cs:行号 147
[2020-12-05 22:10:52,882][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:10:54,601][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:10:56,601][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:10:58,601][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:11:00,600][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:11:02,601][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:11:04,601][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:11:09,840][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:11:09,850][13][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:11:11,601][13][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:11:13,601][13][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:11:15,600][13][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:11:17,601][13][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:11:19,601][13][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:11:21,601][13][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:11:27,889][11][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:11:29,601][11][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:11:30,856][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:11:31,601][11][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:11:33,601][11][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:11:35,601][11][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:11:37,601][11][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:11:39,601][11][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:11:45,907][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:11:47,601][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:11:49,601][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:11:51,601][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:11:51,870][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:11:53,601][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:11:55,601][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:11:57,601][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:12:03,940][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:12:05,600][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:12:07,601][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:12:09,601][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:12:11,600][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:12:12,881][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:12:13,601][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:12:15,601][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:12:21,971][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:12:23,601][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:12:25,601][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:12:27,601][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:12:29,601][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:12:31,601][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:12:33,601][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:12:33,893][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:12:40,015][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:12:41,601][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:12:43,601][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:12:45,601][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:12:47,601][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:12:49,600][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:12:51,601][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:12:54,905][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:12:58,057][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:12:59,601][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:13:01,601][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:13:03,601][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:13:05,601][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:13:07,601][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:13:09,600][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:13:15,918][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:13:16,069][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:13:17,600][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:13:19,601][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:13:21,601][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:13:23,601][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:13:25,601][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:13:27,601][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:13:34,093][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:13:35,601][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:13:36,929][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:13:37,600][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:13:39,601][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:13:41,601][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:13:43,601][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:13:45,601][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:13:52,140][13][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:13:54,101][13][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:13:56,101][13][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:13:57,941][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:13:58,101][13][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:14:00,100][13][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:14:02,101][13][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:14:04,101][13][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:14:10,156][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:14:12,101][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:14:14,101][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:14:16,101][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:14:18,101][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:14:18,976][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:14:20,101][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:14:22,101][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:14:28,186][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:14:30,101][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:14:32,101][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:14:34,101][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:14:36,100][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:14:38,101][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:14:39,991][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:14:40,101][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:14:46,220][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:14:48,100][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:14:50,101][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:14:52,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:14:54,100][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:14:56,101][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:14:58,101][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:15:01,003][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:15:04,232][13][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:15:06,100][13][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:15:08,101][13][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:15:10,101][13][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:15:12,101][13][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:15:14,101][13][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:15:16,101][13][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:15:22,017][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:15:22,260][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:15:24,101][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:15:26,101][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:15:28,101][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:15:30,100][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:15:32,101][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:15:34,101][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:15:40,264][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:15:42,100][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:15:43,032][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:15:44,101][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:15:46,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:15:48,100][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:15:50,101][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:15:52,101][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:15:58,313][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:16:00,101][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:16:02,101][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:16:04,046][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:16:04,101][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:16:06,101][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:16:08,101][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:16:10,101][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:16:16,329][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:16:18,100][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:16:20,101][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:16:22,101][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:16:24,101][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:16:25,061][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:16:26,100][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:16:28,101][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:16:34,344][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:16:36,101][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:16:38,100][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:16:40,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:16:42,101][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:16:44,101][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:16:46,072][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:16:46,101][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:16:52,391][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:16:54,101][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:16:56,101][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:16:58,100][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:17:00,101][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:17:02,101][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:17:04,101][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:17:07,086][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:17:10,425][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:17:12,101][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:17:14,101][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:17:16,101][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:17:18,100][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:17:20,101][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:17:22,101][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:17:28,099][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:17:28,483][11][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:17:30,100][11][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:17:32,101][11][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:17:34,101][11][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:17:36,100][11][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:17:38,101][11][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:17:40,101][11][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:17:46,515][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:17:48,100][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:17:49,115][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:17:50,101][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:17:52,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:17:54,100][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:17:56,101][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:17:58,101][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:18:04,548][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:18:06,100][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:18:08,101][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:18:10,101][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:18:10,133][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:18:12,101][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:18:14,100][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:18:16,101][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:18:22,594][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:18:24,101][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:18:26,100][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:18:28,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:18:30,101][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:18:31,145][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:18:32,100][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:18:34,100][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:18:40,642][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:18:42,601][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:18:44,601][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:18:46,600][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:18:48,601][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:18:50,601][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:18:52,159][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:18:52,601][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:18:58,642][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:19:00,601][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:19:02,601][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:19:04,600][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:19:06,601][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:19:08,601][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:19:10,601][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:19:13,173][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:19:16,682][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:19:18,600][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:19:20,601][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:19:22,601][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:19:24,601][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:19:26,601][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:19:28,601][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:19:34,188][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:19:34,744][11][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:19:36,600][11][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:19:38,601][11][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:19:40,601][11][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:19:42,601][11][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:19:44,601][11][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:19:46,601][11][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:19:52,766][13][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:19:54,601][13][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:19:55,202][9][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:19:56,601][13][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:19:58,601][13][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:20:00,601][13][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:20:02,601][13][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:20:04,601][13][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:20:10,811][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:20:12,601][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:20:14,601][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:20:16,601][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:20:18,601][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:20:20,442][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:20:20,600][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:20:22,601][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:20:28,826][13][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:20:30,601][13][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:20:32,601][13][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:20:34,601][13][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:20:36,601][13][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:20:38,601][13][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:20:40,601][13][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:20:41,456][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:20:46,842][9][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:20:48,601][9][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:20:50,601][9][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:20:52,601][9][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:20:54,601][9][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:20:56,601][9][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:20:58,601][9][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:21:02,468][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:21:04,901][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:21:06,601][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:21:08,601][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:21:10,600][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:21:12,601][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:21:14,601][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:21:16,600][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:21:22,935][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:21:23,483][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:21:24,601][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:21:26,601][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:21:28,601][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:21:30,601][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:21:32,601][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:21:34,601][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:21:40,940][13][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:21:42,601][13][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:21:44,498][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:21:44,601][13][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:21:46,600][13][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:21:48,601][13][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:21:50,601][13][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:21:52,600][13][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:21:58,967][11][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:22:00,601][11][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:22:02,601][11][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:22:04,601][11][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:22:05,510][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:22:06,600][11][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:22:08,601][11][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:22:10,601][11][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:22:17,002][9][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:22:18,600][9][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:22:20,601][9][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:22:22,601][9][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:22:24,600][9][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:22:26,522][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:22:26,601][9][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:22:28,601][9][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:22:35,031][11][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:22:36,601][11][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:22:38,601][11][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:22:40,601][11][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:22:42,600][11][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:22:44,601][11][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:22:46,601][11][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:22:47,535][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:22:53,047][11][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:22:54,600][11][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:22:56,601][11][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:22:58,601][11][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:23:00,601][11][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:23:02,600][11][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:23:04,601][11][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:23:08,549][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:23:11,091][13][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:23:12,601][13][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:23:14,601][13][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:23:16,601][13][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:23:18,601][13][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:23:20,601][13][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:23:22,601][13][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:23:29,109][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:23:29,560][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:23:31,100][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:23:33,101][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:23:35,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:23:37,101][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:23:39,101][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:23:41,100][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:23:47,141][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:23:49,101][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:23:50,575][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:23:51,101][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:23:53,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:23:55,101][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:23:57,101][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:23:59,101][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:24:05,173][13][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:24:07,100][13][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:24:09,100][13][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:24:11,101][13][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:24:11,588][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:24:13,101][13][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:24:15,101][13][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:24:17,101][13][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:24:23,206][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:24:25,101][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:24:27,101][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:24:29,100][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:24:31,101][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:24:32,600][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:24:33,101][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:24:35,101][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:24:41,264][9][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:24:43,101][9][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:24:45,101][9][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:24:47,101][9][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:24:49,101][9][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:24:51,101][9][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:24:53,101][9][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:24:53,611][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:24:59,283][11][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:25:01,101][11][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:25:03,100][11][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:25:05,101][11][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:25:07,101][11][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:25:09,100][11][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:25:11,101][11][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:25:14,625][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:25:17,322][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:25:19,101][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:25:21,101][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:25:23,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:25:25,101][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:25:27,100][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:25:29,100][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:25:35,362][11][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:25:35,638][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:25:37,100][11][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:25:39,100][11][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:25:41,100][11][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:25:43,101][11][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:25:45,101][11][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:25:47,103][11][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:25:53,810][11][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:25:55,601][11][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:25:56,653][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:25:57,601][11][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:25:59,601][11][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:26:01,601][11][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:26:03,601][11][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:26:05,601][11][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:26:11,860][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:26:13,601][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:26:15,601][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:26:17,600][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:26:17,666][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:26:19,601][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:26:21,601][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:26:23,601][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:26:29,891][9][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:26:31,601][9][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:26:33,601][9][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:26:35,601][9][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:26:37,601][9][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:26:38,681][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:26:39,601][9][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:26:41,601][9][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:26:47,938][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:26:49,600][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:26:51,601][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:26:53,601][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:26:55,601][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:26:57,601][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:26:59,601][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:26:59,701][6][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:27:05,999][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:27:07,600][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:27:09,601][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:27:11,601][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:46:05,137][1][AgvServer:46]INFO =====程序开始=====
[2020-12-05 22:46:10,370][1][AgvServer:1143]ERROR A5 GetNodesPosition 获取节点位置失败
[2020-12-05 22:46:15,440][1][AgvServer:1143]ERROR A6 GetNodesPosition 获取节点位置失败
[2020-12-05 22:46:20,507][1][AgvServer:1143]ERROR D1 GetNodesPosition 获取节点位置失败
[2020-12-05 22:46:25,576][1][AgvServer:1143]ERROR D2 GetNodesPosition 获取节点位置失败
[2020-12-05 22:46:30,644][1][AgvServer:1143]ERROR D3 GetNodesPosition 获取节点位置失败
[2020-12-05 22:46:35,712][1][AgvServer:1143]ERROR D4 GetNodesPosition 获取节点位置失败
[2020-12-05 22:46:40,779][1][AgvServer:1143]ERROR D5 GetNodesPosition 获取节点位置失败
[2020-12-05 22:46:45,847][1][AgvServer:1143]ERROR D6 GetNodesPosition 获取节点位置失败
[2020-12-05 22:46:50,914][1][AgvServer:1143]ERROR D8 GetNodesPosition 获取节点位置失败
[2020-12-05 22:46:55,984][1][AgvServer:1143]ERROR D9 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:01,051][1][AgvServer:1143]ERROR D10 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:06,119][1][AgvServer:1143]ERROR D11 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:11,190][1][AgvServer:1143]ERROR D12 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:16,258][1][AgvServer:1143]ERROR D14 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:21,326][1][AgvServer:1143]ERROR D15 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:26,394][1][AgvServer:1143]ERROR D16 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:31,463][1][AgvServer:1143]ERROR D21 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:36,532][1][AgvServer:1143]ERROR D22 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:41,600][1][AgvServer:1143]ERROR C1 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:46,667][1][AgvServer:1143]ERROR C2 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:51,735][1][AgvServer:1143]ERROR C3 GetNodesPosition 获取节点位置失败
[2020-12-05 22:47:56,802][1][AgvServer:1143]ERROR C4 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:01,870][1][AgvServer:1143]ERROR C5 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:06,939][1][AgvServer:1143]ERROR C6 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:12,007][1][AgvServer:1143]ERROR C7 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:17,076][1][AgvServer:1143]ERROR C8 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:22,144][1][AgvServer:1143]ERROR C9 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:27,211][1][AgvServer:1143]ERROR C10 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:32,278][1][AgvServer:1143]ERROR C14 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:37,346][1][AgvServer:1143]ERROR C15 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:42,413][1][AgvServer:1143]ERROR C21 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:47,484][1][AgvServer:1143]ERROR C22 GetNodesPosition 获取节点位置失败
[2020-12-05 22:48:47,485][1][AgvServer:54]INFO Server Start
[2020-12-05 22:48:47,642][1][AgvServer:152]ERROR Open
System.ServiceModel.AddressAccessDeniedException: HTTP 无法注册 URL http://+:80/BenQMIR/Webservice/AGVService.asmx/。进程不具有此命名空间的访问权限(有关详细信息,请参见 http://go.microsoft.com/fwlink/?LinkId=70353)。 ---> System.Net.HttpListenerException: 拒绝访问。
在 System.Net.HttpListener.AddAllPrefixes()
在 System.Net.HttpListener.Start()
在 System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
--- 内部异常堆栈跟踪的结尾 ---
在 System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
在 System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
在 System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
在 System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
在 System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
在 System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
在 System.ServiceModel.Channels.CommunicationObject.Open()
在 BLL.WebService.Open(String url) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\LineWebService.cs:行号 147
[2020-12-05 22:48:55,664][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:48:57,601][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:48:59,601][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:49:01,600][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:49:03,601][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:49:05,601][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:49:07,601][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:49:13,516][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:49:13,556][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:49:15,101][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:49:17,100][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:49:19,101][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:49:21,101][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:49:23,100][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:49:25,101][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:49:31,593][10][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:49:33,101][10][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:49:34,529][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:49:35,101][10][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:49:37,101][10][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:49:39,101][10][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:49:41,101][10][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:49:43,101][10][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:49:49,626][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:49:51,600][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:49:53,601][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:49:55,568][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:49:55,601][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:49:57,601][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:49:59,601][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:50:01,601][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:50:07,672][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:50:09,601][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:50:11,601][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:50:13,601][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:50:15,601][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:50:16,586][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:50:17,601][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:50:19,601][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:50:25,690][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:50:27,601][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:50:29,601][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:50:31,601][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:50:33,601][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:50:35,601][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:50:37,599][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:50:37,602][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:50:43,705][10][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:50:45,601][10][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:50:47,601][10][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:50:48,048][1][AgvServer:1099]INFO D3解绑任务添加成功:RFID=D3
[2020-12-05 22:50:48,068][1][AgvServer:1099]INFO 手动添加任务成功:4D-3线 D3
[2020-12-05 22:50:49,600][10][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:50:51,601][10][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:50:53,601][10][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:50:55,600][10][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:50:58,611][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:51:01,733][10][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:51:03,601][10][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:51:05,601][10][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:51:07,601][10][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:51:09,601][10][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:51:11,601][10][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:51:13,600][10][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:51:19,624][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:51:19,761][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:51:21,601][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:51:23,601][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:51:25,601][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:51:27,601][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:51:29,601][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:51:31,601][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:51:37,782][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:51:39,601][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:51:40,641][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:51:41,601][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:51:43,601][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:51:45,600][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:51:47,601][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:51:49,601][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:51:55,831][10][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:51:57,601][10][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:51:59,601][10][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:52:01,600][10][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:52:01,654][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:52:03,601][10][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:52:05,601][10][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:52:07,601][10][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:52:13,891][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:52:15,601][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:52:17,601][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:52:19,601][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:52:21,601][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:52:22,666][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:52:23,601][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:52:25,601][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:52:31,922][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:52:33,600][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:52:35,601][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:52:37,601][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:52:39,600][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:52:41,601][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:52:43,601][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:52:43,677][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:52:49,986][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:52:51,601][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:52:53,600][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:52:55,601][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:52:57,601][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:52:59,600][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:53:01,601][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:53:04,692][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:53:08,000][10][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:53:09,601][10][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:53:11,600][10][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:53:13,601][10][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:53:15,601][10][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:53:17,600][10][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:53:19,601][10][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:53:25,707][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:53:26,030][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:53:27,601][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:53:29,601][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:53:31,601][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:53:33,601][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:53:35,601][12][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:53:37,601][12][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:53:44,110][10][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:53:46,100][10][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:53:46,721][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:53:48,101][10][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:53:50,101][10][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:53:52,101][10][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:53:54,101][10][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:53:56,101][10][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:54:02,156][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:54:04,101][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:54:06,101][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:54:07,735][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:54:08,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:54:10,100][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:54:12,101][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:54:14,101][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:54:20,173][6][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:54:22,101][6][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:54:24,101][6][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:54:26,101][6][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:54:28,100][6][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:54:28,750][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:54:30,101][6][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:54:32,101][6][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:54:38,218][5][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:54:40,101][5][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:54:42,101][5][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:54:44,101][5][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:54:46,100][5][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
[2020-12-05 22:54:48,101][5][AgvServer:620]INFO Ping 10.85.199.80 请求没有响应
[2020-12-05 22:54:49,765][11][AgvServer:181]ERROR HTTP GET ERROR:无法连接到远程服务器
[2020-12-05 22:54:50,101][5][AgvServer:620]INFO Ping 10.85.199.81 请求没有响应
[2020-12-05 22:54:56,250][12][AgvServer:147]ERROR POST ERROR:System.Net.WebException: 操作超时
在 System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
在 System.Net.WebClient.UploadString(Uri address, String method, String data)
在 System.Net.WebClient.UploadString(String address, String method, String data)
在 BLL.HttpHelper.Post(String url, String paramData, Encoding encoding) 位置 E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\BLL\HttpHelper.cs:行号 142
[2020-12-05 22:54:58,100][12][AgvServer:620]INFO Ping 10.85.199.71 请求没有响应
[2020-12-05 22:55:00,101][12][AgvServer:620]INFO Ping 10.85.199.72 请求没有响应
[2020-12-05 22:55:02,101][12][AgvServer:620]INFO Ping 10.85.199.73 请求没有响应
[2020-12-05 22:55:04,101][12][AgvServer:620]INFO Ping 10.85.199.74 请求没有响应
AGVControl-ProductionLine/bin/Debug/logs/
LineWebService
.log
→
AGVControl-ProductionLine/bin/Debug/logs/
UnlockInfo
.log
查看文件 @
672bcc8
文件被删除
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.csproj.FileListAbsolute.txt
查看文件 @
672bcc8
...
...
@@ -71,3 +71,4 @@ E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLi
E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\obj\Debug\AGVControl-ProductionLine.exe
E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\obj\Debug\AGVControl-ProductionLine.pdb
C:\myproject\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\obj\Debug\AGVControl-ProductionLine.csprojAssemblyReference.cache
E:\Neotel\Projects\Gitee\AGVControl-Qisda-ProductionLine\AGVControl-ProductionLine\obj\Debug\AGVControl-ProductionLine.csprojAssemblyReference.cache
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.csproj.GenerateResource.cache
查看文件 @
672bcc8
此文件类型无法预览
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.exe
查看文件 @
672bcc8
此文件类型无法预览
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.pdb
查看文件 @
672bcc8
此文件类型无法预览
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论