Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
VerticalStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 4b2b9033
由
LN
编写于
2020-07-21 09:37:04 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
出入库开光灯bug
1 个父辈
3aeffef1
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
11 行增加
和
11 行删除
source/DeviceLibrary/acVerticalStore/VerticalStoreBean_InOut.cs
source/VerticalStoreClinet/FrmIOStatus.Designer.cs
source/VerticalStoreClinet/FrmStoreBox.Designer.cs
source/DeviceLibrary/acVerticalStore/VerticalStoreBean_InOut.cs
查看文件 @
4b2b903
...
@@ -202,7 +202,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -202,7 +202,7 @@ namespace OnlineStore.DeviceLibrary
{
{
lights
.
Add
(
Light
.
BlueLight
(
MoveInfo
.
MoveParam
.
Position
.
LedDmx
,
index
));
lights
.
Add
(
Light
.
BlueLight
(
MoveInfo
.
MoveParam
.
Position
.
LedDmx
,
index
));
}
}
LEDManager
.
GetLedModule
(
Config
.
LED_IP
).
LightOff
(
lights
.
ToArray
<
Light
>());
LEDManager
.
GetLedModule
(
Config
.
LED_IP
).
OnlyLightOn
(
lights
.
ToArray
<
Light
>());
UpdateLastStatus
(
StoreStatus
.
InStoreEnd
);
UpdateLastStatus
(
StoreStatus
.
InStoreEnd
);
}
}
...
@@ -312,7 +312,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -312,7 +312,7 @@ namespace OnlineStore.DeviceLibrary
{
{
lights
.
Add
(
Light
.
GreenLight
(
MoveInfo
.
MoveParam
.
Position
.
LedDmx
,
index
));
lights
.
Add
(
Light
.
GreenLight
(
MoveInfo
.
MoveParam
.
Position
.
LedDmx
,
index
));
}
}
LEDManager
.
GetLedModule
(
Config
.
LED_IP
).
LightOff
(
lights
.
ToArray
<
Light
>());
LEDManager
.
GetLedModule
(
Config
.
LED_IP
).
OnlyLightOn
(
lights
.
ToArray
<
Light
>());
UpdateLastStatus
(
StoreStatus
.
OutStoreBoxEnd
);
UpdateLastStatus
(
StoreStatus
.
OutStoreBoxEnd
);
}
}
...
...
source/VerticalStoreClinet/FrmIOStatus.Designer.cs
查看文件 @
4b2b903
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnOpenAxisBreak
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnOpenAxisBreak
);
this
.
groupBox2
.
Location
=
new
System
.
Drawing
.
Point
(
482
,
163
);
this
.
groupBox2
.
Location
=
new
System
.
Drawing
.
Point
(
482
,
163
);
this
.
groupBox2
.
Name
=
"groupBox2"
;
this
.
groupBox2
.
Name
=
"groupBox2"
;
this
.
groupBox2
.
Size
=
new
System
.
Drawing
.
Size
(
335
,
2
9
6
);
this
.
groupBox2
.
Size
=
new
System
.
Drawing
.
Size
(
335
,
2
6
6
);
this
.
groupBox2
.
TabIndex
=
255
;
this
.
groupBox2
.
TabIndex
=
255
;
this
.
groupBox2
.
TabStop
=
false
;
this
.
groupBox2
.
TabStop
=
false
;
this
.
groupBox2
.
Text
=
"操作测试"
;
this
.
groupBox2
.
Text
=
"操作测试"
;
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
// button1
// button1
//
//
this
.
button1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
button1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
button1
.
Location
=
new
System
.
Drawing
.
Point
(
68
3
,
47
7
);
this
.
button1
.
Location
=
new
System
.
Drawing
.
Point
(
68
1
,
44
7
);
this
.
button1
.
Name
=
"button1"
;
this
.
button1
.
Name
=
"button1"
;
this
.
button1
.
Size
=
new
System
.
Drawing
.
Size
(
126
,
37
);
this
.
button1
.
Size
=
new
System
.
Drawing
.
Size
(
126
,
37
);
this
.
button1
.
TabIndex
=
254
;
this
.
button1
.
TabIndex
=
254
;
...
@@ -301,7 +301,7 @@
...
@@ -301,7 +301,7 @@
this
.
groupBox4
.
Controls
.
Add
(
this
.
tableLayoutPanel2
);
this
.
groupBox4
.
Controls
.
Add
(
this
.
tableLayoutPanel2
);
this
.
groupBox4
.
Location
=
new
System
.
Drawing
.
Point
(
247
,
8
);
this
.
groupBox4
.
Location
=
new
System
.
Drawing
.
Point
(
247
,
8
);
this
.
groupBox4
.
Name
=
"groupBox4"
;
this
.
groupBox4
.
Name
=
"groupBox4"
;
this
.
groupBox4
.
Size
=
new
System
.
Drawing
.
Size
(
229
,
508
);
this
.
groupBox4
.
Size
=
new
System
.
Drawing
.
Size
(
229
,
481
);
this
.
groupBox4
.
TabIndex
=
104
;
this
.
groupBox4
.
TabIndex
=
104
;
this
.
groupBox4
.
TabStop
=
false
;
this
.
groupBox4
.
TabStop
=
false
;
this
.
groupBox4
.
Text
=
"DO列表"
;
this
.
groupBox4
.
Text
=
"DO列表"
;
...
@@ -318,7 +318,7 @@
...
@@ -318,7 +318,7 @@
this
.
tableLayoutPanel2
.
RowCount
=
2
;
this
.
tableLayoutPanel2
.
RowCount
=
2
;
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
17F
));
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
17F
));
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
17F
));
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
17F
));
this
.
tableLayoutPanel2
.
Size
=
new
System
.
Drawing
.
Size
(
218
,
4
88
);
this
.
tableLayoutPanel2
.
Size
=
new
System
.
Drawing
.
Size
(
218
,
4
61
);
this
.
tableLayoutPanel2
.
TabIndex
=
103
;
this
.
tableLayoutPanel2
.
TabIndex
=
103
;
//
//
// groupBox3
// groupBox3
...
@@ -328,7 +328,7 @@
...
@@ -328,7 +328,7 @@
this
.
groupBox3
.
Controls
.
Add
(
this
.
tableLayoutPanel1
);
this
.
groupBox3
.
Controls
.
Add
(
this
.
tableLayoutPanel1
);
this
.
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
8
);
this
.
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
8
);
this
.
groupBox3
.
Name
=
"groupBox3"
;
this
.
groupBox3
.
Name
=
"groupBox3"
;
this
.
groupBox3
.
Size
=
new
System
.
Drawing
.
Size
(
229
,
508
);
this
.
groupBox3
.
Size
=
new
System
.
Drawing
.
Size
(
229
,
481
);
this
.
groupBox3
.
TabIndex
=
103
;
this
.
groupBox3
.
TabIndex
=
103
;
this
.
groupBox3
.
TabStop
=
false
;
this
.
groupBox3
.
TabStop
=
false
;
this
.
groupBox3
.
Text
=
"DI列表"
;
this
.
groupBox3
.
Text
=
"DI列表"
;
...
@@ -345,7 +345,7 @@
...
@@ -345,7 +345,7 @@
this
.
tableLayoutPanel1
.
RowCount
=
2
;
this
.
tableLayoutPanel1
.
RowCount
=
2
;
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
17F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
17F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
17F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
17F
));
this
.
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
218
,
4
88
);
this
.
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
218
,
4
61
);
this
.
tableLayoutPanel1
.
TabIndex
=
102
;
this
.
tableLayoutPanel1
.
TabIndex
=
102
;
//
//
// chbAutoRead
// chbAutoRead
...
@@ -355,7 +355,7 @@
...
@@ -355,7 +355,7 @@
this
.
chbAutoRead
.
Checked
=
true
;
this
.
chbAutoRead
.
Checked
=
true
;
this
.
chbAutoRead
.
CheckState
=
System
.
Windows
.
Forms
.
CheckState
.
Checked
;
this
.
chbAutoRead
.
CheckState
=
System
.
Windows
.
Forms
.
CheckState
.
Checked
;
this
.
chbAutoRead
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
chbAutoRead
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
chbAutoRead
.
Location
=
new
System
.
Drawing
.
Point
(
49
8
,
48
2
);
this
.
chbAutoRead
.
Location
=
new
System
.
Drawing
.
Point
(
49
6
,
45
2
);
this
.
chbAutoRead
.
Name
=
"chbAutoRead"
;
this
.
chbAutoRead
.
Name
=
"chbAutoRead"
;
this
.
chbAutoRead
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
21
);
this
.
chbAutoRead
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
21
);
this
.
chbAutoRead
.
TabIndex
=
244
;
this
.
chbAutoRead
.
TabIndex
=
244
;
...
@@ -366,7 +366,7 @@
...
@@ -366,7 +366,7 @@
//
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
7F
,
17F
);
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
7F
,
17F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
828
,
5
26
);
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
828
,
5
00
);
this
.
Controls
.
Add
(
this
.
groupBox2
);
this
.
Controls
.
Add
(
this
.
groupBox2
);
this
.
Controls
.
Add
(
this
.
button1
);
this
.
Controls
.
Add
(
this
.
button1
);
this
.
Controls
.
Add
(
this
.
groupBox1
);
this
.
Controls
.
Add
(
this
.
groupBox1
);
...
...
source/VerticalStoreClinet/FrmStoreBox.Designer.cs
查看文件 @
4b2b903
...
@@ -774,7 +774,7 @@
...
@@ -774,7 +774,7 @@
this
.
btnCloseDoor
.
Name
=
"btnCloseDoor"
;
this
.
btnCloseDoor
.
Name
=
"btnCloseDoor"
;
this
.
btnCloseDoor
.
Size
=
new
System
.
Drawing
.
Size
(
194
,
39
);
this
.
btnCloseDoor
.
Size
=
new
System
.
Drawing
.
Size
(
194
,
39
);
this
.
btnCloseDoor
.
TabIndex
=
275
;
this
.
btnCloseDoor
.
TabIndex
=
275
;
this
.
btnCloseDoor
.
Text
=
"
料盒已放入/拿出
,关闭升降门"
;
this
.
btnCloseDoor
.
Text
=
"
取放料完成
,关闭升降门"
;
this
.
btnCloseDoor
.
UseVisualStyleBackColor
=
false
;
this
.
btnCloseDoor
.
UseVisualStyleBackColor
=
false
;
this
.
btnCloseDoor
.
Visible
=
false
;
this
.
btnCloseDoor
.
Visible
=
false
;
this
.
btnCloseDoor
.
Click
+=
new
System
.
EventHandler
(
this
.
btnCloseDoor_Click
);
this
.
btnCloseDoor
.
Click
+=
new
System
.
EventHandler
(
this
.
btnCloseDoor_Click
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论