Commit 0d33ce83 刘韬

检测到夹抓在夹紧端,但是没有找到对应的任务,请检查

1 个父辈 af363dcb
......@@ -146,6 +146,11 @@ namespace DeviceLibrary
StoreMoveInfo.MoveParam.PosID = Setting_Init.Runtime_Posid;
StoreMoveInfo.MoveParam.WareCode = Setting_Init.Runtime_WareCode;
}
else
{
Msg.add(crc.GetString("Res0191.919b5db5","检测到夹抓在夹紧端,但是没有找到对应的任务,请检查"), MsgLevel.alarm);
StoreMoveInfo.log($"检测到夹抓在夹紧端,但是没有找到对应的任务,请检查");
}
break;
case MoveStep.StoreIn01:
string inposid;
......
......@@ -194,7 +194,7 @@ namespace TheMachine
{
if (!RobotManage.isRunning || RobotManage.mainMachine.runStatus != RunStatus.Running)
{
MessageBox.Show("请先启动设备并完成回原");
MessageBox.Show(crc.GetString("Res0192.a9caa4f9","请先启动设备并完成回原"));
}
//Setting_Init.Device_step_by_step_mode = true;
......@@ -211,7 +211,7 @@ namespace TheMachine
{
if (!RobotManage.isRunning || RobotManage.mainMachine.runStatus != RunStatus.Running)
{
MessageBox.Show("请先启动设备并完成回原");
MessageBox.Show(crc.GetString("Res0192.a9caa4f9","请先启动设备并完成回原"));
}
Setting_Init.Runtime_NGINFOLIST = JsonConvert.SerializeObject(RobotManage.mainMachine.NGInfoList);
RobotManage.mainMachine.LabelingMoveInfo.NewMove(MoveStep.Labeling01); ;
......
......@@ -254,6 +254,15 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="resources\20031enus.xlsx" />
<None Include="resources\en-US.lngres">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="resources\SMD BOX SP翻译%281%29%281%29%281%29.xlsx" />
<None Include="resources\SMD BOX SP翻译%281%29.xlsx" />
<None Include="resources\zh-CN.lngres">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
......
此文件类型无法预览
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!