Click or drag to resize

CMDriveRemoteHttpSetForceSetpoint Method

Sets the current force setpoint, if the system is in manual mode.

Namespace: CompreDriveSDK.WCF.Http
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public bool SetForceSetpoint(
	float? Setpoint,
	string Unit
)

Parameters

Setpoint  NullableSingle
The new force setpoint, typically between 0.03 and 75 kN
Unit  String
The unit of the setpoint. Defaults to [kN].

Return Value

Boolean
True if the action was successful, or false if not

Implements

ICompreDriveWCFSetForceSetpoint(NullableSingle, String)
Remarks
Only works when in Manual Control.
See Also