 | CMDriveRemotePipeCleanApproachCompreDrive Method |
Starts the approach of the CompreDrive from safe position to contact.
Namespace: CompreDriveSDK.WCF.PipeAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic bool ApproachCompreDrive(
string CellUniqueName,
double? SampleThicknessMM
)
Public Function ApproachCompreDrive (
CellUniqueName As String,
SampleThicknessMM As Double?
) As Boolean
Parameters
- CellUniqueName String
- This needs to be the unique name of a measuring cell.
- SampleThicknessMM NullableDouble
- The sample thickness if known. This enables the use of the smart approach.
Return Value
BooleanTrue if the approach was successfully started, false if not.
Implements
ICompreDriveWCFApproachCompreDrive(String, NullableDouble)
RemarksOnly works when in Manual Control.
See Also