Temperature Controller Commands SECTION 6 Functions and Methods
74
Typical Example
temp1 = TCRemoteLocal("e5ak",temp2)
6-7-5 TCRequestStatus
Syntax
returnstate = TCRequestStatus(Tcontroller,
returnflag)
Remarks
Typical Example
temp1 = TCRequestStatus("e5ak", temp2)
6-7-6 TCRspLsp
Syntax
returnstate = TCRspLsp(Tcontroller,mode)
Remarks
Typical Example
temp1 = TCRspLsp("e5ak",temp2)
mode point This is a point depicting the mode of operation
and defines the operational mode of a
temperature controller.
0: This specifies the temperature controller is in
remote mode.
1: This specifies that the temperature controller
is in local mode.
Argument Type Description
Note: This command was previously called TCOperationalMode.
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.
returnflag point This is a point depicting that the status has
been returned and is available for the
command TCGetStatusParameter.
Note: The status information is NOT returned immediately - it is not possible to
access the status information in the same script as the TCRequestStatus
command. Instead, the status information should be accessed from within an
"On Condition" script which has an expression of "returnflag == TRUE".
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 setpoint mode used by the
temperature controller.
0: This specifies remote setpoint mode.
1: This specifies local setpoint mode.