Page 1 of 1
agilent 1100 chemstation DAD
Posted: Tue Nov 20, 2007 5:06 am
by creageng
anyone can help to tell me how to export all the raw data (every uv absorsance for every wave length) acquired by DAD
THANK YOU IN ADVANCE.
creageng
Posted: Tue Nov 20, 2007 6:11 am
by khw
I think this can be done by using a macro. I have to check, either there is a function available like 'exportspectrum' for library spectra or you have to define an array and read the data from the register. When I am again at the machine, I can look which register has the UV data.
Posted: Tue Nov 20, 2007 1:08 pm
by creageng
thank you. Pls do tell me when you got any infor. I really appreciated.
Posted: Tue Nov 20, 2007 9:54 pm
by attila01
I think you can export to CSV simply just using the "Export File" submenu in the "File" menu.
Open the wished result then select the File->Export file. Select the CSV format, Then in the popup window, select the signal, the path. Then will be an other popup window where you can chose a signal (a wavelwnght) to convert. If you have more than one signal, repeat ...
I hope i could help.
Posted: Tue Nov 20, 2007 10:17 pm
by attila01
I forgot all this is in the "Data Analysis" view.
A
Posted: Thu Nov 22, 2007 6:14 am
by khw
ok, I had a look. __All__ the raw data are in the SpecReg register. With the macro command LoadSpectra they can be copied to another array where you can loop over both the wavelengths and the retention times to write them to a file of your own. If you are experienced with the Agilent (or more correct, the old HP) macros, this will be a matter of an hour. How urgent do you need this array?
Posted: Thu Nov 22, 2007 3:13 pm
by creageng
oh.boy, I have little experience of it. Thank you anyway.