MAXOND parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:


==Description==
==Description==
<p>Defines the number of times an ON unit may be entered before the evaluation is terminated.</p>
<p>Defines the number of times an ON unit can be entered before the evaluation is terminated.</p>
<p>Once this recursion number is exceeded, [[M204.0316]] is issued.</p>
<p>Once this recursion number is exceeded, message [[M204.0316]] is issued: "Recursive ON units exceed MAXOND: Evaluation stopped".</p>


[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 23:24, 5 June 2015

Recursion limit for ON units

Summary

Default value
8
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 version 7.6

Description

Defines the number of times an ON unit can be entered before the evaluation is terminated.

Once this recursion number is exceeded, message M204.0316 is issued: "Recursive ON units exceed MAXOND: Evaluation stopped".