

- #Agilent chemstation report template how to
- #Agilent chemstation report template manuals
- #Agilent chemstation report template update
- #Agilent chemstation report template code
So everytime the bageeblank.m method is run, the method.ini file will be overwritten with whatever datafile is written and should update the blank file accordingly?


The line below will be put into the macro for the sample report that will be called from the deuser.mac file in the method for the sample (bagee.m) right as you described some posts above? ScaleY= GETINISTRING$(inifile$,inisect$,"YMax") Inifile$=_METHPATH$+_METHFILE$+"\method.ini"īackgnd_File$ = GETINISTRING$(inifile$,inisect$,"DataFile")īackgnd_Path$ = GETINISTRING$(inifile$,inisect$,"DataPath") Local inifile$,inisect$,I,Backgnd_File$,Backgnd_Path$,ScaleY
#Agilent chemstation report template code
The code below will be put into a macro that is called from the deuser.mac file in the method for the blank ("bageeblank.m") right? I just want to make this clear so I don't bug you guys anymore. Symboldump will help you identify where the variables are stored. You may also want to include code that will make both TICs to be the same scale by comparing the Ymax values. ini file information), and repeat ( obviously put information in different spots on the page) Winprint 3,wx,wy,width,length,labelsĤ) now load the blank data file (using the. Strprint " Date : " + _dateacquired$, 2,3 Strprint " Data Path : " + _dataPath$,2,2 Strprint " Vial: " + val$(_ALSBOTTLE),62,1 Strprint " Data File : " + _dataFile$,2,1 Strprint " Sample ID : " + _dataname$, 2,0 ini fileĢ) If sample is a Sample, then start the macro to create a You need to write your own macro, and call that macro from Deuser.macġ) If sample is a blank, then store datafile name in an. The stack will get cleared every time Chemstation is opened. Is there also a way to save a custom header for the blank and then recall it to print with the samples? I know Agilent has a built in header but how can I modify it? The method for the blank is exactly the same as the method for the samples, I just had to rename the method (and modify its deuser.mac) so the blank can be saved into variable R0 and the samples can be saved in R5. Is it even possible to save a chromatogram into a variable such as R0 then recall it later to print with another chromatogram R5 during an actual run?īasically want the blank TIC to print with every sample TIC that runs after it. I've gotten it basically to work, but it only works in the data analysis program (offline) when running the method and not when I actually run the methods through online. After the sample runs, I want the blank chromatogram and sample chromatogram to print on the same page with both their sample header info and peaks integrated. I'm trying to get two chromatograms to print out on 1 page with all their peaks and header info.īasically I want the blank to run, then it saves into a variable R0, then the sample runs and chromatogram saves into variable R5 (These variables are defined in the deuser.mac file for each method).
#Agilent chemstation report template how to
There is certainly a better way to do this I just don’t know how to do it.Hope anyone can help as my whole organization of 80 or so people is counting on me. Currently I have to extract all of this manually on each chromatogram or cut down a forest to print a bunch of reports. Specifically what I want to do is create two reports, one to summarize the batch results and one to report on one page the following: UV chromatogram, % area main peak, peak purity results (both UV and MS) and mass/charge ration (m/z) of most abundant ion.

I can’t be the only person frustrated with extracting data and results from ChemStation! Anyone here a ChemStation guru or know of a forum/BB/use group that would be helpful. So, what I’m looking for is a ChemStation user group or forum where I could ask questions or share report template files. Agilent would be happy to train me on the finer details if only I’d fly down to Georgia and spend a week or two with them – can’t pay for that right now.
#Agilent chemstation report template manuals
ChemStation is rather different and the manuals and online tutorials are only useful for simple introductory tasks (I have learned from the tutorial how to run the LC, acquire and manipulate data) but not for more complex issues like creating custom report formats or macros. My prior experience was either with Waters’ Millennium or Beckman’s PeakPro software. I have started a new job where we use Agilent’s ChemStation (ver. Agilent ChemStation Custom Reports – HELP!
