Click or drag to resize

ICompreDriveWCFStartConstantDistanceMode Method

Switches the CompreDrive from Control into Constant Distance mode.

Namespace: CompreDriveSDK.WCF
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
bool StartConstantDistanceMode(
	double? minimumForceKN,
	double? maximumForceKN
)

Parameters

minimumForceKN  NullableDouble
The minimum soft force limit in [kN].
maximumForceKN  NullableDouble
The maximum soft force limit in [kN].

Return Value

Boolean
True if the switch was successfully started, false if not.
Remarks
Only works when in Manual Control.
See Also