Revision history [back]
click to hide/show revision 1
initial version

posted Nov 11 '10 at 16:54

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Line 38 in the file `nmr/lists/pp/noesyphpr` contains this: d11 mc #0 to 2 F1PH(ip1 & ip29, id0) The `id0` bit instructs the pulse programmer to increment the `d0` for each new experiment. If you make that line look like: d11 mc #0 to 2 F1PH(ip1 & ip29) Then there will be no incrementation, but you should copy the file to some other name before editing it and type in the command line: pulprog You might also look into setting up an `au` (automation) program to run a kinetic experiment, if that's what your goal is.
click to hide/show revision 2
No.1 Revision

posted Nov 11 '10 at 16:55

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Line 38 in the file nmr/lists/pp/noesyphpr contains this:

d11 mc #0 to 2 F1PH(ip1 & ip29, id0)

The id0 bit instructs the pulse programmer to increment the d0 for each new experiment. If you make that line look like:

d11 mc #0 to 2 F1PH(ip1 & ip29)
2

Then there will be no incrementation, but you should copy the file to some other name before editing it and type in the command line:

pulprog <the_new_pulseprogram_name>

You might also look into setting up an au (automation) program to run a kinetic experiment, if that's what your goal is.

click to hide/show revision 3
No.2 Revision

posted Nov 11 '10 at 16:57

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Line 38 in the file nmr/lists/pp/noesyphpr contains this:

d11 mc #0 to 2 F1PH(ip1 & ip29, id0)

The id0 bit instructs the pulse programmer to increment the d0 for each new experiment. experiment and ip1 & ip29 increments phases necessary to discriminate negative and positive frequencies in the indirect dimension. If you make that line look like:

d11 mc #0 to 2

Then there will be no incrementation, but you should copy the file to some other name before editing it and type in the command line:

pulprog <the_new_pulseprogram_name>

You might also look into setting up an au (automation) program to run a kinetic experiment, if that's what your goal is.

click to hide/show revision 4
No.3 Revision

posted Nov 11 '10 at 17:03

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Line 38 in the file nmr/lists/pp/noesyphpr contains this:

d11 mc #0 to 2 F1PH(ip1 & ip29, id0)

The id0 bit instructs the pulse programmer to increment the d0 for each new experiment and ip1 & ip29 increments phases necessary to discriminate negative and positive frequencies in the indirect dimension. If you make that line look like:

d11 mc #0 to 2

Then there will be no incrementation, but you should copy the file to some other name before editing it and type in the TOPSPIN or XWinNMR command line:

pulprog <the_new_pulseprogram_name>

You might also look into setting up an au (automation) program to run a kinetic experiment, if that's what your goal is.

click to hide/show revision 5
No.4 Revision

posted Nov 11 '10 at 17:03

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Expanding on Clemens' answer... Line 38 in the file nmr/lists/pp/noesyphpr contains this:

d11 mc #0 to 2 F1PH(ip1 & ip29, id0)

The id0 bit instructs the pulse programmer to increment the d0 for each new experiment and ip1 & ip29 increments phases necessary to discriminate negative and positive frequencies in the indirect dimension. If you make that line look like:

d11 mc #0 to 2

Then there will be no incrementation, but you should copy the file to some other name before editing it and type in the TOPSPIN or XWinNMR command line:

pulprog <the_new_pulseprogram_name>

You might also look into setting up an au (automation) program to run a kinetic experiment, if that's what your goal is.

click to hide/show revision 6
No.5 Revision

posted Nov 11 '10 at 17:15

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Expanding on Clemens' answer... Line 38 in the file nmr/lists/pp/noesyphpr contains this:

d11 mc #0 to 2 F1PH(ip1 & ip29, id0)

The id0 bit instructs the pulse programmer to increment the d0 for each new experiment and ip1 & ip29 increments phases necessary to discriminate negative and positive frequencies in the indirect dimension. If you make that line look like:

d11 wr #0 if #0 zd
lo to 2 times td1

I thought at first that you could simply have:

d11 mc #0 to 2

but the pulse programming manual says that mc macro "can be used with one or more clauses, e.g. F1QF, which expands to a loop structure", so probably you want to specify the loop explicitly.

Then there will be no incrementation, but you should copy the file to some other name before editing it and type in the TOPSPIN or XWinNMR command line:

pulprog <the_new_pulseprogram_name>

You might also look into setting up an au (automation) program to run a kinetic experiment, if that's what your goal is.

click to hide/show revision 7
No.6 Revision

posted Nov 11 '10 at 17:18

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Expanding on Clemens' answer... Line 38 in the file nmr/lists/pp/noesyphpr contains this:

d11 mc #0 to 2 F1PH(ip1 & ip29, id0)

The id0 bit instructs the pulse programmer to increment the d0 for each new experiment and ip1 & ip29 increments phases necessary to discriminate negative and positive frequencies in the indirect dimension. If you make that line look like:

d11 wr #0 if #0 zd
zd !write to file 0, increment file pointer (if) and zero new memory location
lo to 2 times td1
td1 !go to label 2, repeat td1 times.

I thought at first that you could simply have:

d11 mc #0 to 2

but the pulse programming manual says that mc macro "can be used with one or more clauses, e.g. F1QF, which expands to a loop structure", so probably you want to specify the loop explicitly.

Then there will be no incrementation, but you should copy the file to some other name before editing it and type in the TOPSPIN or XWinNMR command line:

pulprog <the_new_pulseprogram_name>

You might also look into setting up an au (automation) program to run a kinetic experiment, if that's what your goal is.

click to hide/show revision 8
No.7 Revision

posted Nov 11 '10 at 17:36

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Expanding on Clemens' answer... Line 38 in the file nmr/lists/pp/noesyphpr contains this:

d11 mc #0 to 2 F1PH(ip1 & ip29, id0)

The id0 bit instructs the pulse programmer to increment the d0 for each new experiment and ip1 & ip29 increments phases necessary to discriminate negative and positive frequencies in the indirect dimension. If you make that line look like:like: (that is replace with two lines below)

d11 wr #0 if #0 zd !write to file 0, increment file pointer (if) and zero new memory location
lo to 2 times td1 !go to label 2, repeat td1 times.

Then there will be no incrementation.

I thought at first that you could simply have:

d11 mc #0 to 2

but the pulse programming manual says that mc macro "can be used with one or more clauses, e.g. F1QF, which expands to a loop structure", so probably you want to specify the loop explicitly.

Then there will be no incrementation, but Since you need to edit a pulse sequence you should copy the file to some other name before editing it and type in the TOPSPIN or XWinNMR command line:

pulprog <the_new_pulseprogram_name>

You might also look into setting up an au (automation) program to run a kinetic experiment, if that's what your goal is.

click to hide/show revision 9
No.8 Revision

posted Nov 11 '10 at 17:37

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Expanding on Clemens' answer... Line 38 in the file nmr/lists/pp/noesyphpr contains this:

d11 mc #0 to 2 F1PH(ip1 & ip29, id0)

The id0 bit instructs the pulse programmer to increment the d0 for each new experiment and ip1 & ip29 increments phases necessary to discriminate negative and positive frequencies in the indirect dimension. If you make that line look like: (that is replace with two lines below)

d11 wr #0 if #0 zd !write to file 0, increment file pointer (if) and zero new memory location
lo to 2 times td1 !go to label 2, repeat td1 times.

Then there will be no incrementation.

I thought at first that you could simply have:

d11 mc #0 to 2

but the pulse programming manual says that mc macro "can be used with one or more more clauses, e.g. F1QF, which expands to a loop structure", so probably you want to specify the loop explicitly.

Since you need to edit a pulse sequence you should copy the file to some other name before editing it and type in the TOPSPIN or XWinNMR command line:

pulprog <the_new_pulseprogram_name>

You might also look into setting up an au (automation) program to run a kinetic experiment, if that's what your goal is.

click to hide/show revision 10
No.9 Revision

posted Nov 11 '10 at 20:35

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Expanding on Clemens' answer... Line 38 in the file nmr/lists/pp/noesyphpr contains this:

d11 mc #0 to 2 F1PH(ip1 & ip29, id0)

The id0 bit instructs the pulse programmer to increment the d0 for each new experiment and ip1 & ip29 increments phases necessary to discriminate negative and positive frequencies in the indirect dimension. If you make that line look like: (that is replace with two lines below)

d11 wr #0 if #0 zd !write to file 0, increment file pointer (if) and zero new memory location
lo to 2 times td1 !go to label 2, repeat td1 times.

Then there will be no incrementation.incrementation of the delay.

I thought at first that you could simply have:

d11 mc #0 to 2

but the pulse programming manual says that mc macro "can be used with one or more clauses, e.g. F1QF, which expands to a loop structure", so probably you want to specify the loop explicitly.

Since you need to edit a pulse sequence you should copy the file to some other name before editing it and type in the TOPSPIN or XWinNMR command line:

pulprog <the_new_pulseprogram_name>

You might also look into setting up an au (automation) program to run a kinetic experiment, if that's what your goal is.

powered by CNPROG