MAXOND parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
m (add link)
 
Line 16: Line 16:


==Description==
==Description==
<p>Defines the number of times an ON unit can be entered before the evaluation is terminated.</p>
<p>
<p>Once this recursion number is exceeded, message [[M204.0316]] is issued: "Recursive ON units exceed MAXOND: Evaluation stopped".</p>
Defines the number of times an [[Subroutines#On statement|ON unit]] can be entered before the evaluation is terminated.</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]]

Latest revision as of 21:42, 15 April 2016

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".