 | CMDriveRemoteHttpSetForceSetpoint Method |
Sets the current force setpoint, if the system is in manual mode.
Namespace: CompreDriveSDK.WCF.HttpAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic bool SetForceSetpoint(
float? Setpoint,
string Unit
)
Public Function SetForceSetpoint (
Setpoint As Single?,
Unit As String
) As Boolean
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
BooleanTrue if the action was successful, or false if not
Implements
ICompreDriveWCFSetForceSetpoint(NullableSingle, String)
RemarksOnly works when in Manual Control.
See Also