Commands and Tips for Thermo Scientific Devices
Thermo Scientific TriPlus Sampler: Creating a Program for Headspace Analysis
Follow the steps below to create a program for the TriPlus headspace sampler:
Use the PGM Wizard to create a program for the timebase.
Add all relevant settings for the headspace sampler in the PGM Editor. Use the example program below for assistance.
The settings must appear before the first time step, i.e., before t = 0.000 min.
Add a Wait Sampler.Ready AND GC.Ready statement directly before the Inject command unless not already included by the PGM wizard.
Tips:
The GCCycleTime should exceed the total of the GC's program run time and equilibration time. Note that the GC needs some time after a run to become ready for the next injection (to cool down and equilibrate).
Example Program for Single Mode
The following program is a typical example of a headspace sequence for a TriPlus HS sampler in Single mode:
;======================================================================= ; Injection Customization: General ;======================================================================= |
|||
|
InjectMode |
= |
Single |
|
InjectionsPerVial |
= |
1 |
|
GCStartMode |
= |
Anticipated |
|
LoadsPerInject |
= |
1 |
; LoadRepetitionTime, only required if LoadsPerInject > 1 |
|||
|
LoadRepetitionTime |
= |
0.5 [min] |
; ======================================================================= ; Temperature Settings ; To deactivate a temperature control, set the respective '*.Ctrl' ; property to 'Off' and ; comment out the associated '*.Nominal' parameter (see below). ; ======================================================================= |
|||
|
OvenTemperature.Ctrl |
= |
On |
|
OvenTemperature.Nominal |
= |
40 [°C] |
|
OvenTemperature.StandbyCtrl |
= |
On |
|
OvenTemperature.StandbyNominal |
= |
45 [°C]] |
|
|
|
|
|
NeedleTemperature.Ctrl |
= |
On |
|
NeedleTemperature.Nominal |
= |
50 [°C] |
|
NeedleTemperature.StandbyCtrl |
= |
Off |
|
;NeedleTemperature.StandbyNominal |
= |
40 [°C] |
|
|
|
|
; ======================================================================= ; Time Program ; ======================================================================= |
|||
|
IncubationTime |
= |
10.5 [min] |
; |
The GCCycleTime must be significantly longer than the PGM run time. |
||
; |
Note that the GC needs some time |
||
; |
after a run to become ready for the next injection (to cool down and equilibrate). |
||
; |
The exact time depends on the GC program (and the GC type). |
||
; |
Ensure that GCCycleTime is sufficient enough for the GC to become 'Ready to Inject' |
||
; |
before the preparation time elapses. |
||
|
GCCycleTime |
= |
12.5 [min] |
|
ShakerOnTime |
= |
30 [s] |
|
ShakerOffTime |
= |
30 [s] |
; |
Setting of VentingTime is only required when using MHE mode |
||
; |
VentingTime |
= |
10 [s] |
; ; |
Setting of AnticipatedColdTrapStart is only required when using enrichment or having a cooled inlet |
||
; |
AnticipatedColdTrapStart |
= |
3.0 [min] |
; ======================================================================= ;Sampling Parameters ; ======================================================================= |
|||
|
SampleDepth |
= |
Top |
|
PreFill |
= |
On |
|
FillStrokes |
= |
2 |
|
FillVolume |
= |
2.0 [ml] |
|
PullupDelay |
= |
4 [s] |
|
DrawSpeed |
= |
20 [ml/min] |
|
DownSpeed |
= |
30 [mm/s] |
; ======================================================================= ;Sample Injection Parameters ; ======================================================================= |
|||
|
Injector |
= |
InjectorA |
|
InjectSpeed |
= |
30 [ml/min] |
|
PreInjDelayTime |
= |
10 [s]] |
|
PostInjDelayTime |
= |
10 [s] |
|
PreInjSyringeFlush |
= |
Off |
|
PostInjFlushTime |
= |
30 [s] |
|
InjectDepth |
= |
30 [mm] |
|
StandbySyringeFlush |
= |
Off |
; ======================================================================= ; Wash Parameters (only available if wash station is installed) ; ======================================================================= |
|||
|
WashMode |
= |
SingleSolvent |
|
PostWash |
= |
1 |
|
LVInitialInjectTime |
= |
2.0 [ml] |
|
PostWashSolvent1 |
= |
A |
|
PostWashSolvent2 |
= |
None |
|
PostWashSolvent3 |
= |
None |
|
PostWashSolvent4 |
= |
None |
|
DryTime |
= |
30 |
|
WashFrequency |
= |
After5Samples |
; ======================================================================= ; Add your GC parameters below ... ; ======================================================================= |
|||
; ... |
|||
; ======================================================================= ; Inject Procedure and GC Time Program (to be added if not included by the PGM wizard) ; ======================================================================= |
|||
0.000 |
Wait GC.Ready and Sampler.Ready |
||
|
Inject |
||
|
GC_1.AcqOn |
||
; ... |
|
||
10.0 |
GC_1.AcqOff |
||
10.1 |
End |
Example Program for Progressive mode
The program for a headspace sampler in Progressive mode is similar to the above program except for the injection mode and time program settings. The following program lines show the relevant settings for a PGM file in which the first sample of the sequence incubated for 4 minutes, the second sample for 6 minutes, the third for 8 minutes, etc.:
;======================================================================= ; Injection Customization: General ;======================================================================= |
|||
|
InjectMode |
= |
Progressive |
|
... |
|
|
; ======================================================================= ; Time Program ; ======================================================================= |
|||
|
IncubationTime |
= |
4.0 [min] |
|
IncubTimeOffset |
= |
2.0 [min] |
Appending Samples to a Run in Progressive Mode
In Progressive mode, the incubation time of the second and all subsequent samples is calculated by the following formula:
IncubationTime+ (i-1)*IncubTimeOffset
However, the formula only applies to samples within a sequence. If a Chromeleon sequence is split into several headspace runs, or processing of a cancelled or interrupted sequence is resumed, a new Progressive cycle is started in each individual sequence using the initial incubation time (e.g., 4 minutes in the program example above). As this behaviour of the TriPlus sampler may lead to unexpected results, it is recommended to refer to the RealIncubationTime parameter for information about a sample's actual incubation time.
For more information on setting up sequences for the TriPlus sampler, refer to
Thermo Scientific TriPlus Sampler/ThermoQuest HS850/HS2000 Headspace Samplers: Tips for Sequences
For more information on controlling the sampler, also refer to:
Thermo Scientific TriPlus Sampler: General Commands
Thermo Scientific TriPlus Sampler: TriPlus HS Commands
The Administrator Help section provides installation details; refer to Hardware Installation:
For information about how to install the sampler, refer to Thermo Scientific TriPlus Sampler: Installation.