Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : Calibrate Method
Id of measured sphere used in calibration.
Id of tool object used in calibration.
Toggle indicating whether first hit should be taken manually or not. Can be either PCD_NO or PCD_YES.
Calibrate Method
Description
Creates a probe calibration command
Syntax
Visual Basic
Public Sub Calibrate( _
   ByVal sphere As String, _
   ByVal tool As String, _
   ByVal Moved As PCDYESNO _
) 
Parameters
sphere
Id of measured sphere used in calibration.
tool
Id of tool object used in calibration.
Moved
ValueDescription
PCD_NO 
PCD_YES 
Toggle indicating whether first hit should be taken manually or not. Can be either PCD_NO or PCD_YES.
See Also