Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
1069_MIMO_PlUS
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit cb5f948c
由
LN
编写于
2024-07-26 09:42:35 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
中英文调整,灯闪烁调整
1 个父辈
89d5e6a8
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
8 行增加
和
8 行删除
DeviceLibrary/theMachine/MainMachine _LedRGBProcess.cs
DeviceLibrary/theMachine/MainMachine.cs
DeviceLibrary/theMachine/MainMachine_Clamp.cs
TheMachineNView/resources/en-US.lngres
DeviceLibrary/theMachine/MainMachine _LedRGBProcess.cs
查看文件 @
cb5f948
...
...
@@ -48,7 +48,7 @@ namespace DeviceLibrary
{
LogUtil
.
info
(
"LED灯初始化成功"
);
rgbLedInitOk
=
true
;
ledRgbTimer
=
new
System
.
Threading
.
Timer
(
new
TimerCallback
(
RgbLedProcess
),
null
,
0
,
5
00
);
ledRgbTimer
=
new
System
.
Threading
.
Timer
(
new
TimerCallback
(
RgbLedProcess
),
null
,
0
,
10
00
);
GC
.
KeepAlive
(
ledRgbTimer
);
msg
=
""
;
return
true
;
...
...
@@ -206,7 +206,7 @@ namespace DeviceLibrary
if
(
IOValue
(
IO_Type
.
SuddenStop_BTN
).
Equals
(
IO_VALUE
.
LOW
)
||
isInSuddenDown
)
{
//红色: 急停,
Show
Color
(
Color
.
Red
,
"suddenStop"
);
Show
Blink
(
Color
.
Red
,
"suddenStop"
);
}
else
if
(
runStatus
==
RunStatus
.
Stop
)
{
...
...
@@ -254,7 +254,7 @@ namespace DeviceLibrary
else
if
(
hasAlarm
)
{
//紫色: 异常,
Show
Color
(
Color
.
Red
,
"hasAlarm"
);
Show
Blink
(
Color
.
Red
,
"hasAlarm"
);
}
//温度超限
//else if (IsTHoutRange())
...
...
@@ -274,7 +274,7 @@ namespace DeviceLibrary
{
//待机 蓝绿
//ShowColor(Color.FromArgb(0, 255, 64), "waiting");
Show
Color
(
Color
.
Green
,
"waiting"
);
Show
Blink
(
Color
.
Green
,
"waiting"
);
}
}
}
...
...
DeviceLibrary/theMachine/MainMachine.cs
查看文件 @
cb5f948
...
...
@@ -572,7 +572,7 @@ namespace DeviceLibrary
if
(
h
.
Value
)
{
Msg
.
add
(
crc
.
GetString
(
L
.
x29_higt_has_reel
,
"系统启动检测到有无信息料盘,等待取走单料口料盘"
),
MsgLevel
.
alarm
);
ShowColor
(
Color
.
White
,
"waitTask"
);
//
ShowColor(Color.White, "waitTask");
if
(
Setting_Init
.
CamTestReel_Ability
)
{
//ResetMoveInfo.NextMoveStep(MoveStep.H14_HomeReset);
...
...
DeviceLibrary/theMachine/MainMachine_Clamp.cs
查看文件 @
cb5f948
...
...
@@ -300,7 +300,7 @@ namespace DeviceLibrary
if
(
h
.
Value
)
{
Msg
.
add
(
crc
.
GetString
(
L
.
please_take_ngdoor_reel
,
"等待取走单料口料盘"
),
MsgLevel
.
warning
);
ShowColor
(
Color
.
White
,
"waitTask"
);
//
ShowColor(Color.White, "waitTask");
if
(
Setting_Init
.
CamTestReel_Ability
)
{
//ClampMoveInfo.LastSetpTime = DateTime.Now;
...
...
@@ -468,7 +468,7 @@ namespace DeviceLibrary
public
void
ScanCode
()
{
ClampMoveInfo
.
log
(
"开始扫码"
);
ShowColor
(
Color
.
Blue
,
"scanCode"
);
//
ShowColor(Color.Blue, "scanCode");
//RightMoveInfo.OneWaitCanEndStep = true;
//RightMoveInfo.WaitList.Add(WaitResultInfo.WaitScanCode());
//RightMoveInfo.WaitList.Add(WaitResultInfo.WaitTime(1000));
...
...
TheMachineNView/resources/en-US.lngres
查看文件 @
cb5f948
...
...
@@ -450,7 +450,7 @@ FlipDoor_R_Axis 右翻转托盘 Right Flip Tray
StringDoor_Axis 料串口折叠门 String Folding Door
FrmPositionTool_groupBox6_groupBox1_ioStatusControl1_label1_Text 检测信号 Detection Signal
Res0001 设备未启动 Device Not Started
stringDoorSafety
料串门光栅被遮挡 The grating of the string door is obstructed.
stringDoorSafety
料串门光栅被遮挡 The grating of the string door is obstructed
Form1_tabc_tab_setting__SettingControl_tp_label5_Text 设置最大压力: Set maximum pressure:
Form1_tabc_tab_setting__SettingControl_tp_label3_Text 历史最大压力值: Historical maximum pressure value:
Form1_tabc_tab_setting__SettingControl_tp_label1_Text 压力传感器当前值: Current value of pressure sensor:
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论