Gas Delay Error
Issue
No gas dependent delay for gas [gas mode, i.e. KED, None, etc.] found
Messaging in log file will look like the following:
No gas dependent delay for gas KED found. Applying 0 µs as new delay|No gas dependent delay for gas KED found. Applying 0 us as new delay
New gas dependent delay for gas KED; new delay = 0 µs
No gas dependent delay for gas None found. Applying 0 µs as new delay|No gas dependent delay for gas None found. Applying 0 us as new delay
New gas dependent delay for gas None; new delay = 0 µs
Environment
- iCAP TQ
- ECCN:EAR99
Resolution
The text of the GasDependentUpDownDelaysConfig.xml file located here: C:\ProgramData\Thermo\Qtegra\_ApplicationData\PluginData\iCAPQNova\Model\iCAPTQ\Configuration must look like this:
<?xml version="1.0"?>
<!--Additional gas dependent delays in milli seconds, applied after jump sequence-->
<dictionary>
<item>
<key>
<string>None</string>
</key>
<value>
<double>0</double>
</value>
</item>
<item>
<key>
<string>NH3</string>
</key>
<value>
<double>8</double>
</value>
</item>
<item>
<key>
<string>He</string>
</key>
<value>
<double>2</double>
</value>
</item>
<item>
<key>
<string>H2</string>
</key>
<value>
<double>15</double>
</value>
</item>
<item>
<key>
<string>KED</string>
</key>
<value>
<double>0</double>
</value>
</item>
<item>
<key>
<string>O2</string>
</key>
<value>
<double>8</double>
</value>
</item>
</dictionary>
Analysis
A specific delay time for each reaction mode is applied in order to provide ample time for reactions to take place in the Qcell and subsequent product ions to enter Q3 to be scanned
Cause

