⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 module1.bas

📁 omron 2d code reader
💻 BAS
字号:
Attribute VB_Name = "Module1"
Public Function ErrM(ByVal X As String)
      X = UCase(X)
        If X = "E000" Then A = MsgBox("2D code can't found,possily due to uneven background.Check the work piece surface and lighting condition.", vbInformation, "Information")
        If X = "E100" Then A = MsgBox("2D code cell cannot be recognized correctly. Check the marking and lighting conditions, and then perform teaching again. ", vbInformation, "Information")
        If X = "E200" Then A = MsgBox("Reading was not completed within the specified period of time. Check the work piece and lighting condition, then perform teaching again.", vbInformation, "Information")
        If A = 1 Then ErrM = 1

End Function

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -