Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
String value containing the error message.
Long value containing the type of error.
ErrorMsg Event
Description
This event is called when an error occurs on the CMM. The ErrorText variable contains the error message, and the ErrorType variable contains the type of error (missed hit, unexpected hit).
Syntax
Visual Basic
Public Event ErrorMsg( _
   ByVal Msg As String, _
   ByVal ErrorType As Long _
)
Parameters
Msg
String value containing the error message.
ErrorType
Long value containing the type of error.
See Also