 | CMDriveRemotePipeEnableTemperatureControl Method |
Enabled the temperature controller's active regulation.
Namespace: CompreDriveSDK.WCF.PipeAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic bool EnableTemperatureControl(
string CellUniqueName
)
Public 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
Implements
ICompreDriveWCFEnableTemperatureControl(String)
RemarksOnly works when in Manual Control.
See Also