Temperature Controller Commands SECTION 6 Functions and Methods
75
6-7-7 TCRunStop
Syntax
returnstate = TCRunStop(TController,mode)
Typical Example
temp1 = TCRunStop("e5ak",temp2)
6-7-8 TCSaveData
Syntax
returnstate = TCSaveData(TController)
Remarks
Typical Example
temp1 = TCSaveData("e5ak",temp2)
6-7-9 TCSettingLevel1
Syntax
returnstate = TCSettingLevel1(TController)
Remarks
Typical Example
temp1 = TCSettingLevel1("e5ak")
6-7-10 TCReset
Syntax
returnstate = TCReset(TController)
Remarks
Note: This command was previously called TCSetpoint.
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 either auto-output mode shift or
manual output mode shift.
0: This specifies manual output mode shift.
1: This specifies auto-output mode shift.
Note: This command was previously called TCModeShift.
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.
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.