Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
顾剑亮
/
AGVControl-Qisda-ProductionLine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 694694fe
由
张东亮
编写于
2021-01-12 17:11:43 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
4d备料
1 个父辈
3f053b54
隐藏空白字符变更
内嵌
并排
正在显示
21 个修改的文件
包含
25 行增加
和
7 行删除
.vs/AGVControl-ProductionLine/v16/.suo
.vs/AGVControl-Qisda-ProductionLine/v16/.suo
.vs/VSWorkspaceState.json
.vs/slnx.sqlite
AGVControl-ProductionLine/BLL/LineWebService.cs
AGVControl-ProductionLine/bean/job/GoEmptyShelfLineJob.cs
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.exe
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.pdb
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.exe
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.pdb
AGVControl-ProductionLine/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
AGVControl-ProductionLine/obj/Release/AGVControl-ProductionLine.csprojAssemblyReference.cache
AgvClient/obj/Debug/AgvClient.csprojAssemblyReference.cache
AgvClient/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
AgvClientTest/obj/Debug/AgvClientTest.csprojAssemblyReference.cache
AgvClientTest/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
WebService/obj/Debug/LineWebService.csprojAssemblyReference.cache
WebService/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
WebService/obj/Release/LineWebService.csprojAssemblyReference.cache
WebServiceTest/obj/Debug/WebServiceHost.csprojAssemblyReference.cache
WebServiceTest/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
.vs/AGVControl-ProductionLine/v16/.suo
查看文件 @
694694f
此文件类型无法预览
.vs/AGVControl-Qisda-ProductionLine/v16/.suo
查看文件 @
694694f
此文件类型无法预览
.vs/VSWorkspaceState.json
查看文件 @
694694f
...
...
@@ -2,5 +2,6 @@
"ExpandedNodes"
:
[
""
],
"SelectedNode"
:
"
\\
AGVControl-ProductionLine.sln"
,
"PreviewInSolutionExplorer"
:
false
}
\ No newline at end of file
.vs/slnx.sqlite
查看文件 @
694694f
此文件类型无法预览
AGVControl-ProductionLine/BLL/LineWebService.cs
查看文件 @
694694f
...
...
@@ -81,7 +81,6 @@ namespace BLL
Log
.
Info
(
string
.
Format
(
"Unlock Request(POST) [emptyStation={0},rfid={1}]"
,
emptyStation
,
rfid
.
ToUpper
()));
if
(!
Common
.
missionManager
.
AddMission
(
value
,
rfid
.
ToUpper
()))
{
Common
.
log
.
Error
(
"CreateEmptyRecycleTask(POST) 节点["
+
value
+
"]不存在"
);
res
=
new
Result
()
{
Succeed
=
false
,
ResultData
=
null
,
ErrorMessage
=
"CreateEmptyRecycleTask failed: "
+
emptyStation
+
" rfid="
+
rfid
};
}
else
...
...
@@ -114,7 +113,6 @@ namespace BLL
if
(!
Common
.
missionManager
.
AddMission
(
value
,
RFID
.
ToUpper
()))
{
Common
.
log
.
Error
(
"CreateEmptyRecycleTask 节点["
+
value
+
"]不存在"
);
res
=
new
Result
()
{
Succeed
=
false
,
ResultData
=
null
,
ErrorMessage
=
"CreateEmptyRecycleTask failed: "
+
line
};
}
else
...
...
AGVControl-ProductionLine/bean/job/GoEmptyShelfLineJob.cs
查看文件 @
694694f
...
...
@@ -406,11 +406,10 @@ namespace AGVControl
msg
+=
runInfo
;
TakeEmptyStep
.
Msg
=
msg
;
//4DfeederOut默认大料架
if
(
agv
.
Place
.
Equals
(
SettingString
.
D4FeederOut
))
return
new
EmptyShelfBackJob
(
EmptyShelfPlace
,
eShelfType
.
BigShelf
);
else
if
(
RFID
.
StartsWith
(
"D"
))
return
new
EmptyShelfBackJob
(
EmptyShelfPlace
,
eShelfType
.
SmallShelf
);
//if (agv.Place.Equals(SettingString.D4FeederOut))
//return new EmptyShelfBackJob(EmptyShelfPlace, eShelfType.BigShelf);
if
(
RFID
.
StartsWith
(
"D"
))
return
new
EmptyShelfBackJob
(
EmptyShelfPlace
,
eShelfType
.
SmallShelf
);
else
if
(
RFID
.
StartsWith
(
"C"
))
{
return
new
EmptyShelfBackJob
(
EmptyShelfPlace
,
eShelfType
.
BigShelf
);
...
...
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.exe
查看文件 @
694694f
此文件类型无法预览
AGVControl-ProductionLine/bin/Debug/AGVControl-ProductionLine.pdb
查看文件 @
694694f
此文件类型无法预览
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.exe
查看文件 @
694694f
此文件类型无法预览
AGVControl-ProductionLine/obj/Debug/AGVControl-ProductionLine.pdb
查看文件 @
694694f
此文件类型无法预览
AGVControl-ProductionLine/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
0 → 100644
查看文件 @
694694f
// <autogenerated />
using
System
;
using
System.Reflection
;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
AGVControl-ProductionLine/obj/Release/AGVControl-ProductionLine.csprojAssemblyReference.cache
查看文件 @
694694f
此文件类型无法预览
AgvClient/obj/Debug/AgvClient.csprojAssemblyReference.cache
查看文件 @
694694f
此文件类型无法预览
AgvClient/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
0 → 100644
查看文件 @
694694f
// <autogenerated />
using
System
;
using
System.Reflection
;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
AgvClientTest/obj/Debug/AgvClientTest.csprojAssemblyReference.cache
查看文件 @
694694f
此文件类型无法预览
AgvClientTest/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
0 → 100644
查看文件 @
694694f
// <autogenerated />
using
System
;
using
System.Reflection
;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
WebService/obj/Debug/LineWebService.csprojAssemblyReference.cache
查看文件 @
694694f
此文件类型无法预览
WebService/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
0 → 100644
查看文件 @
694694f
// <autogenerated />
using
System
;
using
System.Reflection
;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
WebService/obj/Release/LineWebService.csprojAssemblyReference.cache
0 → 100644
查看文件 @
694694f
此文件类型无法预览
WebServiceTest/obj/Debug/WebServiceHost.csprojAssemblyReference.cache
查看文件 @
694694f
此文件类型无法预览
WebServiceTest/obj/Release/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
0 → 100644
查看文件 @
694694f
// <autogenerated />
using
System
;
using
System.Reflection
;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论