Creating and Modifying Programs
Creating a Program Example

A Program for a 20-minute chromatogram (flow rate: 1 ml/min, components: A (60%) and B (40%), signals: UV_VIS_1 (256 nm), UV_VIS_2 (300 nm), and 3D field: recorded in the 200 to 360 nm range at a step of 0.5 seconds) could have the following appearance:

 

-10.000 Lamp=On

 Pressure.LowerLimit =  5

 Pressure.UpperLimit =  250

 %A.Equate =  "%A"

 %B.Equate =  "%B"

 %C.Equate =  "%C"

 

 3DFIELD.MaxWavelength =  360.0

 3DFIELD.MinWavelength =  200.0

 3DFIELD.BunchWidth =  1.9

 3DFIELD.Step =  0.5

 3DFIELD.RefWavelength =  600.0

 3DFIELD.RefBandwidth =  1.9

 

 UV_VIS_1.Wavelength =  256

 UV_VIS_1.Bandwidth =  1

 UV_VIS_1.Step =  2

 UV_VIS_1.Average =  On

 UV_VIS_1.RefWavelength =  600

 UV_VIS_1.RefBandwidth =  1

 

 UV_VIS_2.Wavelength =  300

 UV_VIS_2.Bandwidth =  1

 UV_VIS_2.Step =  2

 UV_VIS_2.Average =  On

 UV_VIS_2.RefWavelength =  600

 UV_VIS_2.RefBandwidth =  1

 

 Flow = 1.000

 %B = 60

 

0.000   UV.Autozero

 Inject

 3DFIELD.AcqOn

 UV_VIS_1.AcqOn

 UV_VIS_2.AcqOn

 

20.000  3DFIELD.AcqOff

 UV_VIS_1.AcqOff

 UV_VIS_2.AcqOff

 

 End

 

 Notes:

For special program examples, refer to How to …: Creating and Modifying Programs:

 Creating an Equilibration Program

 Creating a Shutdown Program

 Specifying an Emergency Program

 Creating a Power Failure Program

 Creating a Tandem Program (including Bypass Mode)

 Program with Variable Run Time