15
Warning Control commands
[*E+]
or
[*E-]
- When a script is running, attempting to use certain of the buttons or other controls in the
main window will cause the appearance of a dialog box asking if you are sure you want to send the associated
command (thus changing the series of actions defined by the script). The appearance of this dialog can be
avoided at any point in the script by including the program command [*E-]. Alternatively, the appearance of
the warning dialog can be reinstated by including [*E+] at any point in the script.
Listing Control commands
[*LIS +]
or
[*LIS -]
-
Enable (+) or Disable (-) listing of Instrument Status replies during running of a script.
[*LER +]
or
[*LER -]
-
Enable (+) or Disable (-) listing of Error Message replies during running of a script.
[*LCT +]
or
[*LCT -]
-
Enable (+) or Disable (-) listing of Current Temperature replies during running of a
script.
[*LPT +]
or
[*LPT -]
-
Enable (+) or Disable (-) listing of Probe Temperature replies during running of a script.
[*LRT +]
or
[*LRT -]
- Enable (+) or Disable (-) listing of Reference Temperature replies during running of a
script.
These ten program commands can be used to control whether the indicated information, sent from the
Serial Controller to the program, are to be listed (displayed) in a script monitoring window while the script
is running. Disabling the listings may be useful to make progress of the script clearer since, under some
conditions, large numbers of Instrument Status replies and Temperature replies may be generated while
the script is running. Disabling affects only the listing of these various replies in the script monitoring
window during the running of a script
–
the temperatures will included in the time/temperature records.