NECBS and NOECBS parameters: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (minor formatting)
 
(12 intermediate revisions by 4 users not shown)
Line 10: Line 10:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V5.1</var>  
</dl>
</dl>
==Description==
==Description==
<p>The NECBS allocates 256, plus four, bytes of storage for each ECB that you specify. Four bytes for the ECB and 256 bytes for data that may be passed to and from users of the ECBs. Settings range from zero to 2000. </p>
<p>
<p>The NECBS parameter is referenced by the ECB-related function calls: $ECBDGET, $ECBDSET, $ECBTEST, $POST, $UNPOST, and $WAIT.</p>
The <var>NECBS</var> and <var>NOECBS</var> parameters are aliases of each other.  They specify the number of ECBs allocated for the
[[Category:System Parameters]]
ECB-related $functions. </p>
<p>
Each ECB allocates 260 bytes of storage &mdash; four bytes for the ECB and 256 bytes for data that may be passed to and from users of the ECBs. Settings range from zero to 2000. </p>
<p>
The ECB-related $functions are: </p>
<ul>
<li><var>[[$EcbDGet]]</var> </li>
<li><var>[[$EcbDSet]]</var> </li>
<li><var>[[$EcbTest|$EcbTest]]</var> </li>
<li><var>[[$Post]]</var> </li>
<li><var>[[$UnPost]]</var> </li>
<li><var>[[$Wait]]</var> </li>
</ul>
 
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 17:13, 2 January 2018

Summary

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

Description

The NECBS and NOECBS parameters are aliases of each other. They specify the number of ECBs allocated for the ECB-related $functions.

Each ECB allocates 260 bytes of storage — four bytes for the ECB and 256 bytes for data that may be passed to and from users of the ECBs. Settings range from zero to 2000.

The ECB-related $functions are: