-
- Posts: 17
- Joined: Wed Nov 02, 2016 2:11 am
I'm trying to get two chromatograms to print out on 1 page with all their peaks and header info.
Basically 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). 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'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.
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?
Basically want the blank TIC to print with every sample TIC that runs after 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 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?