Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ApplicationObjectEvents Object : OnMachineConnectionTimeOut Event
This Machine object is the CMM.
OnMachineConnectionTimeOut Event
Description
This event gets launched when the software attempts to connect to a CMM but the connection times out and expires.
Syntax
Visual Basic
Public Event OnMachineConnectionTimeOut( _
   ByVal Machine As Machine _
)
Parameters
Machine
This Machine object is the CMM.
See Also