Click or drag to resize

CMDriveRemotePipeApproachCompreDrive Method

Starts the approach of the CompreDrive from safe position to contact.

Namespace: CompreDriveSDK.WCF.Pipe
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public bool ApproachCompreDrive(
	string CellUniqueName,
	double? SampleThicknessMM
)

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

Boolean
True if the approach was successfully started, false if not.

Implements

ICompreDriveWCFApproachCompreDrive(String, NullableDouble)
Remarks
Only works when in Manual Control.
See Also