 | ICompreDriveWCFEnableTemperatureControl Method |
Enabled the temperature controller's active regulation.
Namespace: CompreDriveSDK.WCFAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool EnableTemperatureControl(
string CellUniqueName
)
Function EnableTemperatureControl (
CellUniqueName As String
) As Boolean
Parameters
- CellUniqueName String
- This needs to be the unique name of a measuring cell.
Return Value
BooleanTrue if the action was successful, false if not
RemarksOnly works when in Manual Control.
See Also