Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
SO1131-XLRStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit cef71a7d
由
张东亮
编写于
2023-01-09 13:52:49 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
光栅屏蔽逻辑恢复
1 个父辈
c4230ad4
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
16 行增加
和
15 行删除
source/DeviceLibrary/storeBean/inputBean/InputEquip.cs
source/XLRStoreClient/FrmXLRStore.Designer.cs
source/DeviceLibrary/storeBean/inputBean/InputEquip.cs
查看文件 @
cef71a7
...
@@ -581,11 +581,12 @@ namespace OnlineStore.DeviceLibrary
...
@@ -581,11 +581,12 @@ namespace OnlineStore.DeviceLibrary
}
}
else
if
(
CurrSecurityAccess
.
Equals
(
1
))
else
if
(
CurrSecurityAccess
.
Equals
(
1
))
{
{
if
(!
StoreManager
.
DisSecurityAccess
)
//if (!StoreManager.DisSecurityAccess)
{
//{
SecurityAccessReset
();
// SecurityAccessReset();
}
//}
else
if
(
IOValue
(
IO_Type
.
Shelf_SafetyRasterSignal
).
Equals
(
IO_VALUE
.
HIGH
)
&&
//else
if
(
IOValue
(
IO_Type
.
Shelf_SafetyRasterSignal
).
Equals
(
IO_VALUE
.
HIGH
)
&&
IOValue
(
IO_Type
.
TurnoverBox_SafetyRasterSignal
).
Equals
(
IO_VALUE
.
HIGH
))
IOValue
(
IO_Type
.
TurnoverBox_SafetyRasterSignal
).
Equals
(
IO_VALUE
.
HIGH
))
{
{
SecurityAccessReset
();
SecurityAccessReset
();
...
...
source/XLRStoreClient/FrmXLRStore.Designer.cs
查看文件 @
cef71a7
...
@@ -584,52 +584,52 @@
...
@@ -584,52 +584,52 @@
// 开机自动启动ToolStripMenuItem
// 开机自动启动ToolStripMenuItem
//
//
this
.
开机自动启动
ToolStripMenuItem
.
Name
=
"开机自动启动ToolStripMenuItem"
;
this
.
开机自动启动
ToolStripMenuItem
.
Name
=
"开机自动启动ToolStripMenuItem"
;
this
.
开机自动启动
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
1
,
32
);
this
.
开机自动启动
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
4
,
32
);
this
.
开机自动启动
ToolStripMenuItem
.
Text
=
"开机自动启动"
;
this
.
开机自动启动
ToolStripMenuItem
.
Text
=
"开机自动启动"
;
this
.
开机自动启动
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
开机自动启动
ToolStripMenuItem_Click
);
this
.
开机自动启动
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
开机自动启动
ToolStripMenuItem_Click
);
//
//
// toolStripSeparator15
// toolStripSeparator15
//
//
this
.
toolStripSeparator15
.
Name
=
"toolStripSeparator15"
;
this
.
toolStripSeparator15
.
Name
=
"toolStripSeparator15"
;
this
.
toolStripSeparator15
.
Size
=
new
System
.
Drawing
.
Size
(
2
18
,
6
);
this
.
toolStripSeparator15
.
Size
=
new
System
.
Drawing
.
Size
(
2
21
,
6
);
//
//
// 启用蜂鸣器ToolStripMenuItem
// 启用蜂鸣器ToolStripMenuItem
//
//
this
.
启用蜂鸣器
ToolStripMenuItem
.
Name
=
"启用蜂鸣器ToolStripMenuItem"
;
this
.
启用蜂鸣器
ToolStripMenuItem
.
Name
=
"启用蜂鸣器ToolStripMenuItem"
;
this
.
启用蜂鸣器
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
1
,
32
);
this
.
启用蜂鸣器
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
4
,
32
);
this
.
启用蜂鸣器
ToolStripMenuItem
.
Text
=
"启用蜂鸣器"
;
this
.
启用蜂鸣器
ToolStripMenuItem
.
Text
=
"启用蜂鸣器"
;
this
.
启用蜂鸣器
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启用蜂鸣器
ToolStripMenuItem_Click
);
this
.
启用蜂鸣器
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启用蜂鸣器
ToolStripMenuItem_Click
);
//
//
// toolStripSeparator25
// toolStripSeparator25
//
//
this
.
toolStripSeparator25
.
Name
=
"toolStripSeparator25"
;
this
.
toolStripSeparator25
.
Name
=
"toolStripSeparator25"
;
this
.
toolStripSeparator25
.
Size
=
new
System
.
Drawing
.
Size
(
2
18
,
6
);
this
.
toolStripSeparator25
.
Size
=
new
System
.
Drawing
.
Size
(
2
21
,
6
);
//
//
// aGVCancelStateToolStripMenuItem
// aGVCancelStateToolStripMenuItem
//
//
this
.
aGVCancelStateToolStripMenuItem
.
Name
=
"aGVCancelStateToolStripMenuItem"
;
this
.
aGVCancelStateToolStripMenuItem
.
Name
=
"aGVCancelStateToolStripMenuItem"
;
this
.
aGVCancelStateToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
1
,
32
);
this
.
aGVCancelStateToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
4
,
32
);
this
.
aGVCancelStateToolStripMenuItem
.
Text
=
"AGV信号屏蔽"
;
this
.
aGVCancelStateToolStripMenuItem
.
Text
=
"AGV信号屏蔽"
;
this
.
aGVCancelStateToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
aGVCancelStateToolStripMenuItem_Click
);
this
.
aGVCancelStateToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
aGVCancelStateToolStripMenuItem_Click
);
//
//
// toolStripSeparator17
// toolStripSeparator17
//
//
this
.
toolStripSeparator17
.
Name
=
"toolStripSeparator17"
;
this
.
toolStripSeparator17
.
Name
=
"toolStripSeparator17"
;
this
.
toolStripSeparator17
.
Size
=
new
System
.
Drawing
.
Size
(
2
18
,
6
);
this
.
toolStripSeparator17
.
Size
=
new
System
.
Drawing
.
Size
(
2
21
,
6
);
this
.
toolStripSeparator17
.
Visible
=
false
;
this
.
toolStripSeparator17
.
Visible
=
false
;
//
//
// 禁用安全光栅ToolStripMenuItem
// 禁用安全光栅ToolStripMenuItem
//
//
this
.
禁用安全光栅
ToolStripMenuItem
.
Name
=
"禁用安全光栅ToolStripMenuItem"
;
this
.
禁用安全光栅
ToolStripMenuItem
.
Name
=
"禁用安全光栅ToolStripMenuItem"
;
this
.
禁用安全光栅
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
1
,
32
);
this
.
禁用安全光栅
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
4
,
32
);
this
.
禁用安全光栅
ToolStripMenuItem
.
Text
=
"
启
用安全光栅"
;
this
.
禁用安全光栅
ToolStripMenuItem
.
Text
=
"
禁
用安全光栅"
;
this
.
禁用安全光栅
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启用安全光栅
ToolStripMenuItem_Click
);
this
.
禁用安全光栅
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启用安全光栅
ToolStripMenuItem_Click
);
//
//
// 启用门禁ToolStripMenuItem
// 启用门禁ToolStripMenuItem
//
//
this
.
启用门禁
ToolStripMenuItem
.
Name
=
"启用门禁ToolStripMenuItem"
;
this
.
启用门禁
ToolStripMenuItem
.
Name
=
"启用门禁ToolStripMenuItem"
;
this
.
启用门禁
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
1
,
32
);
this
.
启用门禁
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
22
4
,
32
);
this
.
启用门禁
ToolStripMenuItem
.
Text
=
"
启
用门禁"
;
this
.
启用门禁
ToolStripMenuItem
.
Text
=
"
禁
用门禁"
;
this
.
启用门禁
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启用门禁
ToolStripMenuItem_Click
);
this
.
启用门禁
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启用门禁
ToolStripMenuItem_Click
);
//
//
// FrmXLRStore
// FrmXLRStore
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论