Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Members 
PCDLRN ActiveX DLL : Autotrigger Object
Autotrigger Object
Description

 

The Autotrigger object automatically takes hits when the probe enters a specified zone.

Example
Copy Code
Dim AutoTrigger As PCDLRN.AutoTrigger
If(AutoTrigger.autotriggeron = True) Then
 MsgBox "Autotrigger is enabled."
End If
If(AutoTrigger.beepingon = True) Then
 MsgBox "Autotrigger Beeping is enabled."
End If
Dim radius as Double
Set radius = AutoTrigger.Radius
MsgBox "The Autotrigger radius is: " & radius
See Also