Click or drag to resize

CMDriveRemoteHttpEnableTemperatureControl Method

Enabled the temperature controller's active regulation.

Namespace: CompreDriveSDK.WCF.Http
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public bool EnableTemperatureControl(
	string CellUniqueName
)

Parameters

CellUniqueName  String
This needs to be the unique name of a measuring cell.

Return Value

Boolean
True if the action was successful, false if not

Implements

ICompreDriveWCFEnableTemperatureControl(String)
Remarks
Only works when in Manual Control.
See Also