Special Commands, Relay Control, and Miscellaneous
Mixed Commands
Produce Sound
0.000 |
Sound |
File="TEST.WAV" |
For more information, refer to Sound command.
Temperature Regulation for Column Oven
0.000 |
Temperature.Nominal |
=Value [°C] (nominal value) |
In combination with a Trigger condition, the actual value can also be inquired:
0.000 |
Trigger OVENTEST |
Condition=Temperature>50[°C] |
|
Sound |
File="TEST.WAV" |
|
EndTrigger |
|
Description: The OVENTEST trigger monitors the current oven temperature. Each time the temperature exceeds 50°C, the TEST.WAV Audio file is played. If the PC has no sound card, there is a short beep.
Comments, Protocol and Message Texts
; |
Comment Text... |
|
0.000 |
Protocol |
"Text ..." |
0.000 |
Message |
"Text ..." |
Note:
Comments can be added to any program instruction via " ; ". They can easily be recognized by their green color. Protocol and message texts must be indicated by quotation marks ("Text...")! Both are included in the Audit Trail. While the Protocol command is for documentation purposes only, the Message text appears on the screen. Continuation of the program is only possible after confirming with the Enter key.
Example 6: Delayed Execution of the Inject Command ("Wait")
0.000 |
Acquisition |
=On |
0.000 |
Wait |
UV_VIS_1 < 10 |
0.000 |
Inject |
|
Description: Program execution is delayed until the absorption on channel UV_VIS_1 is below 10 mAU. As soon as this is the case, injection is started.
The Wait command is also required for Suck and Dispense operations of the Dionex GINA 50 and GINA 160 autosamplers (see Autosampler Control).