Building a Calibration Table in Ezchrom (with screenshots)

This is a quick guide on how to build a calibration table in Ezchrom.  This should work in both Ezchrom Elite as well as Openlab Ezchrom.

 

1.  Have your method(s) that you would like to use saved and ready.  This first step is pretty straightforward.  You want to have a good idea of what your method parameters will be before you start building your calibration table.

2.  Set up a sequence of runs with your calibration standard(s).  In my example, I am using three levels of calibration.  If you expect your samples to be within a certain range, you want to select standard concentrations that will cover that range.  So, if my samples will have a concentration in a range of 50-75 ng/ul for example.  Then I would want to choose standards at 30, 60, and 90 ng/ul, perhaps.   Whichever calibration levels you choose to have, make sure you have them ready and know which vials they are in, and designate that in your sequence table.

2017-10-10_7-21-11

3. Integrate your peaks.  Make sure you have the proper channel selected at the top, for the chromatogram that you want to adjust.  Next select integration events, the two values you want to focus on at first are threshold and width.  You can keep clicking analyze to see how your changes affect the integration.  It’s more or less a trial and error approach.  There are several other options you can continually add to your integration table to fine tune your chromatogram.

Inked2017-10-10_7-24-46_LI

In this example, I would like to remove some non peaks at the start of the chromatogram.  I can click on integration off, on the bottom of the screen.  It then wants you to click on the chromatogram where you want to start the cut off:

 

2017-10-10_7-24-56

Next it wants you to click where you want the integration off event to stop:

2017-10-10_7-25-04

After you analyze, you get the chromatogram with the unwanted peaks removed:

2017-10-10_7-25-58

4.  Calibration.  After integrating your signals, the next step is calibrating.  Peak selection can be done graphically on the chromatogram.  You can click on the icon to define peaks, click at the start of the peaks, then click at the end of the peaks.  The peak table will come up, and you can name the peaks, and designate their concentrations.

2017-10-10_7-26-18

Save these changes to your method, and the software will now calculate the amounts of your unknowns based on your calibration table!

Chemstation Concepts Explained: File Structure

(Note: This only applies to revs of chemstation after B.02.01(?) all the way up to current revs of Openlab Chemstation.)

I thought I would make a series of blog posts centered around different Chemstation topics.

This post’s topic is file structure.

A common problem that arises from not knowing the file structure of Chemstation would be the analyst makes some integration or calibration changes, and those changes are saved to the method, but they appear to be lost the next time they run their samples.  “Chemstation is not saving my changes!”, one might shout out.

Chemstation uses the standard windows file structure to organize methods and other files.  These files can be found in C:\Chem32\1(or 2, 3, or 4)\(Methods, Sequences, or Data).  The three main folders that I want to discuss are:

Methods

Sequences

Data

The Methods folder is where your methods are stored.  A method is just a collection of setpoints that will be used during the analytical run.  So things like temperature, flow, length of the run, calibration info, etc.  These all get saved into a folder, that will have a .M at the end:

1.png
Sequences are saved in the Sequences folder.  A sequence is just a collection of methods that you can organize to have Chemstation run them one after the other.  This file ends with a .S.
2.png
The Data folder is where you can find all of your data signals, reports, a copy of your method, among other things.  This folder ends with a .D.
mydata
Now that you know the main file types, let’s talk about how Chemstation processes and manipulates these files.
When you create a sequence table, you tell Chemstation what methods you would like to run.  In Sequence Parameters, you tell Chemstation where you want to store your data:
sequence parameters
In this example, I will be storing my data in Chem32\2\data\test.
Sequence Container (or result set):
If you go to View then preferences in method and run control of an online session, you can find the following window:
unique folder creation
This information only applies if you have Unique Folder Creation ON.  What this will do is create a sequence container to put in your data folder, and it will name it according to your name pattern highlighted above.
When I go to run that sequence, as soon as I push the Start Sequence button, the software make a copy of the method you have stored in the Methods folder, and puts that copy in the sequence container.  It also copies your sequence file from your sequence folder.
From this point on, any changes you make will only be applied to the copy that was placed in the sequence container, in your data folder.  And they will NOT be applied to the original method and sequence files located in the Methods and Sequences folder.  The original method is referred to as the master method, and the copy placed in your sequence container is referred to as the sequence method.
So when you are analyzing your data in chemstation, if you look at the top of the screen, chemstation will let you know if you are using the master, or the sequence method.  This is indicated by the word sequence in parenthesis:
Use sequence method
There is also a drop down highlighted above that needs to be selected as well.
So now, if I want to change my integration parameters, or my calibration, or even my report settings, when I click on save method, it will only save to the sequence method.  When I go to run a new set of samples, chemstation will use the original master method, which hasn’t been affected by any of these changes.  In order for any changes to be made to your master method, and subsequent runs in the future, you need to tell chemstation to updated the master method with your changes.  This is acheieved by simply going to the Method menu item and selecting update master method.  Now any changes that have been made WILL be applied to future runs.
Really what I wanted to do here was talk about how the chemstation file structure can dramatically affect workflow.  If the user understands sequence vs master method, this can make things much easier!
Have any comments, questions, concerns?  Please leave a comment below, would love to hear your thoughts!

Can’t Communicate with my Instrument (GC or LC)!

2016-05-01_18-28-36

 

There’s nothing like  preparing your samples and starting chemstation, only to see “instrument offline”.  There are some basics that can be checked that may be the solution if you are having this problem.

IP addresses:

You always want to start here.  A 68/7890 GC, as well as 1100-1290 LCs use LAN communication for the most part.  The main idea being, is the ip address of the instrument and the ip address of the pc compatible?  You want the ip address to match up until the last set of numbers.  For example:  if the gc is 10.1.1.101, the pc needs to be 10.1.1.x.  If the LC is 192.168.254.11, the pc needs to be 192.168.254.x.  With “x” being any digit from 1 to 255.

How can I check the ip address of the GC?  This is pretty simple, on the majority of these GCs you can find out by hitting options, then communication on the gc front panel.  From here you can see what the address currently is, and you can also change it as well.

The LC is not as straight forward, but the default is 192.168.254.11.  You can also connect the gameboy to the module and view/edit the ip address.  If it’s not the default, and you are not sure what the address is, then you will have to go through a process of changing switches on the LAN card and setting it to default.  From there you can keep the default or change to a new address using Telnet.  I may write an article on that procedure in the future.

How can I check the ip address on the pc?  You can do this through the control panel of windows, then go to network and internet, then network connections.  You can see all your network connections on this screen.   Most people will have two connections, a “house” or company network, and a local area connection.  The local are connection is usually the one that is connected to the instrument.  Right-click on that connection, then double click on IPv4.  You will see a screen like this:

2

From here you can view and change the IP address.  Make sure to keep the subnet mask: 255.255.255.0.  Hit OK to save the changes.

After determining that the addresses are compatible, the next thing you want to do is ping the instrument.  To do this you need to launch the command prompt.  In Windows 7, click on the Start key for windows, in the search bar type CMD and hit enter.  In Windows XP, hit start, and select run, type CMD and hit enter.

Once in the command prompt type: ping 10.1.1.101 (or whatever the ip address of the instrument is).  You should get 4 replies back, 100% packets sent and received.  If not, then check that the cable from the pc to the insturment is connected and good, maybe try swapping it out.  If there is a switch or hub in between make sure that port is operational.  If there are 2 LAN cards on the pc, its possible that you are connecting to the wrong one, or changed the ip address on the wrong one.  Does the LAN card on both the pc and instrument show flashing LED lights on the port?  If not it may be a hardware problem with one of the cards.

 

Configuration: 

If pinging the instrument was successful, the last piece of the puzzle is ensuring the configuration in chemstation has the proper ip address for the instrument.  If you are using a classic version of chemstation (pre-Openlab), go to start, all programs, agilent chemstation, and launch the configuration editor.  From here you can view/edit the ip address of what chemstation thinks the instrument is configured to be.  In Openlab chemstation, launch the Openlab control panel, select your instrument on the left hand side, and click on configure instrument on the top of the screen.  From here you can view/edit the ip address of what Openlab is expecting your instrument to be configured to be.

 

 

I hope these basic steps of checking/pinging the ip address have been helpful.  Please leave a comment if you have any feedback or questions, thanks!

 

 

 

Forced Cold Restart on HPLC

Sometimes you might get strange errors on the HPLC modules.  This trick is called the forced cold restart, or factory reset.  Basically clears errors and resets set points on the module to the factory settings.  This is useful for strange oddball errors that may appear on the HPLC.  This works on many of the 1100 up to the 1260 modules.  On the back of the module, you will see a row of white dip switches, usually with the label CONFIG.  These switches are 1-8 starting from the left.

Take note of the exact arrangement of the switches currently, so that you can revert them back to the way they were when you are finished.  Turn off the module.  Make switches 1,2, and 8 up, and every other switch down.  Turn on the module for a few seconds, then turn it off.  Return switches to the original configuration.  Forced cold restart complete.

Clear GC local memory (6890,7890)

Sometimes the method stored on the actual GC, not the software, can become corrupt.  It may cause you to see strange, nonsensical errors.  In this case you may need to clear the local memory, and reset the GC to the default settings, while preserving the ip address and the configured inlets and detectors (things configured as AUX may need to be reconfigured).

To reset the memory, turn off the GC.  Hold the Clear button, turn on the GC while still holding the Clear button.  Continue to hold the clear button until the GC powers on completely.  Memory reset complete.

Extracting a Signal from Spectral Data

If you collected spectral data in your run and would like to extract a wavelength from that data, you can follow these steps below.

First, load your data file.  Next, select Spectra then Isoabsorbance plot.

1

On the upper left box on the screen you want to change Cursor to Signal.  Then select the wavelength you would like to extract.  In this example I chose wavelength 200.  You can also specify a reference signal and bandwidth as well if needed.

2

After selecting the desired signal, push copy at the bottom then hit ok.  You may get a pop-up message about temporary data, you can hit ok to that as well.  You will now see your chromatogram for the signal you extracted.

4

How to Build a Calibration Table in Chemstation (with screenshots)

This will be a quick tutorial on how to build a calibration table in Chemstation, with screenshots.  The first thing that you want to do is run your standards.  Most of the time you want to have 3 levels; low, medium, and high.  You want your compound of interest to have a concentration close to the mid-range level.  For example, if my samples will typically have a concentration of 50 ng/ul, then my standards could be 25, 50, and 75 ng/ul.  Some people might have five or more levels, others might just have one level.

Next step is integration, you want to be sure that your peaks of interest are all integrated, and you can filter for unwanted peaks (possible blog post about that process).

After running your standards, and integrating, the next step would be to select calibration, and new calibration table.

2015-09-18_20-28-43

I usually leave the settings with the default and hit ok.  Now, every single peak that was integrated earlier will show up on your calibration table.  Unwanted peaks can be removed by keeping zero as the amount.

2

You can tell the integrated peaks by the pink line beneath the peak and the retention time label above it.

3

At this point, when you click on each line, you can see which peak you are on and give it a name and an amount.  Again, the units for amount are totally customize able.  I had a post about this earlier.

4

After adding the amount, hit ok, and chemstation will delete line with zero amounts.

5

The peaks now have the name that you specified above them.  Load your level two calibration run, go to calibration and select Add Level.

6

Do the same thing this time, you’ll only have to add the amount for each peak with each subsequent level.  After adding all of your levels, you can look to the right of the calibration table and see the calibration curve, equation, and r value of each compound.

7

The calibration table is now complete.  Be sure to select the proper quantitative settings by going to report, then specify report.  For this type of calibration table you want to select ESTD based on area.

8

High Pressure in my HPLC!

Ok so no one wants to see the pressure on their HPLC higher than what it should be.  In my experience the number one cause of high pressure is a clog in the autosampler.  Followed by a clog in the purge valve frit, as the second highest cause of HPLC over pressure.  Luckily, there’s an easy way to diagnose whether or not there’s a clog in the autosampler.  This technique works on Agilent model HPLCs and Chemstation, not sure about other brands.

Turn the pump on, once you see the high pressure, right-click on the diagram of the autosampler.  Select the switch valve to bypass option (see below).  See if pressure drops immediately, if so change the needle and needle seat (or backflush).

bypass

Note: Older versions of chemstation will only have that option available in the diagnosis tab.  I may make a tutorial on the process in the future.

What if the pressure is still high?  Try removing the column from the flow path.  If that doesn’t help, try removing the autosampler from the flow path.  If that doesn’t work, try opening the purge valve.  If opening the purge valve does not decrease the pressure, try replacing the purge valve frit.

Pro Tip:  When installing a brand new column, make note of the pressure of the system.  This is what your pressure baseline is, and will be a good reference in the future when you are not sure if your pressure is where it should be.

Chemstation Calibration Units

Pro Tip: Chemstation does not look at the units when calculating amounts.

Example:

amt

As you can see the amounts is in ng/ul.  If I go to calibration–> calibration settings, I can choose any unit (or non unit for that matter) I like.

amt2

In this example I chose Aliens as my unit of choice.

amt3

As you can see, Chemstation willfully changes the units to that value.

Why is this important?  Many people think that Chemstation will convert units for you.  You can add a dilution or multiplication factor, but that will be used in the calculation of the amount regardless  of what units you choose.  Best practice would be to build your calibration table based on the units which you would like your results to be, so that by the time you print the report, you won’t need to convert any units.

Create a free website or blog at WordPress.com.

Up ↑