Click or drag to resize

ICompreDriveWCFSetForceSetpoint Method

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

Namespace: CompreDriveSDK.WCF
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
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
Remarks
Only works when in Manual Control.
See Also