 | ICompreDriveWCFStartConstantDistanceMode Method |
Switches the CompreDrive from Control into Constant Distance mode.
Namespace: CompreDriveSDK.WCFAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool StartConstantDistanceMode(
double? minimumForceKN,
double? maximumForceKN
)
Function StartConstantDistanceMode (
minimumForceKN As Double?,
maximumForceKN As Double?
) As Boolean
Parameters
- minimumForceKN NullableDouble
- The minimum soft force limit in [kN].
- maximumForceKN NullableDouble
- The maximum soft force limit in [kN].
Return Value
BooleanTrue if the switch was successfully started, false if not.
RemarksOnly works when in Manual Control.
See Also