9/17/2020
Page 41 of 44
QNW TC 1 User’s Guide
black
- temperature of the sample holder.
blue
- temperature of the heat exchanger.
dotted black
- temperature of the
external probe
(with the thermistor tip in the liquid sample).
Individual time/temperature points are shown for the external probe data to illustrate special methods of
reporting probe temperatures used in the Example Script. Normally the probe data are shown as a red line.
6.21. Scripts: Program Script Commands
The Program Script Commands are used to control the behavior of a script and are not sent to the
QNW
Serial Controller
.
Delay and Wait commands
Progress of the Delay and Wait commands is tracked in the
Delay/Wait Countdown Display
at the bottom of
the
Script Panel
.
[*D #]
- Delay # INTERVALS before running the next command. Example: [*D 120] will cause a delay of 120
of the INTERVAL units as defined in the first line of the script (see the
Example Script
which sets the
INTERVAL to 0.01 minutes).
While the delay is active, a countdown of the number of script INTERVALs remaining is included in the
Countdown Display
(see
Window View 2
in the
Script Panel
).
[*WRP>=#] [*WRP<=#]
These commands are included to be compatible with older scripts. T-App now
interprets them as
[*WCT>=#]
and
[*WCT<=#]
[*WCT>=#]
- Wait until the current (holder) temperature exceeds or equals a particular value (# as an
integer).
[*WCT<=#]
- Wait until the current temperature decreases to or below a particular value (# as an integer).