ECPSIZE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Undo revision 56852 by DmeWiccan (talk))
(Automatically generated page update)
Line 15: Line 15:
<p>Specifies the initial size in bytes of the buffer used to hold the copy of the parameter area passed to an external module. Buffers are dynamically expanded when required; therefore, ECPSIZE indicates the initial and minimum size of the buffer. The maximum setting is 1310680; the minimum is 0.</p>
<p>Specifies the initial size in bytes of the buffer used to hold the copy of the parameter area passed to an external module. Buffers are dynamically expanded when required; therefore, ECPSIZE indicates the initial and minimum size of the buffer. The maximum setting is 1310680; the minimum is 0.</p>
<p>There is no limit on the size of any image or images that are passed to any external module, except for modules with the PARMSIZE option.</p>
<p>There is no limit on the size of any image or images that are passed to any external module, except for modules with the PARMSIZE option.</p>
[[Category:System Parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 01:50, 23 April 2013

Summary

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

Description

Specifies the initial size in bytes of the buffer used to hold the copy of the parameter area passed to an external module. Buffers are dynamically expanded when required; therefore, ECPSIZE indicates the initial and minimum size of the buffer. The maximum setting is 1310680; the minimum is 0.

There is no limit on the size of any image or images that are passed to any external module, except for modules with the PARMSIZE option.