Page 1 of 1
Loop sequences
Posted: Fri Oct 28, 2011 4:22 pm
by ChromRalf
Hello,
for an online analysis I'd like to run a given Clarity sequence in a loop until the sequence is stopped by the user.
Is there any option available to do this?
Best regards
Re: Loop sequences
Posted: Tue Nov 01, 2011 7:33 pm
by Ivan Vins
Dear Ralf,
this could be achieved by the command line parameter to start sequence again, sent from the last sequence line.
In the Sequence table use the Setup columns to show columns Run program, Program to Run, Parameters
On last sequence line (which should not define multiple injections) check the Run Program, set Clarity.exe (including path) as Program to Run and the run_seq=1 (for first instrument) as a parameter.
Ensure the parameter in User options "Warn before runnig already already measured sequence" is not checked.
The option Send Method to Instrument in Instrument Method Sending (System Configuration, red arrow icon in right lower corner) should be selected.
Chromatogram file name should be set by %variables to provide unique name for each chromatogram.
Such sequence will run repeatedly, until interrupted. The Audit Trail options should be probably disabled to prevent the sequence size grow due to audit trail entries. As there are some obligatory, using the Save As to make a copy from time to time will be strongly recomended.