6
Complete LabVIEW-Controlled HPLC Lab: An Advanced Undergraduate Experience Douglas J. Beussman* and John P. Walters Department of Chemistry, St. Olaf College, 1520 St. Olaf Avenue, Northeld, Minnesota 55057, United States * S Supporting Information ABSTRACT: Virtually all modern chemical instrumentation is controlled by computers. While software packages are continually becoming easier to use, allowing for more researchers to utilize more complex instruments, conveying some level of under- standing as to how computers and instruments communicate is still an important part of the undergraduate curriculum. Understanding how digital and analog signals are used to allow the smooth operation of an instrument allows the user to better understand the possible sources or problems when instruments stop working optimally. The experiment presented here allows students to investigate the communication between the computer and a high-performance liquid chromatography (HPLC) system by allowing them to construct a LabVIEW-based control program. Student understanding of instrument control is reinforced by having them control pump speed, detector zeroing, and a solvent recycling valve while also monitoring the injection port status and the detector output. Students gain an understanding of the HPLC process by incorporating all of the instrument tasks into their control software and then use their system to analyze a mixture of ve small organic molecules, thereby gaining insight into the chemical concepts underlying HPLC separations. KEYWORDS: Upper-Division Undergraduate, Analytical Chemistry, Laboratory Instruction, Hands-On Learning/Manipulatives, Inquiry-Based/Discovery Learning, Chromatography, HPLC, Instrumental Methods, Laboratory Computing/Interfacing INTRODUCTION Computer-controlled instrumentation is a crucial aspect of all areas of chemistry. While instruments are becoming easier to use, a fundamental understanding of the principles behind their operation is still important. Knowing how an instrument functions allows the user to recognize when it is not performing correctly and can guide the troubleshooting process. Addition- ally, it allows the user to understand what parameters should be changed, and in what fashion, in order to eect a desired change or create a new method. Laboratory experiments that allow students to have hands-on access to chemical instrumentation are critical in order to build this understanding. Allowing students to build their own methods or construct their own instruments or create an instrument control program provides examples of more advanced laboratory activities that allow for a deeper understanding of the instrumentation than is often obtained by simply using an instrument with a preset method for the analysis of a given sample. Even though most users do not need to design their own software to control chemical instrumentation, doing so in a teaching setting is an excellent way for students to learn about not only the instrument hardware, but also how the various components work together to form the entire instrument. One way that instrument control has been taught in undergraduate laboratories is through the use of the LabVIEW software platform by creating a virtual instrument (VI). 1 LabVIEW has been used to simulate laboratory experiments via computer. 2-5 It has also been incorporated into the undergraduate laboratory where it has been used for data acquisition for dierential thermal analysis 6 as well as gas chromatography, calorimetry, and emission spectroscopy. 7 Experiments have been designed that use LabVIEW to control a cyclic voltammetry instrument, 8 a sequential injection analyzer, 9 a uorimeter, 10 and a photometer. 11 Separations are an important part of many chemical processes. High-performance liquid chromatography (HPLC) is a major analytical tool used for a wide range of sample types. A variety of previous teaching lab experiments have been developed that utilize HPLC for both qualitative and quantitative analyses. These include the analysis of various foods, 12,13 pharmaceuticals, 14-16 and beverages. 17-19 Two previous examples of coupling HPLC and LabVIEW have been reported. In one paper, LabVIEW was used to create a pulsed amperometric detection waveform and collect the resulting data. 20 Aside from the detector, there was no LabVIEW control of other aspects of the HPLC system. The Received: January 17, 2017 Revised: July 19, 2017 Published: September 7, 2017 Laboratory Experiment pubs.acs.org/jchemeduc © 2017 American Chemical Society and Division of Chemical Education, Inc. 1527 DOI: 10.1021/acs.jchemed.7b00041 J. Chem. Educ. 2017, 94, 1527-1532

Complete LabVIEW-Controlled HPLC Lab: An Advanced

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Complete LabVIEW-Controlled HPLC Lab: An Advanced

Complete LabVIEW-Controlled HPLC Lab: An AdvancedUndergraduate ExperienceDouglas J. Beussman* and John P. Walters

Department of Chemistry, St. Olaf College, 1520 St. Olaf Avenue, Northfield, Minnesota 55057, United States

*S Supporting Information

ABSTRACT: Virtually all modern chemical instrumentation iscontrolled by computers. While software packages are continuallybecoming easier to use, allowing for more researchers to utilizemore complex instruments, conveying some level of under-standing as to how computers and instruments communicate isstill an important part of the undergraduate curriculum.Understanding how digital and analog signals are used to allowthe smooth operation of an instrument allows the user to betterunderstand the possible sources or problems when instrumentsstop working optimally. The experiment presented here allowsstudents to investigate the communication between the computerand a high-performance liquid chromatography (HPLC) systemby allowing them to construct a LabVIEW-based control program.Student understanding of instrument control is reinforced byhaving them control pump speed, detector zeroing, and a solvent recycling valve while also monitoring the injection port statusand the detector output. Students gain an understanding of the HPLC process by incorporating all of the instrument tasks intotheir control software and then use their system to analyze a mixture of five small organic molecules, thereby gaining insight intothe chemical concepts underlying HPLC separations.

KEYWORDS: Upper-Division Undergraduate, Analytical Chemistry, Laboratory Instruction, Hands-On Learning/Manipulatives,Inquiry-Based/Discovery Learning, Chromatography, HPLC, Instrumental Methods, Laboratory Computing/Interfacing

■ INTRODUCTION

Computer-controlled instrumentation is a crucial aspect of allareas of chemistry. While instruments are becoming easier touse, a fundamental understanding of the principles behind theiroperation is still important. Knowing how an instrumentfunctions allows the user to recognize when it is not performingcorrectly and can guide the troubleshooting process. Addition-ally, it allows the user to understand what parameters should bechanged, and in what fashion, in order to effect a desiredchange or create a new method. Laboratory experiments thatallow students to have hands-on access to chemicalinstrumentation are critical in order to build this understanding.Allowing students to build their own methods or constructtheir own instruments or create an instrument control programprovides examples of more advanced laboratory activities thatallow for a deeper understanding of the instrumentation than isoften obtained by simply using an instrument with a presetmethod for the analysis of a given sample.Even though most users do not need to design their own

software to control chemical instrumentation, doing so in ateaching setting is an excellent way for students to learn aboutnot only the instrument hardware, but also how the variouscomponents work together to form the entire instrument. Oneway that instrument control has been taught in undergraduatelaboratories is through the use of the LabVIEW software

platform by creating a virtual instrument (VI).1 LabVIEW hasbeen used to simulate laboratory experiments via computer.2−5

It has also been incorporated into the undergraduate laboratorywhere it has been used for data acquisition for differentialthermal analysis6 as well as gas chromatography, calorimetry,and emission spectroscopy.7 Experiments have been designedthat use LabVIEW to control a cyclic voltammetry instrument,8

a sequential injection analyzer,9 a fluorimeter,10 and aphotometer.11

Separations are an important part of many chemicalprocesses. High-performance liquid chromatography (HPLC)is a major analytical tool used for a wide range of sample types.A variety of previous teaching lab experiments have beendeveloped that utilize HPLC for both qualitative andquantitative analyses. These include the analysis of variousfoods,12,13 pharmaceuticals,14−16 and beverages.17−19

Two previous examples of coupling HPLC and LabVIEWhave been reported. In one paper, LabVIEW was used to createa pulsed amperometric detection waveform and collect theresulting data.20 Aside from the detector, there was noLabVIEW control of other aspects of the HPLC system. The

Received: January 17, 2017Revised: July 19, 2017Published: September 7, 2017

Laboratory Experiment

pubs.acs.org/jchemeduc

© 2017 American Chemical Society andDivision of Chemical Education, Inc. 1527 DOI: 10.1021/acs.jchemed.7b00041

J. Chem. Educ. 2017, 94, 1527−1532

Page 2: Complete LabVIEW-Controlled HPLC Lab: An Advanced

other experiment describes a LabVIEW-controlled HPLCsystem where LabVIEW is used to monitor the signal fromthe detector, control a fraction collector, and control thepump.21 LabVIEW was used to control both the pump speedand the formation of a linear gradient.The experiment presented here expands on the previous

descriptions of LabVIEW-based HPLC systems by incorporat-ing a detector autozero, setting how long data will be collected(essentially defining the length of the chromatogram), allowingthe injection port valve to trigger the start of data collection,and adding a solvent recycling system. In addition, this paperuses the newer DAQ Assistant LabVIEW sub-VIs rather thanthe legacy Ni-DAQ sub-VIs, allowing current NationalInstruments hardware to be used.Finally, the experiment described here includes an HPLC

separation of up to five components that can be incorporatedinto the lab to allow students to use the LabVIEW control VIsthat they have created. Mixtures containing various combina-tions of bisphenol A, n-butylbenzene, ethylbenzene, toluene,and p-xylene are presented to the students once they have afunctioning HPLC system for them to analyze and qualitativelydetermine the mixture components. Quantitative measure-ments could be made as well if standards of knownconcentration were provided, but that is not the focus of theexperiment presented here.

■ EXPERIMENTAL PROCEDURESThe HPLC used in this experiment was purchased fromChromTech (Apple Valley, MN) and consists of an ISO-2000isocratic pump, a Rheodyne 7725I manual injector with aninternal microswitch contact, a 20 μL sample loop, and a DVW-10 variable wavelength UV−vis detector. In addition, a Cole-Parmer 12 V three-way valve was added to the standard HPLCsystem. The valve is controlled by a 12 V signal that is itselfcontrolled with a solid-state relay.The added valve allows the mobile phase (solvent) to be

recycled back to the reservoir when no sample is flowingthrough the system. Most HPLC systems have mobile phaseflowing constantly with all of the liquid going directly to a wastecontainer. If an autosampler is being used such that there islittle time between analyses, this is not overly wasteful.However, if some time is going to be allowed to pass betweenthe end of one analysis and the start of the next, due to samplepreparation time for example, then the mobile phase flowingbetween runs is completely wasted and needlessly adds to thechemical waste of the experiment. The three-way valve added inthe HPLC system described here allows for the mobile phase tobe sent back to the reservoir during this delay between run,thus reducing the amount of mobile phase sent to the wastecontainer and making the experiment more “green”. While it istrue that mobile phase passing through the column, even whenno sample has been introduced, can elute off compounds stilladsorbed to the stationary phase, the amount of material elutedoff is normally quite minimal and thus does not significantlycontribute to mobile phase contamination. This can beconfirmed by observing no noticeable increase in thebackground signal over time even when mobile phase isbeing recycled.Other HPLC systems could be used as long as they support

output monitoring and external control for at least some pumpand detector functions. If not all functions described in thisexperiment are available, the instructor can modify the scope ofthe experiment to remove student control of those functions.

Detailed pictures of the instrument and the connectionsdescribed here are presented in the online SupportingInformation.Two National Instrument data acquisition boards are used to

monitor and control various HPLC functions. A PCI-6503digital I/O (DIO) card is used to monitor the status of theinjection port microswitch and to control the three-wayrecycling valve. A PCIe-6341 Multiple I/O (MIO) card isused to turn the pump on and off, set the pump flow rate, zerothe detector, and monitor the detector output. To save timeand allow the entire experiment to be completed in one 4 h labperiod, the connections between the HPLC and the I/O cardsare made by the instructor before the students start lab. Theseconnections could be made by the students if so desired, butthis would either require the removal of some other aspect ofthe experiment, or a two-session lab experiment. An examplediagram of the HPLC system and computer connections isshown in Figure 1.

Students are told which color wires correspond to whichHPLC function, but they have to decide if these functions aredigital or analog signals and if they are input or output signals.On the basis of the wire colors, they can trace each wire pair tothe connections to determine which I/O card channel or line isconnected to which HPLC function. This knowledge is crucialwhen they begin to build the LabVIEW VI that will control theHPLC. Currently, LabVIEW 2015 is used for this experiment,but several previous versions of LabVIEW have been used inthe past. Any version of LabVIEW capable of controlling thetwo I/O cards should be adequate. One student example of aworking LabVIEW VI, along with a description of how itoperates, is shown in the online Supporting Information.Once the LabVIEW control and acquisition program has

been completed, the functional HPLC system can be tested.The mobile phase consists of 75% methanol/25% water thathas been filtered and degassed with a flow rate of 1.0 mL/min.The detector is set to 254 nm since all analytes used in thisexperiment are aromatic. Instructors can choose other analyteswhich might require a different wavelength to be monitored.Students are instructed to inject 30−40 μL of sample, to ensure

Figure 1. HPLC system showing MIO and DIO computerconnections.

Journal of Chemical Education Laboratory Experiment

DOI: 10.1021/acs.jchemed.7b00041J. Chem. Educ. 2017, 94, 1527−1532

1528

Page 3: Complete LabVIEW-Controlled HPLC Lab: An Advanced

that the entire 20 μL sample loop is full. Excess volume iscollected in a waste container. The column used in thisexperiment is a PerkinElmer Pecosphere 33 mm long C18column with an internal diameter of 4.6 mm containing 3 μmparticles. This short column provides relatively good separationof the five analytes, with only two compounds not fullyresolved, while allowing for the entire separation to becompleted in approximately 5 min. Longer columns could beused to provide better separation, but this will also increase theseparation time or require faster flow rates.By having the connections already made for the students, and

by using a short HPLC column, the students complete theentire experiment in a single 4 h lab period. Students typicallyspend about 3 h working and testing their LabVIEW VIs, withthe final hour spent analyzing the individual analytes and theinstructor-prepared mixtures. Each lab section is capped at fourstudents, and with four HPLC systems, each student is allowedto work independently on their LabVIEW control VI. Whilethis is ideal from a pedagogical standpoint, it may be impracticalfor courses with larger enrollments or for institutions that donot have four HPLC systems. Students could work in pairs toallow more students in each lab section, but this would severelylimit the pedagogical outcomes as it is difficult for two studentsto simultaneously build a LabVIEW VI. One option would beto have one student focus on the LabVIEW VI, while anotherstudent makes the wire connections between the HPLC andthe National Instrument cards. If quantitative analysis wereadded, one student could be tasked with making a series ofstandards of known concentration as well.

■ HAZARDS

There are no hazards associated with the LabVIEW VI creation,but once the HPLC is to be turned on and mobile phasepumped through the system, gloves and goggles should beworn. Methanol, butylbenzene, ethylbenzene, toluene, and p-xylene are flammable, so care should be taken to keep heat andflames away. Bisphenol A, ethylbenzene, toluene, and p-xylene

are toxic so care should be taken to avoid exposure, and allwaste should be collected and disposed of appropriately. Ablunt-end syringe is used, but care should still be taken to avoidpuncturing gloves or skin with the syringe.

■ RESULTS AND DISCUSSION

Students have used LabVIEW in several lab experiments priorto the one described here. They have spent several weekslearning how to create VIs using LabVIEW both in other labexperiments as well as in out of lab exercises. While they stillrequire some help in their VI development, by this point in thesemester they are fairly adept at using LabVIEW for digital andanalog I/O.After a brief introduction to the HPLC hardware, students

start determining which wires are connected to which terminalson the National Instruments cards. The students are told whichcolored wires correspond to which HPLC functions, so oncethey determine how the wires are connected to the boards, theycan establish which channels or lines are related to whichHPLC function. For the example connections shown in TableS1, the three-way recycling valve is connected to the DIO cardline 1 (used as an output), and the injection port microswitch isconnected to the DIO card line 2 (used as an input). The pumpon/off control is connected to the MIO card’s digital I/O line 1(used as an output) while the pump flow rate is controlledthrough the MIO card’s analog output line 1. The detector’sautozero function is connected to the MIO card’s digital I/Oline 2 (used as an output) while the detector signal isconnected to the MIO card’s analog differential input lines 1−2. Diagrams of the connections between the computer and theHPLC system are given in the online Supporting Information.Once students have determined all of the connections, they

begin constructing their HPLC control VIs in LabVIEW. Theyneed to set the recycling valve to recycle the mobile phase sothat solvent is recycled when the instrument is turned on andremains so until a sample is injected onto the column. This isaccomplished by sending a 0 V signal from the DIO board to a

Figure 2. Portion of LabVIEW virtual instrument (VI) demonstrating how to turn the pump on, set the pump flow rate, and monitor the status ofthe injection port valve. LabVIEW images used with permission. Copyright 2014 National Instruments.

Journal of Chemical Education Laboratory Experiment

DOI: 10.1021/acs.jchemed.7b00041J. Chem. Educ. 2017, 94, 1527−1532

1529

Page 4: Complete LabVIEW-Controlled HPLC Lab: An Advanced

Figure 3. Portion of LabVIEW VI demonstrating collection and saving of data. LabVIEW images used with permission. Copyright 2014 NationalInstruments.

Figure 4. Example front panel for HPLC control VI. LabVIEW images used with permission. Copyright 2014 National Instruments.

Journal of Chemical Education Laboratory Experiment

DOI: 10.1021/acs.jchemed.7b00041J. Chem. Educ. 2017, 94, 1527−1532

1530

Page 5: Complete LabVIEW-Controlled HPLC Lab: An Advanced

solid-state relay, which opens the relay, sending 0 V to thethree-way valve causing it to be in its default state. They alsoneed to turn on the pump, set a flow rate, and monitor thestatus of the injection port microswitch, as shown in Figure 2,an example of a student-created LabVIEW VI (more details areprovided in the online Supporting Information). Thismonitoring is accomplished by using a While Loop in theLabVIEW VI that continuously monitors the microswitch stateuntil the injection port is moved from the load to the injectposition. Once the sample has been injected onto the column,the state of the microswitch will change, allowing the LabVIEWVI to move past the While Loop. Students use this state changeto autozero the detector, and begin collecting data points, asshown in Figure 3.The recycling valve is also switched to allow solvent to flow

to the waste container so that the sample does not contaminatethe mobile phase reservoir. They build a real-time chart todisplay the active chromatogram on the front panel display andsave the data into a spreadsheet file. By setting the number ofpoints collected, and the time between data point collection,the total time of the chromatogram is established. Once theanalysis is complete, the recycling valve is changed back to sendthe mobile phase back to the solvent reservoir until the nextanalysis is started. This eliminates mobile phase being sent towaste between injections.An example of a student front panel is shown in Figure 4.

This panel allowed the student to turn the pump on or off, set aflow rate, set the number of data points and the time betweendata points, control if the detector was autozeroed at thebeginning of the analysis or not, and control if the data wassaved or not and if so what the file was called. It also containeda running chromatogram as well as a final smoothedchromatogram that was displayed once all data had beencollected.Once the students have a working HPLC control VI, they are

asked to analyze an unknown mixture and determine whichcompounds it contains from a set of four or five possibilities.They are given the unknown mixture, and standard samples ofeach possible component. The five components used arebisphenol A, n-butylbenzene, ethylbenzene, toluene, and p-xylene. Students are first asked to predict the order of retentionbased on the chemical structures and how they think each willinteract with the C18 stationary phase. They then inject eachstandard. Some students just record the retention time for each

standard and then for the components of the unknown and usethese observations to determine which compounds are in theirunknown sample, but most students save a data file for eachstandard so that they can overlay each standard along with theunknown chromatogram and visually determine whichcomponents are in their unknown. They can open their datafiles in Microsoft Excel and create an overlay plot and use thisto identify the component(s) in their unknown sample. Anoverlaid chromatogram of all five components is shown inFigure 5.

■ STUDENT OUTCOMES

The act of creating a LabVIEW VI to control the HPLCrequires more than just knowledge of LabVIEW programming.Students must understand what each component in the HPLCdoes in order to decide what parameters they need to controland an appropriate range for the values. They need tounderstand how each component works with each other andthe order of events in a separation in order to compile achronological order for their control programs. For example,they need to understand that when the injection port valve isswitched from the “load” to the “inject” position, the sample issent to the column and the state of the microswitch changes.They must recognize that, once this happens, the recyclingvalve should send mobile phase to waste, and data should becollected from the detector. Without a fundamental under-standing of the hardware, no control program can beconstructed.This experiment has been offered annually for over 20 years,

although the HPLC hardware and LabVIEW versions havechanged over that time. Each year 4−15 students havecompleted this experiment. Each student works independentlyon their own VI with their own HPLC system in order tomaximize their exposure to the instrument and allow them tocreate their own control VI. The ability of each student tocreate a functioning HPLC control VI is itself an achievement,with virtually every student completing a working VI by the endof the lab period. Over 90% of the students analyze theirunknown sample and correctly identify the components in theirmixture. By having to think about each component of theoverall HPLC instrument, they also gain a deeper under-standing of the instrument. This is demonstrated in part bystudents collectively getting over 80% of the HPLC questionson the Standardized ACS Instrumental Analysis exam correct

Figure 5. Student collected HPLC data of all five compounds.

Journal of Chemical Education Laboratory Experiment

DOI: 10.1021/acs.jchemed.7b00041J. Chem. Educ. 2017, 94, 1527−1532

1531

Page 6: Complete LabVIEW-Controlled HPLC Lab: An Advanced

over the past five years, although HPLC is also discussed in thelecture portion of the class making it impossible to determinethe true impact of the lecture versus the lab experience onstudent learning.

■ CONCLUSIONSThe experiment presented here allows students to use theLabVIEW instrument interface language to build an inclusivecontrol program for an HPLC instrument. This allows them toinvestigate both digital and analog signals used as both inputsand outputs from the HPLC. In addition to a fairly advancedLabVIEW instrument control application, students also arerequired to develop an in-depth understanding of how theHPLC system works. They need to understand that variousaspects of the HPLC system (i.e., pump speed, detector signal,start trigger, detector zeroing, etc.) in order to know how tocontrol or monitor each aspect of the experiment. They are alsoable to reinforce the advantages of employing green chemistrymethods by incorporating the solvent recycling valve, therebyreducing the amount of mobile phase needed instead ofdiscarding 100% of the mobile phase during the lab period.While a specific HPLC system was used for the LabVIEW VIdescribed here, many other HPLC systems could be usedallowing this experiment to be replicated, although certainparameters might not be available to be controlled ormonitored in all systems.

■ ASSOCIATED CONTENT*S Supporting Information

The Supporting Information is available on the ACSPublications website at DOI: 10.1021/acs.jchemed.7b00041.

Copy of the student handout, instructor notes that maybe helpful for others interested in adopting a similarexperiment in their curriculum, and copies of student-built LabVIEW VI front and back panels (PDF, DOCX)

■ AUTHOR INFORMATIONCorresponding Author

*E-mail: [email protected]

Douglas J. Beussman: 0000-0002-5366-6960Notes

The authors declare no competing financial interest.

■ REFERENCES(1) LabVIEW home page http://www.ni.com/labview/ (accessedMay 2017).(2) Belletti, A.; Borromei, R.; Ingletto, G. Teaching PhysicalChemistry Experiments with a Computer Simulation by LABVIEW.J. Chem. Educ. 2006, 83 (9), 1353−1355.(3) Belletti, A.; Borromei, R.; Ingletto, G. EQVAPSIM: A Vapor-Liquid Equilibria of Binary Systems Computer Simulation byLabVIEW. J. Chem. Educ. 2008, 85 (6), 879.(4) Marty, M. T.; Beussman, D. J. Simulating a Time-of-Flight MassSpectrometer: A LabVIEW Exercise. J. Chem. Educ. 2013, 90 (2),239−243.(5) George, D. J.; Hammer, N. I. Studying the Binomial DistributionUsing LabVIEW. J. Chem. Educ. 2015, 92 (2), 389−394.(6) Martinez, L. M.; Videa, M.; Mederos, F.; Mesquita, J.Constructing a High-Sensitivity, Computer-Interfaced, DifferentialThermal Analysis Device for Teaching and Research. J. Chem. Educ.2007, 84 (7), 1222−1223.

(7) Muyskens, M. A.; Glass, S. V.; Wietsma, T. W.; Gray, T. M. DataAcquisition in the Chemistry Laboratory using LabVIEW Software. J.Chem. Educ. 1996, 73 (12), 1112−1114.(8) Gostowski, R. Teaching Analytical Instrument Design withLabVIEW. J. Chem. Educ. 1996, 73 (12), 1103−1107.(9) Economou, A.; Tzanavaras, P. D.; Themelis, D. G. Sequential-Injection Analysis: Principles, Instrument Construction, and Demon-stration by a Simple Experiment. J. Chem. Educ. 2005, 82 (12), 1820−1822.(10) Algar, W. R.; Massey, M.; Krull, U. J. Assembly of a ModularFluorimeter and Associated Soaftware: Using LabVIEW in anAdvanced Undergraduate Analytical Chemistry Laboratory. J. Chem.Educ. 2009, 86 (1), 68−71.(11) Wang, J. J.; Rodriguez Nunez, J. R.; Maxwell, E. J.; Algar, W. R.Build Your Own Photometer: A Guided-Inquiry Experiment toIntroduce Analytical Instrumentation. J. Chem. Educ. 2016, 93 (1),166−171.(12) O’Shea, S. K.; Von Riesen, D. D.; Rossi, L. L. Isolation andAnalysis of Essential Oils from Spices. J. Chem. Educ. 2012, 89 (5),665−668.(13) Stitzel, S. E.; Sours, R. E. High-Performance LiquidChromatography Analysis of Single-Origin Chocolates for Methyl-xanthine Composition and Provenance Determination. J. Chem. Educ.2013, 90 (9), 1227−1230.(14) Ferguson, G. K. Quantitative HPLC Analysis of a Psychother-apeutic Medication: Simultaneous Determination of AmitriptyleneHydrochloride and Perphenazine. J. Chem. Educ. 1998, 75 (12), 1615−1618.(15) Beussman, D. J. The Mysterious Death: An HPLC LabExperiment. J. Chem. Educ. 2007, 84 (11), 1809−1812.(16) Chan, W. F.; Lin, C. W. High-Pressure Liquid Chromatography:Quantitative Analysis of Chinese Herbal Medicine. J. Chem. Educ.2007, 84 (12), 1982−1984.(17) Bidlingmeyer, B. A.; Schmitz, S. The Analysis of ArtificialSweeteners and Additives in Beverages by HPLC − An UndergraduateExperiment. J. Chem. Educ. 1991, 68 (8), A195.(18) Orth, D. L. HPLC Determination of Taurine in Sports Drinks. J.Chem. Educ. 2001, 78 (6), 791−792.(19) Leacock, R. E.; Stankus, J. J.; Davis, J. M. SimultaneousDetermination of Caffeine and Vitamin B6 in Energy Drinks by High-Performance Liquid Chromatography (HPLC). J. Chem. Educ. 2011,88 (2), 232−234.(20) Jensen, M. B. Integrating HPLC and Electrochemistry: ALabVIEW-Based Pulsed Amperometric Detection System. J. Chem.Educ. 2002, 79 (3), 345−348.(21) Smith, E. T.; Hill, M. Constructing a LabVIEW-ControlledHigh-Performance Liquid Chromatography (HPLC) System: AnUndergraduate Instrumental Methods Exercise. J. Chem. Educ. 2011,88 (3), 317−318.

Journal of Chemical Education Laboratory Experiment

DOI: 10.1021/acs.jchemed.7b00041J. Chem. Educ. 2017, 94, 1527−1532

1532