Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 240859f2
由
几米阳光
编写于
2019-01-26 15:46:42 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
轴状态修改
1 个父辈
44012970
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
10 行增加
和
6 行删除
source/ACSingleStore/App.config
source/ACSingleStore/FrmStoreBox.cs
source/Common/bean/Bean.cs
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
source/ACSingleStore/App.config
查看文件 @
240859f
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<!-- 停止吹气的判断值(配置值=服务器发送的湿度值-停止吹气值)-->
<!-- 停止吹气的判断值(配置值=服务器发送的湿度值-停止吹气值)-->
<
add
key
=
"StopBlowValue"
value
=
"4"
/>
<
add
key
=
"StopBlowValue"
value
=
"4"
/>
<!--
Server
address
-->
<!--
Server
address
-->
<
!--<
add
key
=
"http.server"
value
=
"http://localhost:80/"
/>--
>
<
add
key
=
"http.server"
value
=
"http://192.168.1.106:8080/"
/
>
<!--
storeType
-->
<!--
storeType
-->
<
add
key
=
"store_count"
value
=
"1"
/>
<
add
key
=
"store_count"
value
=
"1"
/>
<!--
start
one
store
config
-->
<!--
start
one
store
config
-->
...
...
source/ACSingleStore/FrmStoreBox.cs
查看文件 @
240859f
...
@@ -433,7 +433,7 @@ namespace OnlineStore.ACSingleStore
...
@@ -433,7 +433,7 @@ namespace OnlineStore.ACSingleStore
private
void
btnInStore_Click
(
object
sender
,
EventArgs
e
)
private
void
btnInStore_Click
(
object
sender
,
EventArgs
e
)
{
{
store
.
SendLineStatus
();
if
(
store
.
storeRunStatus
>=
StoreRunStatus
.
HomeMoving
)
if
(
store
.
storeRunStatus
>=
StoreRunStatus
.
HomeMoving
)
{
{
string
selectPositionNum
=
cmbPosition
.
Text
;
string
selectPositionNum
=
cmbPosition
.
Text
;
...
...
source/Common/bean/Bean.cs
查看文件 @
240859f
...
@@ -204,14 +204,18 @@ namespace OnlineStore.Common
...
@@ -204,14 +204,18 @@ namespace OnlineStore.Common
/// <summary>
/// <summary>
/// 升降轴
/// 升降轴
/// </summary>
/// </summary>
public
static
string
updownAxis
=
"updownAxis"
;
public
static
string
updownAxis
=
"
device_
updownAxis"
;
/// <summary>
/// <summary>
/// 旋转轴
/// 旋转轴
/// </summary>
/// </summary>
public
static
string
middleAxis
=
"middleAxis"
;
public
static
string
middleAxis
=
"
device_
middleAxis"
;
/// <summary>
/// <summary>
/// 进出轴
/// 进出轴
/// </summary>
/// </summary>
public
static
string
inoutAxis
=
"inoutAxis"
;
public
static
string
inoutAxis
=
"device_inoutAxis"
;
/// <summary>
/// 批量上下料轴
/// </summary>
public
static
string
batchAxis
=
"device_batchAxis"
;
}
}
}
}
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
查看文件 @
240859f
...
@@ -1698,7 +1698,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -1698,7 +1698,7 @@ namespace OnlineStore.DeviceLibrary
List
<
WaitResultInfo
>
waitresult
=
StoreMove
.
WaitList
;
List
<
WaitResultInfo
>
waitresult
=
StoreMove
.
WaitList
;
foreach
(
WaitResultInfo
wait
in
waitresult
)
foreach
(
WaitResultInfo
wait
in
waitresult
)
{
{
if
(
wait
.
WaitType
==
1
&&
wait
.
AxisInfo
!=
null
)
if
(
wait
.
WaitType
==
1
&&
(
wait
.
IsEnd
.
Equals
(
false
))&&
wait
.
AxisInfo
!=
null
)
{
{
if
(
wait
.
AxisInfo
.
IsSameAxis
(
Config
.
InOut_Axis
))
if
(
wait
.
AxisInfo
.
IsSameAxis
(
Config
.
InOut_Axis
))
{
{
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论