Temperature Controller Commands SECTION 6 Functions and Methods
72
temp1 = TCAutoTune("e5ak",temp2)
6-7-2 TCBackupMode
Syntax
returnstate = TCBackupMode(TController,mode)
Remarks
Typical Example
temp1 = TCBackupMode("ea5k",temp2)
6-7-3 TCGetStatusParameter
Syntax
returnstate =
TCGetStatusParameter(TController,paramID,value)
Remarks
Argument Type Description
returnstate bool 1 if the function is successful otherwise 0.
TController string This is a string representing the name of the
temperature controller.
mode point This is a point depicting the mode of operation
and defines the method used by a temperature
controller for storing internal variables.
0: In this mode variables are stored in RAM and
EPROM.
1: In this mode variables are stored in RAM
only.
Argument Type Description
returnstate bool 1 if the function is successful otherwise 0.
TController string This is a string representing the name of the
temperature controller.