CPMAX parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(CPMAX=-1 or 65535 are equivalent)
m (misc formatting)
 
Line 13: Line 13:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The maximum number of checkpoints saved during the run</p>
<p>
<p>The checkpoint stream is overwritten after CPMAX checkpoints. When CPMAX=0 or CPMAX=1, the checkpoint stream is overwritten after each checkpoint record. To save all checkpoints, eliminate the CPMAX parameter from the User 0 line and let it default to 32767. CPMAX=-1 or 65535 will also cause all checkpoints to be saved.</p>
The maximum number of checkpoints saved during the run</p>
<p>
The checkpoint stream is overwritten after <var>CPMAX</var> checkpoints. If <var>CPMAX</var> is 0 or 1, the checkpoint stream is overwritten after each checkpoint record. </p>
<p>
To save all checkpoints, you can do one of these: </p>
<ul>
<li>Eliminate the <var>CPMAX</var> parameter from the User&nbsp;0 line and let it default to 32767. </li>
 
<li>Set <var>CPMAX</var> to -1 or 65535. </li>
</ul>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 18:54, 7 February 2018

Max # of checkpoints

Summary

Default value
32767
Parameter type
System
Where set
On User 0's parameter line or reset by system manager
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The maximum number of checkpoints saved during the run

The checkpoint stream is overwritten after CPMAX checkpoints. If CPMAX is 0 or 1, the checkpoint stream is overwritten after each checkpoint record.

To save all checkpoints, you can do one of these:

  • Eliminate the CPMAX parameter from the User 0 line and let it default to 32767.
  • Set CPMAX to -1 or 65535.