Commit a3879b52 刘韬

修正翻译

1 个父辈 4dc34120
using HuichuanLibrary;
using HuichuanLibrary;
using OnlineStore;
using OnlineStore.Common;
using OnlineStore.LoadCSVLibrary;
......@@ -53,7 +53,7 @@ namespace DeviceLibrary
if (AxisManager.GetAlarmStatus(portName, slvAddr) != 0)
{
AxisManager.AlarmClear(portName, slvAddr);
Msg += "...尝试清除报警第" + j + "次";
Msg += crc.GetString("Res0006.5b851e06","...尝试清除报警第") + j + crc.GetString("Res0007.7229ecc6","次");
Thread.Sleep(500);
continue;
}
......@@ -63,11 +63,11 @@ namespace DeviceLibrary
Thread.Sleep(50);
if (AxisManager.IsServeoOn(portName, slvAddr))
{
Msg += "...尝试使能成功";
Msg += crc.GetString("Res0018.975ecef5","...尝试使能成功");
return true;
}
else
Msg += "...尝试使能失败";
Msg += crc.GetString("Res0019.ebec6459","...尝试使能失败");
Thread.Sleep(2000);
Msg += "\r\n";
......@@ -104,7 +104,7 @@ namespace DeviceLibrary
else
{
AxisManager.ServoOff(portName, slvAddr);
msg = "打开轴" + Config.Explain + "失败 ";
msg = crc.GetString("Res0021.2bf5c941","打开轴") + Config.Explain + crc.GetString("Res0022.33d2a704","失败 ");
LogUtil.info(AxisName + msg);
return false;
}
......@@ -214,7 +214,7 @@ namespace DeviceLibrary
int isAlarm = AxisManager.GetAlarmStatus(deviceName, axisNo);
if (isAlarm.Equals(1))
{
clearMsg = "清理报警,";
clearMsg = crc.GetString("Res0023.cbd5d752","清理报警,");
AxisManager.AlarmClear(deviceName, axisNo);
Thread.Sleep(200);
AxisManager.ServoOn(deviceName, axisNo);
......@@ -551,4 +551,4 @@ namespace DeviceLibrary
}
}
}
\ No newline at end of file
using OnlineStore.Common;
using OnlineStore;
using OnlineStore.Common;
using OnlineStore.LoadCSVLibrary;
using System;
using System.Collections.Generic;
......@@ -29,7 +30,7 @@ namespace DeviceLibrary
MoveInfo moveInfo1;
bool paused = false;
private bool needPlaySound = false;
public LiftMonitor(string _up, string _down, string _saftylight, string _break, AxisBean _axisBean, int _StrokeLength, int _upspeed, int _downspeed = 0,string name= "升降机构",bool needSound=false )
public LiftMonitor(string _up, string _down, string _saftylight, string _break, AxisBean _axisBean, int _StrokeLength, int _upspeed, int _downspeed,string name,bool needSound=false )
{
moveInfo1 = new MoveInfo(name, false);
up = _up;
......@@ -355,4 +356,4 @@ namespace DeviceLibrary
catch { }
}
}
}
}
\ No newline at end of file
......@@ -865,7 +865,7 @@ namespace DeviceLibrary
if (data == null)
{
msg = deviceName + " getNetPos 没有收到服务器反馈";
msg = deviceName + $" getNetPos 没有收到服务器反馈";
}
else if (data.code.Equals(0).Equals(false))
{
......
using log4net;
using log4net;
using OnlineStore.Common;
using OnlineStore;
using System;
......@@ -205,7 +205,7 @@ namespace DeviceLibrary
{
if (!OpenPort(comPortName, out string errmsg))
{
log("未初始化,或已断开连接:" + errmsg);
log($"未初始化,或已断开连接:" + errmsg);
return restr;
}
}
......@@ -421,4 +421,4 @@ DD 55 EE 00 00 00 01 00 99 01 00 00 00 5A 00 01 1B 09 6C 1B 09 6C 1B 09 6C 1B 09
_serialPort?.Close();
}
}
}
}
\ No newline at end of file
using log4net;
using log4net;
using OnlineStore;
using OnlineStore.Common;
using System;
......@@ -92,7 +92,7 @@ namespace DeviceLibrary
{
msg += crc.GetString("comOpenFail", "串口{0}打开失败", PortName);
//msg = "端口连接失败:" + PortName;
log("串口打开失败:" + PortName.ToString());
log(crc.GetString("Res0024.6c83a184","串口打开失败:") + PortName.ToString());
return false;
}
else
......@@ -116,7 +116,7 @@ namespace DeviceLibrary
{
msg = crc.GetString("comOpenFail", "串口{0}打开失败", PortName);
//msg =e.ToString();
log("串口"+PortName+"打开失败:"+e.ToString());
log($"串口"+PortName+$"打开失败:"+e.ToString());
return false;
}
}
......@@ -171,7 +171,7 @@ namespace DeviceLibrary
}
catch (Exception ex)
{
error("read 出错::" + ex.ToString());
error($"read 出错::" + ex.ToString());
}
return new byte[0];
}
......@@ -229,7 +229,7 @@ namespace DeviceLibrary
{
if (!Open(PortName, out string msg))
{
log(PortName + "未初始化,或已断开连接");
log(PortName + $"未初始化,或已断开连接");
return restr;
}
}
......@@ -424,17 +424,17 @@ namespace DeviceLibrary
}
void error(string msg)
{
loge.Error("x光高压:" + msg);
loge.Error($"x光高压:" + msg);
Console.WriteLine(msg);
}
void log(string msg)
{
loge.Info("x光高压:" + msg);
loge.Info($"x光高压:" + msg);
Console.WriteLine(msg);
}
void debuglog(string msg)
{
loge.Debug("x光高压:" + msg);
loge.Debug($"x光高压:" + msg);
Console.WriteLine(msg);
}
}
......@@ -468,4 +468,4 @@ namespace DeviceLibrary
}
}
}
}
\ No newline at end of file
using CodeLibrary;
using CodeLibrary;
using OnlineStore;
using OnlineStore.Common;
using OnlineStore.LoadCSVLibrary;
......@@ -34,7 +34,7 @@ namespace DeviceLibrary
lastSuddenStop = false;
ProcessMsgEvent?.Invoke(Msg.get());
StringStartOut("按下复位按钮");
StringStartOut(crc.GetString("Res0033.009d536f","按下复位按钮"));
}
void Run_BTN()
{
......@@ -64,4 +64,4 @@ namespace DeviceLibrary
RobotManage.Stop();
}
}
}
}
\ No newline at end of file
......@@ -139,8 +139,8 @@ namespace DeviceLibrary
{
RobotManage.Config.DOList.Remove(IO_Type.ReelFlipDoor_Work);
RobotManage.Config.DOList.Remove(IO_Type.ReelFlipDoor_Home);
MotorFlipDoorB = new LiftMonitor(IO_Type.ReelFlipDoor_L_Home, IO_Type.ReelFlipDoor_L_Work, IO_Type.SafetyLightCurtains, null, new AxisBean(Config.FlipDoor_L_Axis, Name), Config.FlipDoorLength, Config.FlipDoorLength_speed, 0, "B翻转门");
MotorFlipDoorA = new LiftMonitor(IO_Type.ReelFlipDoor_R_Home, IO_Type.ReelFlipDoor_R_Work, IO_Type.SafetyLightCurtains, null, new AxisBean(Config.FlipDoor_R_Axis, Name), Config.FlipDoorLength, Config.FlipDoorLength_speed, 0, "A翻转门");
MotorFlipDoorB = new LiftMonitor(IO_Type.ReelFlipDoor_L_Home, IO_Type.ReelFlipDoor_L_Work, IO_Type.SafetyLightCurtains, null, new AxisBean(Config.FlipDoor_L_Axis, Name), Config.FlipDoorLength, Config.FlipDoorLength_speed, 0, $"B翻转门");
MotorFlipDoorA = new LiftMonitor(IO_Type.ReelFlipDoor_R_Home, IO_Type.ReelFlipDoor_R_Work, IO_Type.SafetyLightCurtains, null, new AxisBean(Config.FlipDoor_R_Axis, Name), Config.FlipDoorLength, Config.FlipDoorLength_speed, 0, $"A翻转门");
MotorFlipDoorB.SlowAftPause = true;
MotorFlipDoorB.SlowAftPause = true;
LogUtil.info("加载翻板门类型为:步进");
......@@ -158,7 +158,7 @@ namespace DeviceLibrary
var sf = "";
if (Setting_Init.StringDoor_X08IsStringDoor_SafetyLightCurtains)
sf = IO_Type.AGV_OnPosition;
StringDoor = new LiftMonitor(IO_Type.StringDoor_Open, IO_Type.StringDoor_Close, sf, IO_Type.StringDoor_Axis_Break, new AxisBean(Config.StringDoor_Axis, Name), Config.StringDoorLength, Config.StringDoorLength_speed, 0, "折叠门", true);
StringDoor = new LiftMonitor(IO_Type.StringDoor_Open, IO_Type.StringDoor_Close, sf, IO_Type.StringDoor_Axis_Break, new AxisBean(Config.StringDoor_Axis, Name), Config.StringDoorLength, Config.StringDoorLength_speed, 0, crc.GetString("Res0036.da7a921f","折叠门"), true);
StringDoor.DownOverTimeMS = Setting_Init.StringDoor_DownOverTimeMS;
StringDoor.UpOverTimeMS = Setting_Init.StringDoor_UpOverTimeMS;
StringDoor.ResumeWaitTimeSec = 5;
......
using CodeLibrary;
using CodeLibrary;
using OnlineStore;
using OnlineStore.Common;
using OnlineStore.LoadCSVLibrary;
......@@ -66,7 +66,7 @@ namespace DeviceLibrary
}
else
{
RobotManage.UserPause("单口料盘已取走", false);
RobotManage.UserPause(crc.GetString("Res0037.53a1c193","单口料盘已取走"), false);
}
}
LogUtil.info($"取料机构当前没有在等待单盘入库:{ClampMoveInfo.MoveStep}");
......@@ -108,4 +108,4 @@ namespace DeviceLibrary
return crc.GetString(L.begin_close_string_door, "开始关闭料串门");
}
}
}
}
\ No newline at end of file
......@@ -794,7 +794,7 @@ namespace DeviceLibrary
}
if (LastHeight <= 8) { LastHeight = 8; }
//string code = CodeManager.ProcessCode(LastCodeList);
string msg = Name + prefix + "上升前 [" + StartMovePosition + "]实时[ " + EndMovePosition + "]差值[" + (EndMovePosition - StartMovePosition) + "]系数[" + AxisChangeValue + "] 计算后" + "[" + height + "]," + buchongStr + ",归类为【" + LastHeight + "mm】条码【" + LastCode + "】";
string msg = Name + prefix + $"上升前 [" + StartMovePosition + $"]实时[ " + EndMovePosition + $"]差值[" + (EndMovePosition - StartMovePosition) + $"]系数[" + AxisChangeValue + $"] 计算后" + "[" + height + "]," + buchongStr + $",归类为【" + LastHeight + $"mm】条码【" + LastCode + "】";
LogUtil.info(msg);
return LastHeight;
}
......
using OnlineStore.Common;
using OnlineStore;
using OnlineStore.Common;
using OnlineStore.LoadCSVLibrary;
using System;
using System.Collections.Generic;
......@@ -265,11 +266,11 @@ namespace DeviceLibrary
}
else if (WaitType.Equals(WaitEnum.W008_BatchAxis))
{
return "批量轴上升到上料点";
return crc.GetString("Res0043.84e7c741","批量轴上升到上料点");
}
else if (WaitType.Equals(WaitEnum.W009_ScanCode))
{
return "扫码完成";
return crc.GetString("Res0044.ed4de1c6","扫码完成");
}
else if (WaitType.Equals(WaitEnum.W013_Action))
{
......@@ -412,4 +413,4 @@ namespace DeviceLibrary
///// </summary>
//CheckFixture=6,
}
}
}
\ No newline at end of file
using Newtonsoft.Json;
using OnlineStore;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
......@@ -131,12 +132,12 @@ namespace ImgCheckReel
}
catch (AccessViolationException e)
{
MessageBox.Show(" 扫码出现AccessViolationException异常:" + e.ToString());
MessageBox.Show(crc.GetString("Res0045.83e7b221"," 扫码出现AccessViolationException异常:") + e.ToString());
return null;
}
catch (Exception ex)
{
MessageBox.Show(" 扫码出错:" + ex.ToString());
MessageBox.Show(crc.GetString("Res0046.f220fc88"," 扫码出错:") + ex.ToString());
return null;
}
finally
......@@ -153,7 +154,7 @@ namespace ImgCheckReel
{
OpenFileDialog openFileDialog = new OpenFileDialog();
openFileDialog.InitialDirectory = "c:\\";//注意这里写路径时要用c:\\而不是c:\
openFileDialog.Filter = "图片|*.*";
openFileDialog.Filter = crc.GetString("Res0047.9ba9fd98","图片|*.*");
openFileDialog.RestoreDirectory = true;
openFileDialog.FilterIndex = 1;
if (openFileDialog.ShowDialog() == DialogResult.OK)
......@@ -559,4 +560,4 @@ namespace ImgCheckReel
}
}
}
}
}
\ No newline at end of file
......@@ -89,5 +89,11 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{43CDD09E-FCF3-4960-A01D-3BBFE9933122}</Project>
<Name>Common</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
using CodeLibrary;
using CodeLibrary;
using Common;
using ConfigHelper;
using DeviceLibrary;
......@@ -584,11 +584,11 @@ namespace TheMachine
}
else if (!RobotManage.IsUserPause)
{
RobotManage.UserPause("用户按下启动按钮", true);
RobotManage.UserPause(crc.GetString("Res0048.aff4439b","用户按下启动按钮"), true);
}
else if (RobotManage.IsUserPause)
{
RobotManage.UserPause("用户按下启动按钮", false);
RobotManage.UserPause(crc.GetString("Res0048.aff4439b","用户按下启动按钮"), false);
}
}
private void RobotManage_UserPauseSet(object sender, bool e)
......@@ -929,4 +929,4 @@ namespace TheMachine
//}
}
}
}
}
\ No newline at end of file
using CodeLibrary;
using CodeLibrary;
using Common;
using ConfigHelper;
using DeviceLibrary;
......@@ -587,11 +587,11 @@ namespace TheMachineNView
}
else if (!RobotManage.IsUserPause)
{
RobotManage.UserPause("用户按下启动按钮", true);
RobotManage.UserPause(crc.GetString("Res0048.aff4439b","用户按下启动按钮"), true);
}
else if (RobotManage.IsUserPause)
{
RobotManage.UserPause("用户按下启动按钮", false);
RobotManage.UserPause(crc.GetString("Res0048.aff4439b","用户按下启动按钮"), false);
}
}
private void RobotManage_UserPauseSet(object sender, bool e)
......@@ -694,7 +694,7 @@ namespace TheMachineNView
CodeLibrary.CodeResourceControl.GetLanguageEvent += Crc_GetLanguageEvent;
CodeLibrary.FrmCodeDecodeNW frm = new CodeLibrary.FrmCodeDecodeNW();
frm.CurrLanguage = Crc_GetLanguageEvent();
crc.LanguageProcess(frm);
frm.chbZxing.Checked = false;
try
{
......@@ -933,4 +933,4 @@ namespace TheMachineNView
//}
}
}
}
}
\ No newline at end of file
......@@ -237,7 +237,7 @@ namespace TheMachineNView
this.uC_LedConfig1.Name = "uC_LedConfig1";
this.uC_LedConfig1.Size = new System.Drawing.Size(693, 427);
this.uC_LedConfig1.TabIndex = 9;
this.uC_LedConfig1.Tag = "not";
this.uC_LedConfig1.Tag = "";
//
// uC_SetUserPassword1
//
......
......@@ -87,8 +87,9 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="UserFromControl">
<HintPath>C:\Users\HY\Desktop\UserFromControl.dll</HintPath>
<Reference Include="UserFromControl, Version=1.0.7440.17371, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\UserFromControl.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
......
......@@ -53,6 +53,7 @@ namespace TheMachineNView
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(601, 363);
this.tableLayoutPanel1.TabIndex = 0;
this.tableLayoutPanel1.Tag = "not";
//
// button_reset
//
......
key 中文 Chinese
AboutBox1_AboutBox1_Text SMD BOX MIMO G3 SMD BOX MIMO G3
AboutBox1_tableLayoutPanel_labelCompanyName_Text 上海挚锦科技有限公司 Neotel Technology Co., Ltd
AboutBox1_tableLayoutPanel_okButton_Text 确定 OK
AxisMoveControl_groupAxis_groupBox2_groupBox2_Text 轴状态监控 Axis Status Monitoring
AxisMoveControl_groupAxis_groupBox2_label2_Text 实际加速度: Acceleration:
AxisMoveControl_groupAxis_groupBox2_label4_Text 回原状态: Origin Status:
AxisMoveControl_groupAxis_groupBox2_label50_Text 规划模式: Set Mode:
AxisMoveControl_groupAxis_groupBox2_label52_Text 规划位置: Set Position:
AxisMoveControl_groupAxis_groupBox2_label53_Text 规划速度: Set Velocity
AxisMoveControl_groupAxis_groupBox2_label55_Text 实际位置: Actual Location:
AxisMoveControl_groupAxis_groupBox2_label56_Text 实际速度: Actual Velocity:
AxisMoveControl_groupAxis_groupBox2_lblALM_Text 报警 Alarm
AxisMoveControl_groupAxis_groupBox2_lblBUSY_Text 忙碌 Busy
AxisMoveControl_groupAxis_groupBox2_lblEMG_Text 急停 E-Stop
AxisMoveControl_groupAxis_groupBox2_lblINP_Text 到位 On Position
AxisMoveControl_groupAxis_groupBox2_lblNEL_Text 负极限 Minus Limit
AxisMoveControl_groupAxis_groupBox2_lblORG_Text 原点 Origin
AxisMoveControl_groupAxis_groupBox2_lblPEL_Text 正极限 Plus Limit
AxisMoveControl_groupAxis_groupBox2_lblSvOn_Text 伺服 Servo
AxisMoveControl_groupAxis_groupBox2_lblWARN_Text 警告 Caution
AxisMoveControl_groupAxis_groupBox2_Text 轴状态监控 Axis Status Monitoring
AxisMoveControl_groupAxis_panel1_btnAddMove_Text 点动+ Count +
AxisMoveControl_groupAxis_panel1_btnAxisAMove_Text 绝对运动 Absolute Motion
AxisMoveControl_groupAxis_panel1_btnAxisReturnHome_Text 原点返回 Return
AxisMoveControl_groupAxis_panel1_btnAxisRMove_Text 相对运动 Relative Motion
AxisMoveControl_groupAxis_panel1_btnAxisStop_Text 停止运动 Stop
AxisMoveControl_groupAxis_panel1_btnAxisVMove_Text 匀速运动 Uniform Motion
AxisMoveControl_groupAxis_panel1_btnCloseAxis_Text 关闭伺服 Servo OFF
AxisMoveControl_groupAxis_panel1_btnComAlarmClear_Text 清除报警 Clear Alarm
AxisMoveControl_groupAxis_panel1_btnDelMove_Text 点动- Count -
AxisMoveControl_groupAxis_panel1_btnOpenAxis_Text 打开伺服 Servo ON
AxisMoveControl_groupAxis_panel1_btnReadPosition_Text 读取位置 Read Location
AxisMoveControl_groupAxis_panel1_label1_Text 点动速度: Count Velocity
AxisMoveControl_groupAxis_panel1_label45_Text 端口号: Port:
AxisMoveControl_groupAxis_panel1_label46_Text 地址: Address:
AxisMoveControl_groupAxis_panel1_label47_Text 目标速度: Velocity
AxisMoveControl_groupAxis_panel1_label48_Text 目标位置: Location
AxisMoveControl_groupAxis_panel1_label49_Text AC伺服: AC Servo:
AxisMoveControl_groupAxis_panel1_label8_Text 实时位置: Live Location
AxisMoveControl_groupAxis_panel1_linkLabel1_Text 复制 Copy
AxisMoveControl_groupAxis_Text 伺服运动 Servo Motion
ConfigControl_btnSavePos_Text 全部保存 Save All
ConfigControl_groupBox3_Text 点位列表 Location List
Form1_btn_run_Text 启动 Start
Form1_btn_stop_Text 停止 Stop
Form1_tabc_tab_axis__AxisControl_panel1_btnAxisRStop_Text 旋转轴停止 Rotational Axis Stop
Form1_tabc_tab_axis__AxisControl_panel1_btnAxisRTest_Text 旋转轴循环 Rotational Axis Cycle
Form1_tabc_tab_axis__AxisControl_panel1_btnChangeColor_Text 切换颜色 Switch Color
Form1_tabc_tab_axis__AxisControl_panel1_btnGree_Text 流动绿 Flowing Green
Form1_tabc_tab_axis__AxisControl_panel1_btnSAImg_Text 取图测试 Fetch Test
Form1_tabc_tab_axis__AxisControl_panel1_btnYellow_Text 流动黄 Flowing Yellow
Form1_tabc_tab_axis__AxisControl_panel1_button1_Text 停止 Stop
Form1_tabc_tab_io__IOControls_btn_flipclose_Text 翻版托盘合拢 Flap Close
Form1_tabc_tab_io__IOControls_btn_flipopen_Text 翻版托盘打开 Flap Open
Form1_tabc_tab_io__IOControls_btn_linerev_Text 线体反转 Line Reversal
Form1_tabc_tab_io__IOControls_btn_linerun_Text 线体正转 Line Corotation
Form1_tabc_tab_io__IOControls_btn_linestop_Text 线体停止 Line Stop
Form1_tabc_tab_io__IOControls_btn_ngdooropen_Text 单料门打开 NG Door Open
Form1_tabc_tab_io__IOControls_btn_ngdoorclose_Text 单料门关闭 NG Door Close
Form1_tabc_tab_io__IOControls_btn_stringdooropen_Text 折叠门打开 The folding door opens
Form1_tabc_tab_io__IOControls_btn_ngdooropen_Text 单料门打开 NG Door Open
Form1_tabc_tab_io__IOControls_btn_stringdoorclose_Text 折叠门关闭 The folding door closes
Form1_tabc_tab_io__IOControls_btn_stringdooropen_Text 折叠门打开 The folding door opens
Form1_tabc_tab_setting__SettingControl_tp_button_positiontool_Text 库位定位辅助工具 Location Positioning Wtool
Form1_tabc_tab_setting__SettingControl_tp_cb_usefixpos_Text 启用校准库位 Calibration Location ON
Form1_tabc_tab_setting__SettingControl_tp_chbAutoRun_Text 开机自启动 Auto Power On
Form1_tabc_tab_setting__SettingControl_tp_label_tempsensor_Text 温湿度控制器端口: Temperature And Humidity Controller Port:
Form1_tabc_tab_setting__SettingControl_tp_label1_Text 压力传感器当前值: Current value of pressure sensor:
Form1_tabc_tab_setting__SettingControl_tp_label3_Text 历史最大压力值: Historical maximum pressure value:
Form1_tabc_tab_setting__SettingControl_tp_label5_Text 设置最大压力: Set maximum pressure:
Form1_tabc_tab_setting__SettingControl_uC_LedConfig1_button_reset_Text 重置为默认值 Reset to default
Form1_tabc_tab_setting__SettingControl_uC_LedConfig1_button_save_Text 保存设定 Save the settings
Form1_tabc_tab_store__uc_boxdebug_groupInout_btn_autoinout_Text 自动库位测试 Location Autotest
Form1_tabc_tab_store__uc_boxdebug_groupInout_btnInStore_Text 入库测试 Storage Test
Form1_tabc_tab_store__uc_boxdebug_groupInout_btnOutStore_Text 出库测试 Retrieval Test
Form1_tabc_tab_store__uc_boxdebug_groupInout_cb_inoutdebugmode_Text 出入库调试模式 Storage/Retrieval Debug Mode
Form1_tabc_tab_store__uc_boxdebug_groupInout_Text 料仓操作 SMD BOX Operation
Form1_tabc_tabMonitor_Text 监控 Monitor
Form1_tabc_tabP1_pnl_btn_IgnoreX09_Text 忽略X30错误,并继续运行 Skip x30 error.
Form1_tabc_tabP1_pnl_btn_PauseBuzzer_Text 本次暂停警报器响声 Alarm is paused.
Form1_tabc_tabP1_pnl_btn_releasestring_Text 安全释放料串 Stacker is released.
Form1_tabc_tabP1_pnl_btn_stop_Text 停止 Stop
Form1_tabc_tabP1_pnl_cb_EnableBuzzer_Text 使用蜂鸣器 Enable buzzer.
Form1_tabc_tabP1_pnl_cb_IgnoreGratingSignal_Text 忽略安全光栅 Skip safety light curtain.
Form1_tabc_tabP1_pnl_cb_IgnoreSafecheck_Text 忽略安全检查(含安全光栅) Skip safety check including safety light curtain.
Form1_tabc_tabP1_pnl_groupBox1_Text 运行状态 Running Status
Form1_tabc_tabP1_Text 信息 Info.
Form1_tabc_tabMonitor_Text 监控 Monitor
FrmCodeDecode_btnAn_Text 变暗 darken
FrmCodeDecode_btnbarCode_Text 一维码识别 One dimensional code recognition
FrmCodeDecode_btnCameraImage_Text 相机获取图片 camera image
......@@ -54,6 +102,20 @@ FrmCodeDecode_label3_Text 条码类型: Bar code type:
FrmCodeDecode_label4_Text 参数路径 Parameters of the path
FrmCodeDecode_lblCount_Text 条码数量: Barcode number:
FrmCodeDecode_Text 二维码识别 Qr code recognition
FrmCodeDecodeNW_btnbarCode_Text 一维码识别 One dimensional code recognition
FrmCodeDecodeNW_btnCameraImage_Text 相机获取图片 camera image
FrmCodeDecodeNW_btnClearLog_Text 清理日志 Clean log
FrmCodeDecodeNW_btnDCode_Text 二维码识别 Qr code recognition
FrmCodeDecodeNW_btnExit_Text 退出 Exit
FrmCodeDecodeNW_btnLearn_Text 学习 learn
FrmCodeDecodeNW_btnScanTest_Text 扫码测试 scanning test
FrmCodeDecodeNW_btnSelImage_Text 打开本地图片 Open Local Image
FrmCodeDecodeNW_chbUseParam_Text 使用参数 operation parameter
FrmCodeDecodeNW_label1_Text 图片路径 Image path
FrmCodeDecodeNW_label2_Text 相机列表: Camera list:
FrmCodeDecodeNW_label3_Text 条码类型: Bar code type:
FrmCodeDecodeNW_label4_Text 参数路径 Parameters of the path
FrmCodeDecodeNW_lblCount_Text 条码数量: Barcode number:
FrmCodeLearn_btnClearLog_Text 清理日志 Clear log
FrmCodeLearn_btnDelOld_Text 删除旧参数 Delete old parameter
FrmCodeLearn_btnExit_Text 退出 Exit
......@@ -69,33 +131,13 @@ FrmCodeLearn_label3_Text 参数路径 Parameters of the path
FrmCodeLearn_label4_Text 图片路径 Image path
FrmCodeLearn_lblCount_Text 条码数量: Barcode number:
FrmCodeLearn_Text 条码参数学习 Bar code parameter learning
menuStrip1_关于ToolStripMenuItem_Text 关于 About
menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 Operation
menuStrip1_语言toolStripMenuItem_Text 语言 Language
设备操作ToolStripMenuItem_二维码识别调试ToolStripMenuItem_Text 二维码识别调试 QR code recognition debugging
设备操作ToolStripMenuItem_退出ToolStripMenuItem_Text 退出 Exit
table_datetime 时间 Time
table_info 信息 Info.
table_module 模块 Module
table_step 步骤 Step
IOControl_groupBox1_btnCloseDO_Text 关闭 OFF
IOControl_groupBox1_btnOpenDo_Text 打开 ON
IOControl_groupBox1_label14_Text 地址: Adress:
IOControl_groupBox1_label5_Text 定时(ms): Timing
IOControl_groupBox1_Text DO写入 DO Writing
IOControl_groupBox3_Text DI列表 DI List
IOControl_groupBox4_Text DO列表 DO List
FrmPositionTool_FrmPositionTool_Text 升降轴位置测试 Up Down Axis Position Test
FrmPositionTool_groupBox6_btnClear_Text 清理 Clear
FrmPositionTool_groupBox6_btnExit_Text 退出 Exit
FrmPositionTool_groupBox6_groupBox1_btnHomeMove_Text 原点返回 Return To Origin
FrmPositionTool_groupBox6_groupBox1_btnServoOff_Text 关闭伺服 OFF
FrmPositionTool_groupBox6_groupBox1_btnServoOn_Text 打开伺服 ON
FrmPositionTool_groupBox6_groupBox1_ioStatusControl1_label1_Text 检测信号 Detection Signal
FrmPositionTool_groupBox6_groupBox1_label2_Text 检测信号地址: Detect Signal Address:
FrmPositionTool_groupBox6_groupBox1_Text 设备信息 Equipment Info.
FrmPositionTool_groupBox6_groupBox2_btnAbsMove_Text 开始运动 Start Motion
......@@ -109,54 +151,27 @@ FrmPositionTool_groupBox6_groupBox2_label5_Text 库位低点偏移量: Locatio
FrmPositionTool_groupBox6_groupBox2_label7_Text 实际位置: Acutual Location
FrmPositionTool_groupBox6_groupBox2_label8_Text 移动速度: Movement Speed
FrmPositionTool_groupBox6_groupBox2_Text 位置信息 Position Info.
FrmPositionTool_serv_state 伺服状态 Servo Status
AxisMoveControl_groupAxis_groupBox2_groupBox2_Text 轴状态监控 Axis Status Monitoring
AxisMoveControl_groupAxis_groupBox2_label2_Text 实际加速度: Acceleration:
AxisMoveControl_groupAxis_groupBox2_label4_Text 回原状态: Origin Status:
AxisMoveControl_groupAxis_groupBox2_label50_Text 规划模式: Set Mode:
AxisMoveControl_groupAxis_groupBox2_label52_Text 规划位置: Set Position:
AxisMoveControl_groupAxis_groupBox2_label53_Text 规划速度: Set Velocity
AxisMoveControl_groupAxis_groupBox2_label55_Text 实际位置: Actual Location:
AxisMoveControl_groupAxis_groupBox2_label56_Text 实际速度: Actual Velocity:
AxisMoveControl_groupAxis_groupBox2_lblALM_Text 报警 Alarm
AxisMoveControl_groupAxis_groupBox2_lblBUSY_Text 忙碌 Busy
AxisMoveControl_groupAxis_groupBox2_lblEMG_Text 急停 E-Stop
AxisMoveControl_groupAxis_groupBox2_lblINP_Text 到位 On Position
AxisMoveControl_groupAxis_groupBox2_lblNEL_Text 负极限 Minus Limit
AxisMoveControl_groupAxis_groupBox2_lblORG_Text 原点 Origin
AxisMoveControl_groupAxis_groupBox2_lblPEL_Text 正极限 Plus Limit
AxisMoveControl_groupAxis_groupBox2_lblSvOn_Text 伺服 Servo
AxisMoveControl_groupAxis_groupBox2_lblWARN_Text 警告 Caution
AxisMoveControl_groupAxis_groupBox2_Text 轴状态监控 Axis Status Monitoring
AxisMoveControl_groupAxis_panel1_btnAddMove_Text 点动+ Count +
AxisMoveControl_groupAxis_panel1_btnAxisAMove_Text 绝对运动 Absolute Motion
AxisMoveControl_groupAxis_panel1_btnAxisReturnHome_Text 原点返回 Return
AxisMoveControl_groupAxis_panel1_btnAxisRMove_Text 相对运动 Relative Motion
AxisMoveControl_groupAxis_panel1_btnAxisStop_Text 停止运动 Stop
AxisMoveControl_groupAxis_panel1_btnAxisVMove_Text 匀速运动 Uniform Motion
AxisMoveControl_groupAxis_panel1_btnCloseAxis_Text 关闭伺服 Servo OFF
AxisMoveControl_groupAxis_panel1_btnComAlarmClear_Text 清除报警 Clear Alarm
AxisMoveControl_groupAxis_panel1_btnDelMove_Text 点动- Count -
AxisMoveControl_groupAxis_panel1_btnOpenAxis_Text 打开伺服 Servo ON
AxisMoveControl_groupAxis_panel1_btnReadPosition_Text 读取位置 Read Location
AxisMoveControl_groupAxis_panel1_label1_Text 点动速度: Count Velocity
AxisMoveControl_groupAxis_panel1_label45_Text 端口号: Port:
AxisMoveControl_groupAxis_panel1_label46_Text 地址: Address:
AxisMoveControl_groupAxis_panel1_label47_Text 目标速度: Velocity
AxisMoveControl_groupAxis_panel1_label48_Text 目标位置: Location
AxisMoveControl_groupAxis_panel1_label49_Text AC伺服: AC Servo:
AxisMoveControl_groupAxis_panel1_label8_Text 实时位置: Live Location
AxisMoveControl_groupAxis_panel1_linkLabel1_Text 复制 Copy
AxisMoveControl_groupAxis_Text 伺服运动 Servo Motion
AxisMoveControl_status_monitor 状态监控 Condition Monitoring
UC_SetUserPassword_groupBox1_Text 管理密码设置 Manage password settings
UC_SetUserPassword_groupBox1_label_oldpwd_Text 旧密码: Old password:
IOControl_groupBox1_btnCloseDO_Text 关闭 OFF
IOControl_groupBox1_btnOpenDo_Text 打开 ON
IOControl_groupBox1_label14_Text 地址: Adress:
IOControl_groupBox1_label5_Text 定时(ms): Timing
IOControl_groupBox1_Text DO写入 DO Writing
IOControl_groupBox3_Text DI列表 DI List
IOControl_groupBox4_Text DO列表 DO List
menuStrip1_关于ToolStripMenuItem_Text 关于 About
menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 Operation
menuStrip1_语言toolStripMenuItem_Text 语言 Language
StorePosControl_btnSavePos_Text 保存 Save
StorePosControl_groupBox3_Text 点位列表 Location List
UC_LedConfig_button_reset_Text 重置为默认值 Reset to default
UC_LedConfig_button_save_Text 保存设定 Save the settings
UC_SetUserPassword_groupBox1_button_ok_Text 确认修改 Confirm the modification
UC_SetUserPassword_groupBox1_label_newpwd_Text 新密码: New password:
UC_SetUserPassword_groupBox1_label_newpwd2_Text 重复新密码: Repeat the new password:
UC_SetUserPassword_groupBox1_button_ok_Text 确认修改 Confirm the modification
UC_SetUserPassword_groupBox1_label_oldpwd_Text 旧密码: Old password:
UC_SetUserPassword_groupBox1_Text 管理密码设置 Manage password settings
设备操作ToolStripMenuItem_二维码识别调试ToolStripMenuItem_Text 二维码识别调试 QR code recognition debugging
设备操作ToolStripMenuItem_退出ToolStripMenuItem_Text 退出 Exit
AGV_OnPosition AGV到位检测(预留) AGV On Position Detection
Airpressure_Check 气压检测 Pressure Detection
airpressure_not_enough 气压不足 Air pressure is insufficient.
......@@ -166,9 +181,10 @@ AutoRun_Single 自动启动 Autostart
autotest_inout_equipment 出入库测试 In Out Test
autotest_msg_01 自动出入库过程会再料盘送至出口后自动停止. Auto retrieval will stop when the reel arrived the
autotest_msg_02 确定开始自动库位测试?\n请确保料仓库位全部为空. Please make sure that the Locations are all empty before start the location autotest.
AxisMoveControl_status_monitor 状态监控 Condition Monitoring
back_safedoor_not_close 后侧防护门没有关闭 Back Protective Door is not closed.
BackDoorClose_Check 后侧防护门关闭 Back protective door is closed.
bacth_no_fix 料串未成功放入料叉上,请检查 The string was not successfully placed on the fork, please check
Batch_Axis 上料提升机构 Feeding Part
Batch_DetectDownMM 接触料盘后下降mm Fall mm  after the reel is detected.
Batch_OutPlateDownMM 出库时每盘料补偿mm Add mm during retrieval process.
......@@ -176,11 +192,12 @@ Batch_OutStoreDownMM 出库时初始下降mm Fall mm  during retrieval's initia
Batch_P1 上料提升机构待机点P1 Standby Point p1
Batch_P2 上料提升机构上料高点P2 Feeding Part Feeding High Point p2
Batch_PoToMM 上料提升机构高度转换系数 Feeding Part Height Conversion Coefficient
before_FrmPositionTool_stopmuchine ライブラリキャリブレーションプログラムを実行する前に、マシンを停止する必要があります
before_FrmPositionTool_stopmuchine 运行库位校准程序前,需要先停止料仓的运行 Please Stop Operation Before Location Calibration.
begin_close_string_door 开始关闭料串门 Stacker door is closing.
begin_open_string_door 开始打开料串门 Stacker door is opening.
begin_singlein 开始单盘入库 Single reel storage begins.
Camera_Led 相机光源开启 Camera Light Source ON
Cancel 取消 Cancel
cant_find_storeposfile 找不到库位配置文件 No location configuration file.
Clamp_Axis 取料机构 Clamp Axis
Clamp_Axis_interference_01 翻板门不在垂直端,不允许下降取料轴 Clamp Axis cannot be down when the flap door is not in the vertical side.
......@@ -195,14 +212,16 @@ Clamp_PoToMM 取料机构高度转换系数 Clamp Axis Height Conversion Coeffic
Clamping_Relax 夹爪气缸放松端 Clamping Jaw Air Cylinder Loosening Side
Clamping_Work 夹爪气缸夹紧端 Clamping Jaw Air Cylinder Compression Side
close_singledoor 关闭单料门 Close single reel door.
comDataError 串口{0}数据错误{1} Serial port {0} data error {1}
comInitError {0}初始化失败 {0} init fail
comOpenFail 串口{0}打开失败 Serial port {0} open failed
Comp_Axis 压紧机构 Compression Axis
Comp_P1 压紧机构待机点P1 Compression Axis Standby Point p1
Comp_P2 压紧机构8mm盘压紧点P2 Compression Axis 8mm Reel Compression Point p2
Comp_PH_MM 压紧机构库位高点偏移MM Compression Axis Location High Point Offset MM
Comp_PL_MM 压紧机构压紧点偏移mm Compression Axis Compression Point Offset mm
Comp_PoToMM 压紧机构每毫米脉冲 Compression Axis Pulse (ms)
ConfigControl_btnSavePos_Text 全部保存 Save All
ConfigControl_groupBox3_Text 点位列表 Location List
confirm_no_reel_in_com 请确保料盘已从库位中取出 Make sure that the reel has been removed from the location
connect_fail 未成功连接 Connection failed.
current_status 当前状态: Status:
detect_signal 检测信号 Signal Detection
......@@ -217,12 +236,14 @@ disable_config_mode 关闭配置模式 Configuration Mode Off
DoorSafe_Disable 门禁功能屏蔽 Access Function Shielding
empty_reel 空料串 Empty Stacker.
enable_config_mode 启用配置模式 Configuration Mode On
flashing 闪烁 Flashing
FlipDoor_L_Axis 左翻转托盘 Left Flip Tray
FlipDoor_R_Axis 右翻转托盘 Right Flip Tray
FlipDoorLength 翻转托盘行程 Flip the pallet travel
free 空闲中 Available
FrmPositionTool_serv_state 伺服状态 Servo Status
full_reel 满料串 Full Stacker.
humidity 湿度 Humidity
temp 温度 Temperature
ignored 已忽略 Skip
imageIsNull 获取二维码图片为空 Get the two-dimensional code picture is empty
in_store_detect_material 放料后料叉X30上仍然检测到物料,请检查. Gripper x30 detected a material during the storage process. Please check the inside.
......@@ -233,28 +254,34 @@ InOut_Axis 进出机构 In/Out Axis
InOut_P1 进出机构待机点P1 In Out Axis Standby Point p1
InOut_P2 进出机构单料口P2 In Out Axis Single Reel Retrieval Door p2
InOut_P3 进出机构料串放料P3 In Out Axis Stacker releasing p3
InOut_P4 进出机构13/15寸料串放料P4 13/15 inch string discharge P4
InOut_P5 进出机构13/15寸单料口P5 13/15 inch single port P5
InOutAxis_Position_P3 进出轴库位点取料点P3 In Out Axis Retrieval Position p3
instore_reel 入库料串 Store Stacker
iocard_init_fail IO板卡初始化失败 IO card  failed to initialize.
IOSingle_TimerOut IO信号超时时间(秒) IO Signal Timeout (s)
key 中文 Chinese
l_flipDoor_no_work 左侧翻板水平信号未亮 The left flap horizontal signal is not lit
Laser_Location 激光对位检测 Laser Counterpoint Detection
LastTrayAddHeight 最后一盘料补充高度mm Last Reel's Added Height mm
ledstate_Alarm 报警 Alarm
ledstate_AlarmStop 停机报警 Shut Down Alarm
ledstate_HomeReset 复位 Reset
ledstate_InOut 出入库中 In Operation
ledstate_Running 运行 Run
ledstate_SystemPause 暂停 Pause
ledstate_THoutRange 温湿度超限 Temperature And Humidity Exceeded The Limit
ledstate_THOutRange 温湿度超限 Temperature and Humidity Out of Range
ledstate_THoutRangeOver30m 温湿度超限30分钟 Temperature And Humidity Exceeded The Limit Over 30 min
left_safedoor_not_close 左侧防护门没有关闭 Left Protective Door is not closed.
LeftDoorClose_Check 左侧防护门关闭 Left protective door is closed.
LineRev 进料线体反转 Supply Line Changeover
LineRun 进料线体正转 Supply Line Corotation
Middle_Axis 旋转机构 Rotating Axis
Middle_Axis_interference_01 进出轴不在待机点时无法移动旋转轴 Rotating Axis cannot be moved when the In Out Axis is not on the standby point.
Middle_P1 旋转机构待机点P1 Rotating Axis Standby Point p1
Middle_P2 旋转机构单料口P2 Rotating Axis Single Reel Retrieval Door p2
Middle_P3 旋转机构料串P3 Rotating Axis Stacker p3
FlipDoorLength 翻转托盘行程 Flip the pallet travel
StringDoorLength 折叠门行程 Folding door travel
InOut_P4 进出机构13/15寸料串放料P4 13/15 inch string discharge P4
InOut_P5 进出机构13/15寸单料口P5 13/15 inch single port P5
monitor_config_load_fail 加载监控相机配置文件失败: Monitor configuration file load failed:
monitor_config_not_exist 找不到监控相机配置文件 No monitor configuration file.
monitor_open_fail 监控相机打开失败 Monitor open failed.
......@@ -267,18 +294,25 @@ NGDoor_Tray_Check 单料口料盘检测 Single Reel Detection
NitrogenValve 氮气阀门开启 Nitrogen Valve ON
no_info_reel 无信息料盘出库 Retrieve the reel without information.
no_string 当前没有料串 No stacker.
not_allow 不允许 Not allowed
not_detect_airpressure 未检测到气压信号. No air pressure signal detected.
not_detect_reel_code 未识别到有效二维码 No vaild QR code.
not_detect_reel_height 未检测到盘宽 No width detetcted.
not_in_single_prosses 当前没有在等待单盘入库: No single reel storage.
Ok 确定 OK
OpeartionFail 操作失败 Opeartion Fail
open_debug_mode 打开配置模式 Configuration Modo On
out_store_detect_material 取料前料叉X30检测到有物料无法继续,请检查. Retrieval is stop because gripper x30 detected a material. Please check the inside.
out_store_not_detect_material 取料前料叉X30检测到有物料无法继续,请检查. Retrieval is stop because gripper x30 didn't detect a material. Please check the inside.
out_store_wait_ngdoor_ready 等待单料口空闲. Single Reel Retrieval Door is in use.
out_store_wait_string_ready 等待料串准备好放料. Matrial will be released when the stacker is ready.
outstore_abnormal_reel 出库时料盘未成功放入料串,请检查 Reel Not In Stacker. Please Check
PEnterPwd 请输入密码 Please enter your password
please_take_ngdoor_reel 等待取走单口料盘 Please take the reel.
posnum 库位号 Location No.
r_flipDoor_no_work 右侧翻板水平信号未亮 The right flap horizontal signal is not lit
reel_ining 入库中 Retrieval is being processed.
reel_not_in_right_status 料盘放置异常 The reel is placed abnormally
reel_not_onposition_cant_manual_in 料盘没有到位,无法手动入库 Manual retrieval could not be executed when the reel is not on position.
reel_outting 出库中 Storage is being processed.
reel_wait_in_store 料盘等待入库 The reel is waiting to be stored.
......@@ -289,7 +323,6 @@ ReelFlipDoor_R_Home 料口翻板旋转端(右侧) Flap Rotating Side (Right)
ReelFlipDoor_R_Work 料口翻板水平端(右侧) Flap Horizontal Side (Right)
ReelFlipDoor_Work 料口翻板水平 Flap Horizont
Reset_BTN 复位 Reset
StringDoor_Axis_Break 上料机构折叠门刹车 Feeding mechanism folding door brake
reset_equipment 重置 Reset
reset_press 按下复位按钮. Please press the reset buttom.
reset_press_with_sudden 急停未解除,按下复位按钮尝试复位安全继电器. The E-Stop is going on. Please press the reset buttom to reset safety relay.
......@@ -303,10 +336,16 @@ SafetyLightCurtains 安全光栅 Safety Light Curtain
safty_release_string 安全释放料串 Stacker is released
safty_releaseed_string 料串已是释放状态 Stacker is released.
safty_releaseing_string 正在执行料串释放 Stacker is being released.
save_failed 保存失败 Save failed
save_success 保存成功 Save success
scan_code_timeout 扫码超时 Scan timeout.
scanning_code 扫码中 Scanning
selCamera 请先选择相机 Please select camera
selfAudit 盘点 SelfAudit
selImage 请先选择图片 Please select picture
sensor_alarm 红外传感器偏差过大,需要检查后复位
shengboError 声波感应器误差过大,请检查后重新复位 Acoustic sensor error is too large, please check and reset
shengbosensor 声波传感器 Acoustic Sensors
Standby_Led 待机指示灯 Standby Indicating Lamp
start 启动 Start
start_auto_test 自动库位测试 Location Autotest
......@@ -317,8 +356,6 @@ store_busy_cant_manual_out 料仓正在出入库中,无法手动出库 Manual re
store_inout_debug_mode 进出库调试模式 In Out Debug Mode
store_manage_equipment 进出库调度 Store Management
store_running_cant_inout 料串无法释放,料仓正在出入库中. Stacker cannot be released during storage/retrieval process.
StorePosControl_btnSavePos_Text 保存 Save
StorePosControl_groupBox3_Text 点位列表 Location List
string_begin_release 开始释放料串 Stacker is being releasing.
string_full_takeout 料串已满请取出 Please take the full stacker.
string_inout_equipment 料串进出机构 Stacker In Out Axis
......@@ -329,8 +366,12 @@ string_ready_for_get 料串取料准备就绪 Stacker is prepared to be taken.
string_ready_for_put 料串放料准备就绪 Stacker is prepared to be released.
string_releasing 料串释放中 Stacker is being released.
StringBack_Check 进料线体末端料串检测 Back Stacker Detection
StringDoor_Axis 料串口折叠门 String Folding Door
StringDoor_Axis_Break 上料机构折叠门刹车 Feeding mechanism folding door brake
StringDoor_Close 上料机构折叠门关闭端 Folding Door OFF Side
StringDoor_Open 上料机构折叠门打开端 Folding Door ON Side
StringDoorLength 折叠门行程 Folding door travel
stringDoorSafety 料串门光栅被遮挡 The grating of the string door is obstructed
StringFix_Bottom 进料线体料串固定下降端 Stacker Positioning Down Side
StringFix_Top 进料线体料串固定上升端 Stacker Positioning Up Side
StringFront_Check 进料线体前端料串检测 Front Stacker Detection
......@@ -341,14 +382,18 @@ sureDelete 确定删除文件: Make sure to delete the file:
system_is_running 系统正在运行. The system is running.
system_need_reset 系统需要重置 The system need to be reset.
system_pause 系统暂停 Pause
system_running_cantmove システムが動作しており、手動でサーボを製御することはできません。
system_running_cantmove 系统正在运行,不能手动控制伺服 System Pause System is running, unable to manually control the servo
tab_axis 伺服调试 Servo Debugging
tab_io IO调试 IO Debugging
tab_log 日志 Log
tab_setting 相关设置 Related Setting
tab_store 库位调试 Location debugging
table_datetime 时间 Time
table_info 信息 Info.
table_module 模块 Module
table_step 步骤 Step
taking_code 取料中 Retrieving
temp 温度 Temperature
tempnhum_sensor_init_fail 温湿度传感器初始化失败,端口: Temperature and humidity sensor failed to initialize, port:
tips 提示 Remind
title 提示 Notice
......@@ -367,6 +412,7 @@ UpDownAxis_IHPosition_P3 升降轴库位入料高点P3 Up Down Axis High Positio
UpDownAxis_ILPosition_P4 升降轴库位入料低点P4 Up Down Axis Low Position p1
wait 等待 Waiting
wait_detect_reel_height 等待料盘测高 No height detetcted.
wait_getselfauditPos 等待获取盘点库位号超时 Waiting for timeout to get the inventory location number
wait_put_reel_into_ngdoor 等待阻挡物离开光栅 the cover of the safety light curtain is waiting to be removed.
wait_reel_transfer 单料口等待料盘离开. Please take the reel.
wait_server_response_pos 等待服务器返回库位 Waiting the server return to location.
......@@ -374,18 +420,24 @@ wait_server_response_pos_timeout 服务器返回库位超时 Server return to lo
wait_string_take 等待料串被取走 Please take the stacker.
wait_stringdoor_close 等待关门折叠门 Folding door is waiting to be closed.
wait_user_select_pos 等待手动选择入库库位 Waiting for manual selection for location.
wat_startTosaPos 等待去盘点库位超时
wat_waitInsaPos 等待到达盘点库位超时 Waiting for timeout to arrive at the inventory location
WidthCheck_13 13寸料盘检测 13-in Reel Detection
WidthCheck_15 15寸料盘检测 15-in Reel Detection
WidthCheck_7 7寸料盘检测 7-in Reel Detection
x29_higt_has_reel 系统启动X29检测到有无信息料盘,等待取走单料口料盘 Reel without information detected by sensor. Please take the reel.
x29_low_no_reel 传感器X29未检测到单料口料盘. No single reel detecte by sensor.
XAxis_Position_P2 旋转轴位置P2 Rotating Axis Position
yalisensor 压力传感器 Pressure sensors
Res0001 设备未启动 The equipment is not started.
Res0002 料仓忙碌中,无法启动 Cannot start when the Tower is busy.
Res0003 入库料盘没有准备好,无法启动 Cannot start when the storage reel is not ready.
Res0004 收到出库任务,但料叉上有料,无法启动,请检查 Retrieval task received. Cannot start because of the material on the gripper. Please check.
Res0005 传感器X29未检测到单料口料盘 Sensor does not detect the reel in the single reel retrieval door.
Res0006.405c5a9e ,收到原点完成信号,当前位置[ Received Origin Completion Signal, Current Position [
Res0006.5b851e06 ...尝试清除报警第 try to clear error about times
Res0007.6658614e ],误差过大,需要报警 ], Excessive Error, Alarm Needed
Res0007.7229ecc6 次 times
Res0008 服务器连接异常 Server connection error
Res0009 料串正在上升 The stacker is rising.
Res0010 料串正在下降 The stacker is falling.
......@@ -396,25 +448,29 @@ Res0014 错误码: Error Code:
Res0015 伺服尚未使能 Servo is disabled.
Res0016 伺服警报状态中 In servo alarm state
Res0017 无法操作 Unable to operate.
Res0018.975ecef5 ...尝试使能成功 try to enable servo
Res0019.ebec6459 ...尝试使能失败 ... Enable Failed
Res0020 升降轴位置调试: Updown-Axis Debug Location
l_flipDoor_no_work 左侧翻板水平信号未亮 The left flap horizontal signal is not lit
r_flipDoor_no_work 右侧翻板水平信号未亮 The right flap horizontal signal is not lit
reel_not_in_right_status 料盘放置异常 The reel is placed abnormally
confirm_no_reel_in_com 请确保料盘已从库位中取出 Make sure that the reel has been removed from the location
outstore_abnormal_reel The material tray is not successfully put into the string, please check
bacth_no_fix 料串未成功放入料叉上,请检查 The string was not successfully placed on the fork, please check
not_allow 不允许 Not allowed
UC_LedConfig_button_save_Text 保存设定 Save the settings
UC_LedConfig_button_reset_Text 重置为默认值 Reset to default
ledstate_Alarm 报警 Alarm
ledstate_AlarmStop 停机报警 Shut Down Alarm
ledstate_HomeReset 复位 Reset
ledstate_InOut 出入库中 In Operation
ledstate_Running 运行 Run
ledstate_SystemPause 暂停 Pause
ledstate_THoutRangeOver30m 温湿度超限30分钟 Temperature And Humidity Exceeded The Limit Over 30 min
ledstate_THoutRange 温湿度超限 Temperature And Humidity Exceeded The Limit
Res0021 请输入正确的速度 Please Enter the Correct Speed
Res0021.2bf5c941 打开轴 Enable The Axis
Res0022.33d2a704 失败 Failed
Res0023.cbd5d752 清理报警, Clear Alarm
Res0024.6c83a184 串口打开失败: serail port open fail:
Res0031.cbc9a6e9 温湿度超限30分钟 Temperature and Humidity Exceeded for 30 Minutes
Res0033.009d536f 按下复位按钮 press reset button
Res0036.da7a921f 折叠门 String Door
Res0037.53a1c193 单口料盘已取走 Metrial was taked from single door
Res0043.84e7c741 批量轴上升到上料点 Batch Axis Up To Loading Position
Res0044.ed4de1c6 扫码完成 Scan Completed
Res0045.83e7b221 扫码出现AccessViolationException异常: scan error AccessViolationException
Res0046.f220fc88 扫码出错: scan error:
Res0047.9ba9fd98 图片|*.* Image|*.*
Res0048.aff4439b 用户按下启动按钮 user press start
Res0057 密码不正确请重新输入! Password is not correct, please re-enter!
Res0068 旧密码不正确! Old Password Wrong!
Res0069 等待去盘点库位超时 timeout
Res0070 新密码不能为空! New Password Cannot Be Empty!
Res0071 密码修改成功! Password Change Successfully!
Res0220 状态,优先级从大到小 Status
Res0221 绿灯 Green
Res0222 黄灯 Yellow
......@@ -422,48 +478,3 @@ Res0223 红灯 Red
Res0224 无动作 Waiting
Res0225 关 Switch to Low
Res0226 开 Switch to High
flashing 闪烁 Flashing
save_success 保存成功 Save success
save_failed 保存失败 Save failed
sensor_alarm 红外传感器偏差过大,需要检查后复位 Infrared sensor deviation is too large, need to check and then reset
comInitError {0}初始化失败 {0}Initialization failure
comDataError 串口{0}数据错误{1} Serial port {0} data error {1}
comOpenFail 串口{0}打开失败 Serial port {0} open failed
shengbosensor 声波传感器 Acoustic Sensors
yalisensor 压力传感器 Pressure sensors
shengboError 声波感应器误差过大,请检查后重新复位 Acoustic sensor error is too large, please check and reset
Form1_tabc_tabP1_pnl_btn_stop_Text 停止 Stop
Form1_menuStrip1_Text menuStrip1 menuStrip1
Res0031.cbc9a6e9 温湿度超限30分钟 Temperature and Humidity Exceeded for 30 Minutes
ledstate_THOutRange 温湿度超限 Temperature and Humidity Out of Range
Form1_tabc_tab_io_Text IO Debugging IO Debugging
Form1_tabc_tab_axis_Text Servo Debugging Servo Debugging
Form1_tabc_tab_axis__AxisControl_panel1_btnAxisRTest_Text 旋转轴循环 Rotational Axis Cycle
Form1_tabc_tab_axis__AxisControl_panel1_button1_Text 停止 Stop
Form1_tabc_tab_axis__AxisControl_panel1_btnAxisRStop_Text 旋转轴停止 Rotational Axis Stop
Form1_tabc_tab_axis__AxisControl_panel1_btnGree_Text 流动绿 Flowing Green
Form1_tabc_tab_axis__AxisControl_panel1_btnYellow_Text 流动黄 Flowing Yellow
Form1_tabc_tab_axis__AxisControl_panel1_btnChangeColor_Text 切换颜色 Switch Color
FlipDoor_L_Axis 左翻转托盘 Left Flip Tray
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
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:
selfAudit 盘点 SelfAudit
wait_getselfauditPos 等待获取盘点库位号超时 Waiting for timeout to get the inventory location number
wat_startTosaPos 等待去盘点库位超时 Waiting for timeout to go to the inventory location
wat_waitInsaPos 等待到达盘点库位超时 Waiting for timeout to arrive at the inventory location
Form1_tabc_tab_axis__AxisControl_panel1_btnSAImg_Text 取图测试 Fetch Test
Res0068 Old password incorrect
Res0069 The new password is not the same, please confirm.
Res0070 The new password cannot be empty!
Res0071 Password changed successfully!
PEnterPwd 请输入密码 Please enter your password
Cancel CANCEL CANCEL
Ok 确定 OK
Res0057 密码不正确请重新输入! Password is not correct, please re-enter!
key 中文 中文
AboutBox1_AboutBox1_Text SMD BOX MIMO G3 SMD BOX MIMO G3
AboutBox1_tableLayoutPanel_labelCompanyName_Text 上海挚锦科技有限公司 上海挚锦科技有限公司
AboutBox1_tableLayoutPanel_okButton_Text 确定 确定
Form1_btn_stop_Text 停止 停止
AxisMoveControl_groupAxis_groupBox2_groupBox2_Text 轴状态监控 轴状态监控
AxisMoveControl_groupAxis_groupBox2_label2_Text 实际加速度: 实际加速度:
AxisMoveControl_groupAxis_groupBox2_label4_Text 回原状态: 回原状态:
AxisMoveControl_groupAxis_groupBox2_label50_Text 规划模式: 规划模式:
AxisMoveControl_groupAxis_groupBox2_label52_Text 规划位置: 规划位置:
AxisMoveControl_groupAxis_groupBox2_label53_Text 规划速度: 规划速度:
AxisMoveControl_groupAxis_groupBox2_label55_Text 实际位置: 实际位置:
AxisMoveControl_groupAxis_groupBox2_label56_Text 实际速度: 实际速度:
AxisMoveControl_groupAxis_groupBox2_lblALM_Text 报警 报警
AxisMoveControl_groupAxis_groupBox2_lblBUSY_Text 忙碌 忙碌
AxisMoveControl_groupAxis_groupBox2_lblEMG_Text 急停 急停
AxisMoveControl_groupAxis_groupBox2_lblINP_Text 到位 到位
AxisMoveControl_groupAxis_groupBox2_lblNEL_Text 负极限 负极限
AxisMoveControl_groupAxis_groupBox2_lblORG_Text 原点 原点
AxisMoveControl_groupAxis_groupBox2_lblPEL_Text 正极限 正极限
AxisMoveControl_groupAxis_groupBox2_lblSvOn_Text 伺服 伺服
AxisMoveControl_groupAxis_groupBox2_lblWARN_Text 警告 警告
AxisMoveControl_groupAxis_groupBox2_Text 轴状态监控 轴状态监控
AxisMoveControl_groupAxis_panel1_btnAddMove_Text 点动+ 点动+
AxisMoveControl_groupAxis_panel1_btnAxisAMove_Text 绝对运动 绝对运动
AxisMoveControl_groupAxis_panel1_btnAxisReturnHome_Text 原点返回 原点返回
AxisMoveControl_groupAxis_panel1_btnAxisRMove_Text 相对运动 相对运动
AxisMoveControl_groupAxis_panel1_btnAxisStop_Text 停止运动 停止运动
AxisMoveControl_groupAxis_panel1_btnAxisVMove_Text 匀速运动 匀速运动
AxisMoveControl_groupAxis_panel1_btnCloseAxis_Text 关闭伺服 关闭伺服
AxisMoveControl_groupAxis_panel1_btnComAlarmClear_Text 清除报警 清除报警
AxisMoveControl_groupAxis_panel1_btnDelMove_Text 点动- 点动-
AxisMoveControl_groupAxis_panel1_btnOpenAxis_Text 打开伺服 打开伺服
AxisMoveControl_groupAxis_panel1_btnReadPosition_Text 读取位置 读取位置
AxisMoveControl_groupAxis_panel1_label1_Text 点动速度: 点动速度:
AxisMoveControl_groupAxis_panel1_label45_Text 端口号: 端口号:
AxisMoveControl_groupAxis_panel1_label46_Text 地址: 地址:
AxisMoveControl_groupAxis_panel1_label47_Text 目标速度: 目标速度:
AxisMoveControl_groupAxis_panel1_label48_Text 目标位置: 目标位置:
AxisMoveControl_groupAxis_panel1_label49_Text AC伺服: AC伺服:
AxisMoveControl_groupAxis_panel1_label8_Text 实时位置: 实时位置:
AxisMoveControl_groupAxis_panel1_linkLabel1_Text 复制 复制
AxisMoveControl_groupAxis_Text 伺服运动 伺服运动
ConfigControl_btnSavePos_Text 全部保存 全部保存
ConfigControl_groupBox3_Text 点位列表 点位列表
Form1_btn_run_Text 启动 启动
Form1_tabc_tabP1_Text 信息 信息
Form1_tabc_tabMonitor_Text 监控 监控
Form1_tabc_tabP1_pnl_groupBox1_Text 运行状态 运行状态
Form1_tabc_tabP1_pnl_btn_releasestring_Text 安全释放料串 安全释放料串
Form1_tabc_tabP1_pnl_cb_IgnoreSafecheck_Text 忽略安全检查(含安全光栅) 忽略安全检查(含安全光栅)
Form1_tabc_tabP1_pnl_cb_IgnoreGratingSignal_Text 忽略安全光栅 忽略安全光栅
Form1_tabc_tabP1_pnl_cb_EnableBuzzer_Text 使用蜂鸣器 使用蜂鸣器
Form1_tabc_tabP1_pnl_btn_IgnoreX09_Text 忽略X30错误,并继续运行 忽略X30错误,并继续运行
Form1_tabc_tabP1_pnl_btn_PauseBuzzer_Text 本次暂停警报器响声 本次暂停警报器响声
Form1_tabc_tab_io__IOControls_btn_stringdooropen_Text 折叠门打开 折叠门打开
Form1_tabc_tab_io__IOControls_btn_stringdoorclose_Text 折叠门关闭 折叠门关闭
Form1_tabc_tab_setting__SettingControl_tp_cb_usefixpos_Text 启用校准库位 启用校准库位
Form1_btn_stop_Text 停止 停止
Form1_tabc_tab_axis__AxisControl_panel1_btnAxisRStop_Text 旋转轴停止 旋转轴停止
Form1_tabc_tab_axis__AxisControl_panel1_btnAxisRTest_Text 旋转轴循环 旋转轴循环
Form1_tabc_tab_axis__AxisControl_panel1_btnChangeColor_Text 切换颜色 切换颜色
Form1_tabc_tab_axis__AxisControl_panel1_btnGree_Text 流动绿 流动绿
Form1_tabc_tab_axis__AxisControl_panel1_btnSAImg_Text 取图测试 取图测试
Form1_tabc_tab_axis__AxisControl_panel1_btnYellow_Text 流动黄 流动黄
Form1_tabc_tab_axis__AxisControl_panel1_button1_Text 停止 停止
Form1_tabc_tab_io__IOControls_btn_flipclose_Text 翻版托盘合拢 翻版托盘合拢
Form1_tabc_tab_io__IOControls_btn_flipopen_Text 翻版托盘打开 翻版托盘打开
Form1_tabc_tab_io__IOControls_btn_linerev_Text 线体反转 线体反转
Form1_tabc_tab_io__IOControls_btn_linestop_Text 线体停止 线体停止
Form1_tabc_tab_io__IOControls_btn_linerun_Text 线体正转 线体正转
Form1_tabc_tab_io__IOControls_btn_ngdooropen_Text 单料门打开 单料门打开
Form1_tabc_tab_io__IOControls_btn_linestop_Text 线体停止 线体停止
Form1_tabc_tab_io__IOControls_btn_ngdoorclose_Text 单料门关闭 单料门关闭
Form1_tabc_tab_setting__SettingControl_tp_label_tempsensor_Text 温湿度控制器端口: 温湿度控制器端口:
Form1_tabc_tab_setting__SettingControl_tp_chbAutoRun_Text 开机自启动 开机自启动
Form1_tabc_tab_io__IOControls_btn_ngdooropen_Text 单料门打开 单料门打开
Form1_tabc_tab_io__IOControls_btn_stringdoorclose_Text 折叠门关闭 折叠门关闭
Form1_tabc_tab_io__IOControls_btn_stringdooropen_Text 折叠门打开 折叠门打开
Form1_tabc_tab_setting__SettingControl_tp_button_positiontool_Text 库位定位辅助工具 库位定位辅助工具
Form1_tabc_tab_store__uc_boxdebug_groupInout_Text 料仓操作 料仓操作
Form1_tabc_tab_store__uc_boxdebug_groupInout_cb_inoutdebugmode_Text 出入库调试模式 出入库调试模式
Form1_tabc_tab_setting__SettingControl_tp_cb_usefixpos_Text 启用校准库位 启用校准库位
Form1_tabc_tab_setting__SettingControl_tp_chbAutoRun_Text 开机自启动 开机自启动
Form1_tabc_tab_setting__SettingControl_tp_label_tempsensor_Text 温湿度控制器端口: 温湿度控制器端口:
Form1_tabc_tab_setting__SettingControl_tp_label1_Text 压力传感器当前值: 压力传感器当前值:
Form1_tabc_tab_setting__SettingControl_tp_label3_Text 历史最大压力值: 历史最大压力值:
Form1_tabc_tab_setting__SettingControl_tp_label5_Text 设置最大压力: 设置最大压力:
Form1_tabc_tab_setting__SettingControl_uC_LedConfig1_button_reset_Text 重置为默认值 重置为默认值
Form1_tabc_tab_setting__SettingControl_uC_LedConfig1_button_save_Text 保存设定 保存设定
Form1_tabc_tab_store__uc_boxdebug_groupInout_btn_autoinout_Text 自动库位测试 自动库位测试
Form1_tabc_tab_store__uc_boxdebug_groupInout_btnInStore_Text 入库测试 入库测试
Form1_tabc_tab_store__uc_boxdebug_groupInout_btnOutStore_Text 出库测试 出库测试
Form1_tabc_tab_store__uc_boxdebug_groupInout_cb_inoutdebugmode_Text 出入库调试模式 出入库调试模式
Form1_tabc_tab_store__uc_boxdebug_groupInout_Text 料仓操作 料仓操作
Form1_tabc_tabMonitor_Text 监控 监控
Form1_tabc_tabP1_pnl_btn_IgnoreX09_Text 忽略X30错误,并继续运行 忽略X30错误,并继续运行
Form1_tabc_tabP1_pnl_btn_PauseBuzzer_Text 本次暂停警报器响声 本次暂停警报器响声
Form1_tabc_tabP1_pnl_btn_releasestring_Text 安全释放料串 安全释放料串
Form1_tabc_tabP1_pnl_btn_stop_Text 停止 停止
Form1_tabc_tabP1_pnl_cb_EnableBuzzer_Text 使用蜂鸣器 使用蜂鸣器
Form1_tabc_tabP1_pnl_cb_IgnoreGratingSignal_Text 忽略安全光栅 忽略安全光栅
Form1_tabc_tabP1_pnl_cb_IgnoreSafecheck_Text 忽略安全检查(含安全光栅) 忽略安全检查(含安全光栅)
Form1_tabc_tabP1_pnl_groupBox1_Text 运行状态 运行状态
Form1_tabc_tabP1_Text 信息 信息
FrmCodeDecode_btnAn_Text 变暗 变暗
FrmCodeDecode_btnbarCode_Text 一维码识别 一维码识别
FrmCodeDecode_btnCameraImage_Text 相机获取图片 相机获取图片
FrmCodeDecode_btnClearLog_Text 清理日志 清理日志
FrmCodeDecode_btnCopyN_Text 复制名称 复制名称
FrmCodeDecode_Text 二维码识别 二维码识别
FrmCodeDecode_btnDCode_Text 二维码识别 二维码识别
FrmCodeDecode_btnErZhi_Text 二值化 二值化
FrmCodeDecode_btnExit_Text 退出 退出
FrmCodeDecode_btnGray_Text 图像转灰 图像转灰
......@@ -53,7 +101,21 @@ FrmCodeDecode_label2_Text 相机列表: 相机列表:
FrmCodeDecode_label3_Text 条码类型: 条码类型:
FrmCodeDecode_label4_Text 参数路径 参数路径
FrmCodeDecode_lblCount_Text 条码数量: 条码数量:
FrmCodeDecode_btnDCode_Text 二维码识别 二维码识别
FrmCodeDecode_Text 二维码识别 二维码识别
FrmCodeDecodeNW_btnbarCode_Text 一维码识别 一维码识别
FrmCodeDecodeNW_btnCameraImage_Text 相机获取图片 相机获取图片
FrmCodeDecodeNW_btnClearLog_Text 清理日志 清理日志
FrmCodeDecodeNW_btnDCode_Text 二维码识别 二维码识别
FrmCodeDecodeNW_btnExit_Text 退出 退出
FrmCodeDecodeNW_btnLearn_Text 学习 学习
FrmCodeDecodeNW_btnScanTest_Text 扫码测试 扫码测试
FrmCodeDecodeNW_btnSelImage_Text 打开本地图片 打开本地图片
FrmCodeDecodeNW_chbUseParam_Text 使用参数 使用参数
FrmCodeDecodeNW_label1_Text 图片路径 图片路径
FrmCodeDecodeNW_label2_Text 相机列表: 相机列表:
FrmCodeDecodeNW_label3_Text 条码类型: 条码类型:
FrmCodeDecodeNW_label4_Text 参数路径 参数路径
FrmCodeDecodeNW_lblCount_Text 条码数量: 条码数量:
FrmCodeLearn_btnClearLog_Text 清理日志 清理日志
FrmCodeLearn_btnDelOld_Text 删除旧参数 删除旧参数
FrmCodeLearn_btnExit_Text 退出 退出
......@@ -69,339 +131,346 @@ FrmCodeLearn_label3_Text 参数路径 参数路径
FrmCodeLearn_label4_Text 图片路径 图片路径
FrmCodeLearn_lblCount_Text 条码数量: 条码数量:
FrmCodeLearn_Text 条码参数学习 条码参数学习
menuStrip1_关于ToolStripMenuItem_Text 关于 关于
menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 设备操作
menuStrip1_语言toolStripMenuItem_Text 语言 语言
设备操作ToolStripMenuItem_二维码识别调试ToolStripMenuItem_Text 二维码识别调试 二维码识别调试
设备操作ToolStripMenuItem_退出ToolStripMenuItem_Text 退出 退出
table_datetime 时间 时间
table_info 信息 信息
table_module 模块 模块
table_step 步骤 步骤
IOControl_groupBox4_Text DO列表 DO列表
IOControl_groupBox3_Text DI列表 DI列表
IOControl_groupBox1_Text DO写入 DO写入
IOControl_groupBox1_btnOpenDo_Text 打开 打开
IOControl_groupBox1_btnCloseDO_Text 关闭 关闭
IOControl_groupBox1_label14_Text 地址: 地址:
IOControl_groupBox1_label5_Text 定时(ms): 定时(ms):
FrmPositionTool_FrmPositionTool_Text 升降轴位置测试 升降轴位置测试
FrmPositionTool_groupBox6_groupBox2_Text 位置信息 位置信息
FrmPositionTool_groupBox6_groupBox2_label5_Text 库位低点偏移量: 库位低点偏移量:
FrmPositionTool_groupBox6_groupBox2_label4_Text 库位高点偏移量: 库位高点偏移量:
FrmPositionTool_groupBox6_btnClear_Text 清理 清理
FrmPositionTool_groupBox6_btnExit_Text 退出 退出
FrmPositionTool_groupBox6_groupBox1_btnHomeMove_Text 原点返回 原点返回
FrmPositionTool_groupBox6_groupBox1_btnServoOff_Text 关闭伺服 关闭伺服
FrmPositionTool_groupBox6_groupBox1_btnServoOn_Text 打开伺服 打开伺服
FrmPositionTool_groupBox6_groupBox1_ioStatusControl1_label1_Text 检测信号 检测信号
FrmPositionTool_groupBox6_groupBox1_label2_Text 检测信号地址: 检测信号地址:
FrmPositionTool_groupBox6_groupBox1_Text 设备信息 设备信息
FrmPositionTool_groupBox6_groupBox2_btnAbsMove_Text 开始运动 开始运动
FrmPositionTool_groupBox6_groupBox2_btnOpenFolder_Text 打开文件夹 打开文件夹
FrmPositionTool_groupBox6_groupBox2_label8_Text 移动速度: 移动速度:
FrmPositionTool_groupBox6_groupBox2_btnSdStop_Text 停止 停止
FrmPositionTool_groupBox6_groupBox2_ioStatusControl1_label1_Text 检测信号 检测信号
FrmPositionTool_groupBox6_groupBox2_btnAbsMove_Text 开始运动 开始运动
FrmPositionTool_groupBox6_groupBox2_label13_Text 目标位置: 目标位置:
FrmPositionTool_groupBox6_groupBox2_label3_Text 保存文件名称: 保存文件名称:
FrmPositionTool_groupBox6_groupBox2_label4_Text 库位高点偏移量: 库位高点偏移量:
FrmPositionTool_groupBox6_groupBox2_label5_Text 库位低点偏移量: 库位低点偏移量:
FrmPositionTool_groupBox6_groupBox2_label7_Text 实际位置: 实际位置:
FrmPositionTool_groupBox6_groupBox2_label13_Text 目标位置: 目标位置:
FrmPositionTool_groupBox6_groupBox2_btnSdStop_Text 停止 停止
FrmPositionTool_groupBox6_groupBox1_Text 设备信息 设备信息
FrmPositionTool_groupBox6_groupBox1_btnHomeMove_Text 原点返回 原点返回
FrmPositionTool_groupBox6_groupBox1_btnServoOn_Text 打开伺服 打开伺服
FrmPositionTool_groupBox6_groupBox1_btnServoOff_Text 关闭伺服 关闭伺服
FrmPositionTool_groupBox6_groupBox1_label2_Text 检测信号地址: 检测信号地址:
FrmPositionTool_groupBox6_btnExit_Text 退出 退出
FrmPositionTool_groupBox6_btnClear_Text 清理 清理
AxisMoveControl_groupAxis_Text 伺服运动 伺服运动
AxisMoveControl_groupAxis_groupBox2_Text 轴状态监控 轴状态监控
AxisMoveControl_groupAxis_groupBox2_groupBox2_Text 轴状态监控 轴状态监控
AxisMoveControl_groupAxis_groupBox2_label4_Text 回原状态: 回原状态:
AxisMoveControl_groupAxis_groupBox2_label2_Text 实际加速度: 实际加速度:
AxisMoveControl_groupAxis_groupBox2_lblINP_Text 到位 到位
AxisMoveControl_groupAxis_groupBox2_lblBUSY_Text 忙碌 忙碌
AxisMoveControl_groupAxis_groupBox2_lblNEL_Text 负极限 负极限
AxisMoveControl_groupAxis_groupBox2_lblORG_Text 原点 原点
AxisMoveControl_groupAxis_groupBox2_lblPEL_Text 正极限 正极限
AxisMoveControl_groupAxis_groupBox2_lblSvOn_Text 伺服 伺服
AxisMoveControl_groupAxis_groupBox2_lblEMG_Text 急停 急停
AxisMoveControl_groupAxis_groupBox2_lblWARN_Text 警告 警告
AxisMoveControl_groupAxis_groupBox2_lblALM_Text 报警 报警
AxisMoveControl_groupAxis_groupBox2_label53_Text 规划速度: 规划速度:
AxisMoveControl_groupAxis_groupBox2_label56_Text 实际速度: 实际速度:
AxisMoveControl_groupAxis_groupBox2_label55_Text 实际位置: 实际位置:
AxisMoveControl_groupAxis_groupBox2_label52_Text 规划位置: 规划位置:
AxisMoveControl_groupAxis_groupBox2_label50_Text 规划模式: 规划模式:
AxisMoveControl_groupAxis_panel1_linkLabel1_Text 复制 复制
AxisMoveControl_groupAxis_panel1_btnComAlarmClear_Text 清除报警 清除报警
AxisMoveControl_groupAxis_panel1_btnAxisStop_Text 停止运动 停止运动
AxisMoveControl_groupAxis_panel1_btnAxisReturnHome_Text 原点返回 原点返回
AxisMoveControl_groupAxis_panel1_btnDelMove_Text 点动- 点动-
AxisMoveControl_groupAxis_panel1_btnOpenAxis_Text 打开伺服 打开伺服
AxisMoveControl_groupAxis_panel1_btnCloseAxis_Text 关闭伺服 关闭伺服
AxisMoveControl_groupAxis_panel1_btnAddMove_Text 点动+ 点动+
AxisMoveControl_groupAxis_panel1_label1_Text 点动速度: 点动速度:
AxisMoveControl_groupAxis_panel1_label47_Text 目标速度: 目标速度:
AxisMoveControl_groupAxis_panel1_btnReadPosition_Text 读取位置 读取位置
AxisMoveControl_groupAxis_panel1_btnAxisVMove_Text 匀速运动 匀速运动
AxisMoveControl_groupAxis_panel1_label8_Text 实时位置: 实时位置:
AxisMoveControl_groupAxis_panel1_btnAxisRMove_Text 相对运动 相对运动
AxisMoveControl_groupAxis_panel1_btnAxisAMove_Text 绝对运动 绝对运动
AxisMoveControl_groupAxis_panel1_label49_Text AC伺服: AC伺服:
AxisMoveControl_groupAxis_panel1_label46_Text 地址: 地址:
AxisMoveControl_groupAxis_panel1_label48_Text 目标位置: 目标位置:
AxisMoveControl_groupAxis_panel1_label45_Text 端口号: 端口号:
AxisMoveControl_status_monitor 状态监控 状态监控
UC_SetUserPassword_groupBox1_Text 管理密码设置 管理密码设置
UC_SetUserPassword_groupBox1_label_oldpwd_Text 旧密码: 旧密码:
FrmPositionTool_groupBox6_groupBox2_label8_Text 移动速度: 移动速度:
FrmPositionTool_groupBox6_groupBox2_Text 位置信息 位置信息
IOControl_groupBox1_btnCloseDO_Text 关闭 关闭
IOControl_groupBox1_btnOpenDo_Text 打开 打开
IOControl_groupBox1_label14_Text 地址: 地址:
IOControl_groupBox1_label5_Text 定时(ms): 定时(ms):
IOControl_groupBox1_Text DO写入 DO写入
IOControl_groupBox3_Text DI列表 DI列表
IOControl_groupBox4_Text DO列表 DO列表
menuStrip1_关于ToolStripMenuItem_Text 关于 关于
menuStrip1_设备操作ToolStripMenuItem_Text 设备操作 设备操作
menuStrip1_语言toolStripMenuItem_Text 语言 语言
StorePosControl_btnSavePos_Text 保存 保存
StorePosControl_groupBox3_Text 点位列表 点位列表
UC_LedConfig_button_reset_Text 重置为默认值 重置为默认值
UC_LedConfig_button_save_Text 保存设定 保存设定
UC_SetUserPassword_groupBox1_button_ok_Text 确认修改 确认修改
UC_SetUserPassword_groupBox1_label_newpwd_Text 新密码: 新密码:
UC_SetUserPassword_groupBox1_label_newpwd2_Text 重复新密码: 重复新密码:
UC_SetUserPassword_groupBox1_button_ok_Text 确认修改 确认修改
SuddenStop_BTN 急停 急停
Reset_BTN 复位 复位
AutoRun_Single 自动启动 自动启动
UC_SetUserPassword_groupBox1_label_oldpwd_Text 旧密码: 旧密码:
UC_SetUserPassword_groupBox1_Text 管理密码设置 管理密码设置
设备操作ToolStripMenuItem_二维码识别调试ToolStripMenuItem_Text 二维码识别调试 二维码识别调试
设备操作ToolStripMenuItem_退出ToolStripMenuItem_Text 退出 退出
AGV_OnPosition AGV到位检测(预留) AGV到位检测(预留)
Airpressure_Check 气压检测 气压检测
SafetyLightCurtains 安全光栅 安全光栅
LeftDoorClose_Check 左侧防护门关闭 左侧防护门关闭
RightDoorClose_Check 右侧防护门关闭 右侧防护门关闭
BackDoorClose_Check 后侧防护门关闭 后侧防护门关闭
AGV_OnPosition AGV到位检测(预留) 折叠门安全光栅
StringFront_Check 进料线体前端料串检测 进料线体前端料串检测
StringBack_Check 进料线体末端料串检测 进料线体末端料串检测
StringFix_Top 进料线体料串固定上升端 进料线体料串固定上升端
StringFix_Bottom 进料线体料串固定下降端 进料线体料串固定下降端
TrayCheck 上料定位料盘检测 上料定位料盘检测
StringPosChecker_Work 上料定位旋转气缸定位端 上料定位旋转气缸定位端
StringPosChecker_Home 上料定位旋转气缸避让端 上料定位旋转气缸避让端
StringDoor_Open 上料机构折叠门打开端 上料机构折叠门打开端
StringDoor_Close 上料机构折叠门关闭端 上料机构折叠门关闭端
WidthCheck_7 7寸料盘检测 7寸料盘检测
WidthCheck_13 13寸料盘检测 13寸料盘检测
WidthCheck_15 15寸料盘检测 15寸料盘检测
ReelFlipDoor_R_Home 料口翻板旋转端(右侧) 料口翻板旋转端(右侧)
ReelFlipDoor_R_Work 料口翻板水平端(右侧) 料口翻板水平端(右侧)
Clamping_Work 夹爪气缸夹紧端 夹爪气缸夹紧端
Clamping_Relax 夹爪气缸放松端 夹爪气缸放松端
ReelFlipDoor_L_Home 料口翻板旋转端(左侧) 料口翻板旋转端(左侧)
ReelFlipDoor_L_Work 料口翻板水平端(左侧) 料口翻板水平端(左侧)
NGDoor_Open 单料口门上升端 单料口门上升端
NGDoor_Close 单料口门下降端 单料口门下降端
NGDoor_Tray_Check 单料口料盘检测 单料口料盘检测
TrayCheck_Fixture 料叉机构料盘检测 料叉机构料盘检测
Laser_Location 上料提升轴料叉检测 Fork detection of loading and lifting shafts
Run_Led 自动指示灯 自动指示灯
Alarm_Led 故障指示灯 故障指示灯
Standby_Led 待机指示灯 待机指示灯
airpressure_not_enough 气压不足 气压不足
Alarm_Buzzer 报警蜂鸣器 报警蜂鸣器
DoorSafe_Disable 门禁功能屏蔽 门禁功能屏蔽
Device_Led 设备照明开启 设备照明开启
Alarm_Led 故障指示灯 故障指示灯
AutoRun_Single 自动启动 自动启动
autotest_inout_equipment 出入库测试 出入库测试
autotest_msg_01 自动出入库过程会再料盘送至出口后自动停止. 自动出入库过程会再料盘送至出口后自动停止.
autotest_msg_02 确定开始自动库位测试?\n请确保料仓库位全部为空. 确定开始自动库位测试?\n请确保料仓库位全部为空.
AxisMoveControl_status_monitor 状态监控 状态监控
back_safedoor_not_close 后侧防护门没有关闭 后侧防护门没有关闭
BackDoorClose_Check 后侧防护门关闭 后侧防护门关闭
bacth_no_fix 料串未成功放入料叉上,请检查 料串未成功放入料叉上,请检查
Batch_Axis 上料提升机构 上料提升机构
Batch_DetectDownMM 接触料盘后下降mm 接触料盘后下降mm
Batch_OutPlateDownMM 出库时每盘料补偿mm 出库时每盘料补偿mm
Batch_OutStoreDownMM 出库时初始下降mm 出库时初始下降mm
Batch_P1 上料提升机构待机点P1 上料提升机构待机点P1
Batch_P2 上料提升机构上料高点P2 上料提升机构上料高点P2
Batch_PoToMM 上料提升机构高度转换系数 上料提升机构高度转换系数
before_FrmPositionTool_stopmuchine 运行库位校准程序前,需要先停止料仓的运行 运行库位校准程序前,需要先停止料仓的运行
begin_close_string_door 开始关闭料串门 开始关闭料串门
begin_open_string_door 开始打开料串门 开始打开料串门
begin_singlein 开始单盘入库 开始单盘入库
Camera_Led 相机光源开启 相机光源开启
NitrogenValve 氮气阀门开启 氮气阀门开启
LineRun 进料线体正转 进料线体正转
LineRev 进料线体反转 进料线体反转
ReelFlipDoor_Home 料口翻板旋转 料口翻板旋转
ReelFlipDoor_Work 料口翻板水平 料口翻板水平
StringDoor_Axis_Break 上料机构折叠门刹车 上料机构折叠门刹车
XAxis_Position_P2 旋转轴位置P2 旋转轴位置P2
UpDownAxis_IHPosition_P3 升降轴库位入料高点P3 升降轴库位入料高点P3
UpDownAxis_ILPosition_P4 升降轴库位入料低点P4 升降轴库位入料低点P4
InOutAxis_Position_P3 进出轴库位点取料点P3 进出轴库位点取料点P3
tab_io IO调试 IO调试
tab_axis 伺服调试 伺服调试
ConfigControl_btnSavePos_Text 全部保存 全部保存
ConfigControl_groupBox3_Text 点位列表 点位列表
tab_store 库位调试 库位调试
StorePosControl_btnSavePos_Text 保存 保存
StorePosControl_groupBox3_Text 点位列表 点位列表
tab_setting 相关设置 相关设置
IOSingle_TimerOut IO信号超时时间(秒) IO信号超时时间(秒)
LastTrayAddHeight 最后一盘料补充高度mm 最后一盘料补充高度mm
Middle_P1 旋转机构待机点P1 旋转机构待机点P1
Middle_P2 旋转机构单料口P2 旋转机构单料口P2
Middle_P3 旋转机构料串P3 旋转机构料串P3
UpDown_P1 升降轴待机点P1 升降轴待机点P1
UpDown_P2 升降轴单料口高点P2 升降轴单料口高点P2
UpDown_P3 升降轴单料口低点P3 升降轴单料口低点P3
UpDown_P4 升降轴料串放料高点P3 升降轴料串放料高点P3
UpDown_P5 升降轴料串放料低点P4 升降轴料串放料低点P4
InOut_P1 进出机构待机点P1 进出机构待机点P1
InOut_P2 进出机构7寸单料口P2 进出机构7寸单料口P2
InOut_P3 进出机构7寸料串放料P3 进出机构7寸料串放料P3
InOut_P4 进出机构13/15寸料串放料P4 进出机构13/15寸料串放料P4
InOut_P5 进出机构13/15寸单料口P5 进出机构13/15寸单料口P5
Comp_P1 压紧机构待机点P1 压紧机构待机点P1
FlipDoorLength 翻转托盘行程 翻转托盘行程
StringDoorLength 折叠门行程 折叠门行程
Comp_P2 压紧机构8mm盘压紧点P2 压紧机构8mm盘压紧点P2
Comp_PoToMM 压紧机构每毫米脉冲 压紧机构每毫米脉冲
Comp_PH_MM 压紧机构库位高点偏移MM 压紧机构库位高点偏移MM
Comp_PL_MM 压紧机构压紧点偏移mm 压紧机构压紧点偏移mm
Batch_P1 上料提升机构待机点P1 上料提升机构待机点P1
Batch_P2 上料提升机构上料高点P2 上料提升机构上料高点P2
Batch_PoToMM 上料提升机构高度转换系数 上料提升机构高度转换系数
Batch_DetectDownMM 接触料盘后下降mm 接触料盘后下降mm
Batch_OutStoreDownMM 出库时初始下降mm 出库时初始下降mm
Batch_OutPlateDownMM 出库时每盘料补偿mm 出库时每盘料补偿mm
Cancel 取消 取消
cant_find_storeposfile 找不到库位配置文件 找不到库位配置文件
Clamp_Axis 取料机构 取料机构
Clamp_Axis_interference_01 翻板门不在垂直端,不允许下降取料轴 翻板门不在垂直端,不允许下降取料轴
Clamp_Axis_interference_02 上料定位臂不在避让端,不允许下降取料轴 上料定位臂不在避让端,不允许下降取料轴
Clamp_Axis_interference_03 翻板门不在垂直端,不允许下降取料轴 翻板门不在垂直端,不允许下降取料轴
Clamp_Axis_running_cant_singlein 取料机构运转中,无法单盘入库 取料机构运转中,无法单盘入库
clamp_equipment 取放料机构 取放料机构
Clamp_P1 取料机构待机点P1 取料机构待机点P1
Clamp_P2 取料机构料串取料P2 取料机构料串取料P2
Clamp_P3 取料机构单料口8mm放料P3 取料机构单料口8mm放料P3
Clamp_PoToMM 取料机构高度转换系数 取料机构高度转换系数
Middle_Axis 旋转机构 旋转机构
UpDown_Axis 升降机构 升降机构
InOut_Axis 进出机构 进出机构
Clamping_Relax 夹爪气缸放松端 夹爪气缸放松端
Clamping_Work 夹爪气缸夹紧端 夹爪气缸夹紧端
close_singledoor 关闭单料门 关闭单料门
comDataError 串口{0}数据错误{1} 串口{0}数据错误{1}
comInitError {0}初始化失败 {0}初始化失败
comOpenFail 串口{0}打开失败 串口{0}打开失败
Comp_Axis 压紧机构 压紧机构
Batch_Axis 上料提升机构 上料提升机构
Clamp_Axis 取料机构 取料机构
device_initializing 设备加载中,请稍后... 设备加载中,请稍后...
enable_config_mode 启用配置模式 启用配置模式
safty_release_string 安全释放料串 安全释放料串
current_status 当前状态: 当前状态:
Comp_P1 压紧机构待机点P1 压紧机构待机点P1
Comp_P2 压紧机构8mm盘压紧点P2 压紧机构8mm盘压紧点P2
Comp_PH_MM 压紧机构库位高点偏移MM 压紧机构库位高点偏移MM
Comp_PL_MM 压紧机构压紧点偏移mm 压紧机构压紧点偏移mm
Comp_PoToMM 压紧机构每毫米脉冲 压紧机构每毫米脉冲
confirm_no_reel_in_com 请确保料盘已从库位中取出 请确保料盘已从库位中取出
connect_fail 未成功连接 未成功连接
current_status 当前状态: 当前状态:
detect_signal 检测信号 检测信号
detect_string 感应到料串 感应到料串
device_initializing 设备加载中,请稍后... 设备加载中,请稍后...
device_isrunning_cant_exit 机器尚在运行,不能退出,请先停止运行. 机器尚在运行,不能退出,请先停止运行.
Device_Led 设备照明开启 设备照明开启
device_pause 暂停运行 暂停运行
device_resume 恢复运行 恢复运行
device_suddenstop_cant_start 急停中,无法启动 急停中,无法启动
disable_config_mode 关闭配置模式 关闭配置模式
DoorSafe_Disable 门禁功能屏蔽 门禁功能屏蔽
empty_reel 空料串 空料串
enable_config_mode 启用配置模式 启用配置模式
flashing 闪烁 闪烁
FlipDoor_L_Axis 左翻转托盘 左翻转托盘
FlipDoor_R_Axis 右翻转托盘 右翻转托盘
FlipDoorLength 翻转托盘行程 翻转托盘行程
free 空闲中 空闲中
FrmPositionTool_serv_state 伺服状态 伺服状态
full_reel 满料串 满料串
humidity 湿度 湿度
ignored 已忽略 已忽略
imageIsNull 获取二维码图片为空 获取二维码图片为空
in_store_detect_material 放料后料叉X30上仍然检测到物料,请检查. 放料后料叉X30上仍然检测到物料,请检查.
in_store_ng 入库NG 入库NG
in_store_nothave_position 入库未找到库位 入库未找到库位
in_suddenstop 急停中 急停中
InOut_Axis 进出机构 进出机构
InOut_P1 进出机构待机点P1 进出机构待机点P1
InOut_P2 进出机构单料口P2 进出机构单料口P2
InOut_P3 进出机构料串放料P3 进出机构料串放料P3
InOut_P4 进出机构13/15寸料串放料P4 进出机构13/15寸料串放料P4
InOut_P5 进出机构13/15寸单料口P5 进出机构13/15寸单料口P5
InOutAxis_Position_P3 进出轴库位点取料点P3 进出轴库位点取料点P3
instore_reel 入库料串 入库料串
iocard_init_fail IO板卡初始化失败 IO板卡初始化失败
IOSingle_TimerOut IO信号超时时间(秒) IO信号超时时间(秒)
key 中文 中文
l_flipDoor_no_work 左侧翻板水平信号未亮 左侧翻板水平信号未亮
Laser_Location 激光对位检测 激光对位检测
LastTrayAddHeight 最后一盘料补充高度mm 最后一盘料补充高度mm
ledstate_Alarm 报警 报警
ledstate_AlarmStop 停机报警 停机报警
ledstate_HomeReset 复位 复位
ledstate_InOut 出入库中 出入库中
ledstate_Running 运行 运行
ledstate_SystemPause 暂停 暂停
ledstate_THoutRange 温湿度超限 温湿度超限
ledstate_THOutRange 温湿度超限 温湿度超限
ledstate_THoutRangeOver30m 温湿度超限30分钟 温湿度超限30分钟
left_safedoor_not_close 左侧防护门没有关闭 左侧防护门没有关闭
LeftDoorClose_Check 左侧防护门关闭 左侧防护门关闭
LineRev 进料线体反转 进料线体反转
LineRun 进料线体正转 进料线体正转
Middle_Axis 旋转机构 旋转机构
Middle_Axis_interference_01 进出轴不在待机点时无法移动旋转轴 进出轴不在待机点时无法移动旋转轴
Middle_P1 旋转机构待机点P1 旋转机构待机点P1
Middle_P2 旋转机构单料口P2 旋转机构单料口P2
Middle_P3 旋转机构料串P3 旋转机构料串P3
monitor_config_load_fail 加载监控相机配置文件失败: 加载监控相机配置文件失败:
monitor_config_not_exist 找不到监控相机配置文件 找不到监控相机配置文件
monitor_open_fail 监控相机打开失败 监控相机打开失败
motion_alarm 运动报警 运动报警
ngdoor 单料口: 单料口:
NGDoor_Close 单料口门下降端 单料口门下降端
NGDoor_Open 单料口门上升端 单料口门上升端
ngdoor_reel_out 单盘出库 单盘出库
NGDoor_Tray_Check 单料口料盘检测 单料口料盘检测
NitrogenValve 氮气阀门开启 氮气阀门开启
no_info_reel 无信息料盘出库 无信息料盘出库
no_string 当前没有料串 当前没有料串
not_allow 不允许 不允许
not_detect_airpressure 未检测到气压信号. 未检测到气压信号.
not_detect_reel_code 未识别到有效二维码 未识别到有效二维码
not_detect_reel_height 未检测到盘宽 未检测到盘宽
not_in_single_prosses 当前没有在等待单盘入库: 当前没有在等待单盘入库:
Ok 确定 确定
OpeartionFail 操作失败 操作失败
open_debug_mode 打开配置模式 打开配置模式
runbtn_press 按下启动按钮,开始启动. 按下启动按钮,开始启动.
transfer_equipment 出入库机构 出入库机构
out_store_detect_material 取料前料叉X30检测到有物料无法继续,请检查. 取料前料叉X30检测到有物料无法继续,请检查.
out_store_not_detect_material 取料前料叉X30没有检测到有物料无法继续,请检查. 出库时料叉X30没有检测到有物料无法继续,请检查.
out_store_wait_string_ready 等待料串准备好放料. 等待料串准备好放料.
out_store_not_detect_material 取料前料叉X30检测到有物料无法继续,请检查. 取料前料叉X30检测到有物料无法继续,请检查.
out_store_wait_ngdoor_ready 等待单料口空闲. 等待单料口空闲.
in_store_detect_material 放料后料叉X30上仍然检测到物料,请检查. 放料后料叉X30上仍然检测到物料,请检查.
in_store_ng 入库NG 入库NG
out_store_wait_string_ready 等待料串准备好放料. 等待料串准备好放料.
outstore_abnormal_reel 出库时料盘未成功放入料串,请检查 出库时料盘未成功放入料串,请检查
PEnterPwd 请输入密码 请输入密码
please_take_ngdoor_reel 等待取走单口料盘 等待取走单口料盘
posnum 库位号 库位号
wait_reel_transfer 单料口等待料盘离开. 单料口等待料盘离开.
r_flipDoor_no_work 右侧翻板水平信号未亮 右侧翻板水平信号未亮
reel_ining 入库中 入库中
reel_not_in_right_status 料盘放置异常 料盘放置异常
reel_not_onposition_cant_manual_in 料盘没有到位,无法手动入库 料盘没有到位,无法手动入库
reel_outting 出库中 出库中
reel_wait_in_store 料盘等待入库 料盘等待入库
ReelFlipDoor_Home 料口翻板旋转 料口翻板旋转
ReelFlipDoor_L_Home 料口翻板旋转端(左侧) 料口翻板旋转端(左侧)
ReelFlipDoor_L_Work 料口翻板水平端(左侧) 料口翻板水平端(左侧)
ReelFlipDoor_R_Home 料口翻板旋转端(右侧) 料口翻板旋转端(右侧)
ReelFlipDoor_R_Work 料口翻板水平端(右侧) 料口翻板水平端(右侧)
ReelFlipDoor_Work 料口翻板水平 料口翻板水平
Reset_BTN 复位 复位
reset_equipment 重置 重置
reset_press 按下复位按钮. 按下复位按钮.
reset_press_with_sudden 急停未解除,按下复位按钮尝试复位安全继电器. 急停未解除,按下复位按钮尝试复位安全继电器.
system_is_running 系统正在运行. 系统正在运行.
right_safedoor_not_close 右侧防护门没有关闭 右侧防护门没有关闭
RightDoorClose_Check 右侧防护门关闭 右侧防护门关闭
Run_Led 自动指示灯 自动指示灯
runbtn_press 按下启动按钮,开始启动. 按下启动按钮,开始启动.
runbtn_press_with_sudden 急停中,按下启动按钮,无法启动. 急停中,按下启动按钮,无法启动.
wait 等待 等待
not_detect_airpressure 未检测到气压信号. 未检测到气压信号.
string_inout_equipment 料串进出机构 料串进出机构
clamp_equipment 取放料机构 取放料机构
store_manage_equipment 进出库调度 进出库调度
reset_equipment 重置 重置
autotest_inout_equipment 出入库测试 出入库测试
Clamp_Axis_interference_01 翻板门不在垂直端,不允许下降取料轴 翻板门不在垂直端,不允许下降取料轴
Clamp_Axis_interference_02 上料定位臂不在避让端,不允许下降取料轴 上料定位臂不在避让端,不允许下降取料轴
Clamp_Axis_interference_03 翻板门不在垂直端,不允许下降取料轴 翻板门不在垂直端,不允许下降取料轴
Middle_Axis_interference_01 进出轴不在待机点时无法移动旋转轴 进出轴不在待机点时无法移动旋转轴
UpDown_Axis_interference_01 进出轴不在待机点时无法移动升降轴 进出轴不在待机点时无法移动升降轴
x29_low_no_reel 传感器X29未检测到单料口料盘. 传感器未检测到单料口料盘.
x29_higt_has_reel 系统启动X29检测到有无信息料盘,等待取走单料口料盘 系统启动检测到有无信息料盘,等待取走单料口料盘
wait_put_reel_into_ngdoor 等待阻挡物离开光栅 等待阻挡物离开光栅
ignored 已忽略 已忽略
SafetyLight_is_block 安全光栅被遮挡 安全光栅被遮挡
left_safedoor_not_close 左侧防护门没有关闭 左侧防护门没有关闭
right_safedoor_not_close 右侧防护门没有关闭 右侧防护门没有关闭
back_safedoor_not_close 后侧防护门没有关闭 后侧防护门没有关闭
system_pause 系统暂停 系统暂停
in_suddenstop 急停中 急停中
system_need_reset 系统需要重置 系统需要重置
store_inout_debug_mode 进出库调试模式 进出库调试模式
airpressure_not_enough 气压不足 气压不足
motion_alarm 运动报警 运动报警
not_detect_reel_height 未检测到盘宽 未检测到盘宽
wait_detect_reel_height 等待料盘测高 等待料盘测高
not_detect_reel_code 未识别到有效二维码 未识别到有效二维码
SafetyLightCurtains 安全光栅 安全光栅
safty_release_string 安全释放料串 安全释放料串
safty_releaseed_string 料串已是释放状态 料串已是释放状态
safty_releaseing_string 正在执行料串释放 正在执行料串释放
save_failed 保存失败 保存失败
save_success 保存成功 保存成功
scan_code_timeout 扫码超时 扫码超时
wait_user_select_pos 等待手动选择入库库位 等待手动选择入库库位
wait_server_response_pos_timeout 服务器返回库位超时 服务器返回库位超时
wait_server_response_pos 等待服务器返回库位 等待服务器返回库位
reel_wait_in_store 料盘等待入库 料盘等待入库
please_take_ngdoor_reel 等待取走单口料盘 等待取走单口料盘
free 空闲中 空闲中
ngdoor 单料口: 单料口:
scanning_code 扫码中 扫码中
taking_code 取料中 取料中
no_info_reel 无信息料盘出库 无信息料盘出库
ngdoor_reel_out 单盘出库 单盘出库
reel_outting 出库中 出库中
reel_ining 入库中 入库中
no_string 当前没有料串 当前没有料串
detect_string 感应到料串 感应到料串
wait_stringdoor_close 等待关门折叠门 等待关门折叠门
string_ready_for_get 料串取料准备就绪 料串取料准备就绪
string_ready_for_put 料串放料准备就绪 料串放料准备就绪
wait_string_take 等待料串被取走 等待料串被取走
empty_reel 空料串 空料串
full_reel 满料串 满料串
instore_reel 入库料串 入库料串
string_prepare 料串准备中 料串准备中
string_releasing 料串释放中 料串释放中
cant_find_storeposfile 找不到库位配置文件 找不到库位配置文件
iocard_init_fail IO板卡初始化失败 IO板卡初始化失败
tempnhum_sensor_init_fail 温湿度传感器初始化失败,端口: 温湿度传感器初始化失败,端口:
tab_log 日志 日志
device_suddenstop_cant_start 急停中,无法启动 急停中,无法启动
device_resume 恢复运行 恢复运行
device_pause 暂停运行 暂停运行
selCamera 请先选择相机 请先选择相机
selfAudit 盘点 盘点
selImage 请先选择图片 请先选择图片
sensor_alarm 红外传感器偏差过大,需要检查后复位 红外传感器偏差过大,需要检查后复位
shengboError 声波感应器误差过大,请检查后重新复位 声波感应器误差过大,请检查后重新复位
shengbosensor 声波传感器 声波传感器
Standby_Led 待机指示灯 待机指示灯
start 启动 启动
device_isrunning_cant_exit 机器尚在运行,不能退出,请先停止运行. 机器尚在运行,不能退出,请先停止运行.
safty_releaseed_string 料串已是释放状态 料串已是释放状态
safty_releaseing_string 正在执行料串释放 正在执行料串释放
detect_signal 检测信号 检测信号
FrmPositionTool_serv_state 伺服状态 伺服状态
humidity 湿度 湿度
temp 温度 温度
reel_not_onposition_cant_manual_in 料盘没有到位,无法手动入库 料盘没有到位,无法手动入库
start_auto_test 自动库位测试 自动库位测试
start_device_first 请先启动料仓! 请先启动料仓!
store_busy_cant_manual_out 料仓正在出入库中,无法手动出库 料仓正在出入库中,无法手动出库
stop_auto_test 停止自动库位测试 停止自动库位测试
start_auto_test 自动库位测试 自动库位测试
autotest_msg_01 自动出入库过程会再料盘送至出口后自动停止. 自动出入库过程会再料盘送至出口后自动停止.
autotest_msg_02 确定开始自动库位测试?\n请确保料仓库位全部为空. 确定开始自动库位测试?\n请确保料仓库位全部为空.
stop_inout_test 停止自动库位测试! 停止自动库位测试!
monitor_config_not_exist 找不到监控相机配置文件 找不到监控相机配置文件
monitor_config_load_fail 加载监控相机配置文件失败: 加载监控相机配置文件失败:
monitor_open_fail 监控相机打开失败 监控相机打开失败
begin_singlein 开始单盘入库 开始单盘入库
Clamp_Axis_running_cant_singlein 取料机构运转中,无法单盘入库 取料机构运转中,无法单盘入库
string_begin_release 开始释放料串 开始释放料串
string_begin_release 开始释放料串 开始释放料串
store_busy_cant_manual_out 料仓正在出入库中,无法手动出库 料仓正在出入库中,无法手动出库
store_inout_debug_mode 进出库调试模式 进出库调试模式
store_manage_equipment 进出库调度 进出库调度
store_running_cant_inout 料串无法释放,料仓正在出入库中. 料串无法释放,料仓正在出入库中.
close_singledoor 关闭单料门 关闭单料门
not_in_single_prosses 当前没有在等待单盘入库: 当前没有在等待单盘入库:
begin_open_string_door 开始打开料串门 开始打开料串门
string_not_onposition_01 料串尚未到位无法关门X09=High 料串尚未到位无法关门X09=High
begin_close_string_door 开始关闭料串门 开始关闭料串门
string_begin_release 开始释放料串 开始释放料串
string_full_takeout 料串已满请取出 料串已满请取出
in_store_nothave_position 入库未找到库位 入库未找到库位
string_inout_equipment 料串进出机构 料串进出机构
string_not_onposition 回原时X09,X10信号异常,料串可能不在正确位置,请检查. 回原时X09,X10信号异常,料串可能不在正确位置,请检查.
tray_detect_reel_01 料叉传感器X30感应到有料,请人工确认 料叉传感器X30感应到有料,请人工确认
system_running_cantmove 系统正在运行,不能手动控制伺服
before_FrmPositionTool_stopmuchine 运行库位校准程序前,需要先停止料仓的运行
outstore_abnormal_reel 出库时料盘未成功放入料串,请检查
not_allow 禁止 禁止
selCamera 请先选择相机 请先选择相机
selImage 请先选择图片 请先选择图片
title 提示 提示
imageIsNull 获取二维码图片为空 获取二维码图片为空
string_not_onposition_01 料串尚未到位无法关门X09=High 料串尚未到位无法关门X09=High
string_prepare 料串准备中 料串准备中
string_ready_for_get 料串取料准备就绪 料串取料准备就绪
string_ready_for_put 料串放料准备就绪 料串放料准备就绪
string_releasing 料串释放中 料串释放中
StringBack_Check 进料线体末端料串检测 进料线体末端料串检测
StringDoor_Axis 料串口折叠门 料串口折叠门
StringDoor_Axis_Break 上料机构折叠门刹车 上料机构折叠门刹车
StringDoor_Close 上料机构折叠门关闭端 上料机构折叠门关闭端
StringDoor_Open 上料机构折叠门打开端 上料机构折叠门打开端
StringDoorLength 折叠门行程 折叠门行程
stringDoorSafety 料串门光栅被遮挡 料串门光栅被遮挡
StringFix_Bottom 进料线体料串固定下降端 进料线体料串固定下降端
StringFix_Top 进料线体料串固定上升端 进料线体料串固定上升端
StringFront_Check 进料线体前端料串检测 进料线体前端料串检测
StringPosChecker_Home 上料定位旋转气缸避让端 上料定位旋转气缸避让端
StringPosChecker_Work 上料定位旋转气缸定位端 上料定位旋转气缸定位端
SuddenStop_BTN 急停 急停
sureDelete 确定删除文件: 确定删除文件:
bacth_no_fix 料串未成功放入料叉上,请检查 料串未成功放入料叉上,请检查
l_flipDoor_no_work 左侧翻板水平信号未亮 左侧翻板水平信号未亮
r_flipDoor_no_work 右侧翻板水平信号未亮 右侧翻板水平信号未亮
reel_not_in_right_status 料盘放置异常 料盘放置异常
confirm_no_reel_in_com 请确保料盘已从库位中取出 请确保料盘已从库位中取出
UC_LedConfig_button_save_Text 保存设定 保存设定
UC_LedConfig_button_reset_Text 重置为默认值 重置为默认值
ledstate_Alarm 报警 报警
ledstate_AlarmStop 停机报警 停机报警
ledstate_HomeReset 复位 复位
ledstate_InOut 出入库中 出入库中
ledstate_Running 运行 运行
ledstate_SystemPause 暂停 暂停
ledstate_THoutRangeOver30m 温湿度超限30分钟 温湿度超限30分钟
ledstate_THoutRange 温湿度超限 温湿度超限
system_is_running 系统正在运行. 系统正在运行.
system_need_reset 系统需要重置 系统需要重置
system_pause 系统暂停 系统暂停
system_running_cantmove 系统正在运行,不能手动控制伺服 系统正在运行,不能手动控制伺服
tab_axis 伺服调试 伺服调试
tab_io IO调试 IO调试
tab_log 日志 日志
tab_setting 相关设置 相关设置
tab_store 库位调试 库位调试
table_datetime 时间 时间
table_info 信息 信息
table_module 模块 模块
table_step 步骤 步骤
taking_code 取料中 取料中
temp 温度 温度
tempnhum_sensor_init_fail 温湿度传感器初始化失败,端口: 温湿度传感器初始化失败,端口:
tips 提示 提示
title 提示 提示
transfer_equipment 出入库机构 出入库机构
tray_detect_reel_01 料叉传感器X30感应到有料,请人工确认 料叉传感器X30感应到有料,请人工确认
TrayCheck 上料定位料盘检测 上料定位料盘检测
TrayCheck_Fixture 料叉机构料盘检测 料叉机构料盘检测
UpDown_Axis 升降机构 升降机构
UpDown_Axis_interference_01 进出轴不在待机点时无法移动升降轴 进出轴不在待机点时无法移动升降轴
UpDown_P1 升降轴待机点P1 升降轴待机点P1
UpDown_P2 升降轴单料口高点P2 升降轴单料口高点P2
UpDown_P3 升降轴单料口低点P3 升降轴单料口低点P3
UpDown_P4 升降轴料串放料高点P3 升降轴料串放料高点P3
UpDown_P5 升降轴料串放料低点P4 升降轴料串放料低点P4
UpDownAxis_IHPosition_P3 升降轴库位入料高点P3 升降轴库位入料高点P3
UpDownAxis_ILPosition_P4 升降轴库位入料低点P4 升降轴库位入料低点P4
wait 等待 等待
wait_detect_reel_height 等待料盘测高 等待料盘测高
wait_getselfauditPos 等待获取盘点库位号超时 等待获取盘点库位号超时
wait_put_reel_into_ngdoor 等待阻挡物离开光栅 等待阻挡物离开光栅
wait_reel_transfer 单料口等待料盘离开. 单料口等待料盘离开.
wait_server_response_pos 等待服务器返回库位 等待服务器返回库位
wait_server_response_pos_timeout 服务器返回库位超时 服务器返回库位超时
wait_string_take 等待料串被取走 等待料串被取走
wait_stringdoor_close 等待关门折叠门 等待关门折叠门
wait_user_select_pos 等待手动选择入库库位 等待手动选择入库库位
wat_startTosaPos
wat_waitInsaPos 等待到达盘点库位超时 等待到达盘点库位超时
WidthCheck_13 13寸料盘检测 13寸料盘检测
WidthCheck_15 15寸料盘检测 15寸料盘检测
WidthCheck_7 7寸料盘检测 7寸料盘检测
x29_higt_has_reel 系统启动X29检测到有无信息料盘,等待取走单料口料盘 系统启动X29检测到有无信息料盘,等待取走单料口料盘
x29_low_no_reel 传感器X29未检测到单料口料盘. 传感器X29未检测到单料口料盘.
XAxis_Position_P2 旋转轴位置P2 旋转轴位置P2
yalisensor 压力传感器 压力传感器
Res0001 设备未启动 设备未启动
Res0002 料仓忙碌中,无法启动 料仓忙碌中,无法启动
Res0003 入库料盘没有准备好,无法启动 入库料盘没有准备好,无法启动
Res0004 收到出库任务,但料叉上有料,无法启动,请检查 收到出库任务,但料叉上有料,无法启动,请检查
Res0005 传感器X29未检测到单料口料盘 传感器X29未检测到单料口料盘
Res0006.405c5a9e ,收到原点完成信号,当前位置[ ,收到原点完成信号,当前位置[
Res0006.5b851e06 ...尝试清除报警第 ...尝试清除报警第
Res0007.6658614e ],误差过大,需要报警 ],误差过大,需要报警
Res0007.7229ecc6 次 次
Res0008 服务器连接异常 服务器连接异常
Res0009 料串正在上升 料串正在上升
Res0010 料串正在下降 料串正在下降
Res0011 请先选择运动轴 请先选择运动轴
Res0012 警告 警告
Res0013 请先输入正确的速度 请先输入正确的速度
Res0014 错误码: 错误码:
Res0015 伺服尚未使能 伺服尚未使能
Res0016 伺服警报状态中 伺服警报状态中
Res0017 无法操作 无法操作
Res0018.975ecef5 ...尝试使能成功 ...尝试使能成功
Res0019.ebec6459 ...尝试使能失败 ...尝试使能失败
Res0020 升降轴位置调试: 升降轴位置调试:
Res0021 请输入正确的速度 请输入正确的速度
Res0021.2bf5c941 打开轴 打开轴
Res0022.33d2a704 失败 失败
Res0023.cbd5d752 清理报警, 清理报警,
Res0024.6c83a184 串口打开失败: 串口打开失败:
Res0031.cbc9a6e9 温湿度超限30分钟 温湿度超限30分钟
Res0033.009d536f 按下复位按钮 按下复位按钮
Res0036.da7a921f 折叠门 折叠门
Res0037.53a1c193 单口料盘已取走 单口料盘已取走
Res0043.84e7c741 批量轴上升到上料点 批量轴上升到上料点
Res0044.ed4de1c6 扫码完成 扫码完成
Res0045.83e7b221 扫码出现AccessViolationException异常 扫码出现AccessViolationException异常::
Res0046.f220fc88 扫码出错: 扫码出错:
Res0047.9ba9fd98 图片|*.* 图片|*.*
Res0048.aff4439b 用户按下启动按钮 用户按下启动按钮
Res0057 密码不正确请重新输入! 密码不正确请重新输入!
Res0068 旧密码不正确! 旧密码不正确!
Res0069 等待去盘点库位超时 等待去盘点库位超时
Res0070 新密码不能为空! 新密码不能为空!
Res0071 密码修改成功! 密码修改成功!
Res0220 状态,优先级从大到小 状态,优先级从大到小
Res0221 绿灯 绿灯
Res0222 黄灯 黄灯
......@@ -409,49 +478,3 @@ Res0223 红灯 红灯
Res0224 无动作 无动作
Res0225 关 关
Res0226 开 开
flashing 闪烁 闪烁
save_success 保存成功 保存成功
save_failed 保存失败 保存失败
sensor_alarm 红外传感器偏差过大,需要报警 红外传感器偏差过大,需要报警
comInitError {0}初始化失败 {0}初始化失败
comDataError 串口{0}数据错误{1} 串口{0}数据错误{1}
comOpenFail 串口{0}打开失败 串口{0}打开失败
shengbosensor 声波传感器 声波传感器
yalisensor 压力传感器 压力传感器
shengboError 声波感应器误差过大,请检查后重新复位 声波感应器误差过大,请检查后重新复位
Form1_tabc_tabP1_pnl_btn_stop_Text 停止
Form1_menuStrip1_Text menuStrip1
Res0031.cbc9a6e9 温湿度超限30分钟
ledstate_THOutRange 温湿度超限
Form1_tabc_tab_io_Text IO Debugging
Form1_tabc_tab_axis_Text Servo Debugging
Form1_tabc_tab_axis__AxisControl_panel1_btnAxisRTest_Text 旋转轴循环
Form1_tabc_tab_axis__AxisControl_panel1_button1_Text 停止
Form1_tabc_tab_axis__AxisControl_panel1_btnAxisRStop_Text 旋转轴停止
Form1_tabc_tab_axis__AxisControl_panel1_btnGree_Text 流动绿
Form1_tabc_tab_axis__AxisControl_panel1_btnYellow_Text 流动黄
Form1_tabc_tab_axis__AxisControl_panel1_btnChangeColor_Text 切换颜色
FlipDoor_L_Axis 左翻转托盘
FlipDoor_R_Axis 右翻转托盘
StringDoor_Axis 料串口折叠门
FrmPositionTool_groupBox6_groupBox1_ioStatusControl1_label1_Text 检测信号
Res0001 设备未启动
stringDoorSafety 料串门光栅被遮挡
Form1_tabc_tab_setting__SettingControl_tp_label5_Text 设置最大压力:
Form1_tabc_tab_setting__SettingControl_tp_label3_Text 历史最大压力值:
Form1_tabc_tab_setting__SettingControl_tp_label1_Text 压力传感器当前值:
selfAudit 盘点
wait_getselfauditPos 等待获取盘点库位号超时
wat_startTosaPos 等待去盘点库位超时
wat_waitInsaPos 等待到达盘点库位超时
Form1_tabc_tab_axis__AxisControl_panel1_btnSAImg_Text 盘点取图测试
Res0068 旧密码不正确
Res0069 两次输入的新密码不一致,请确认!
Res0070 新密码不能为空!
Res0071 密码修改成功!
PEnterPwd 请输入密码
Cancel 取消
Ok 确定
Res0057 密码不正确请重新输入!
\ No newline at end of file
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!