NECBS and NOECBS parameters: Difference between revisions
Jump to navigation
Jump to search
m (link repair) |
|||
Line 14: | Line 14: | ||
==Description== | ==Description== | ||
<p>The <var>NECBS</var> and <var>NOECBS</var> parameters are aliases of each other. They specify the number of ECBs allocated for the | <p> | ||
ECB-related $functions. | The <var>NECBS</var> and <var>NOECBS</var> parameters are aliases of each other. They specify the number of ECBs allocated for the | ||
ECB-related $functions. </p> | |||
<p> | |||
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. </p> | 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. </p> | ||
<p>The ECB-related $functions are <var>[[ | <p> | ||
The ECB-related $functions are <var>[[$EcbDGet]]</var>, <var>[[$EcbDSet]]</var>, <var>[[$EcbTest|$EcbTest]]</var>, <var>[[$Post]]</var>, <var>[[$UnPost]]</var>, and <var>[[$Wait]]</var>.</p> | |||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] | ||
Revision as of 17:40, 1 September 2015
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 $EcbDGet, $EcbDSet, $EcbTest, $Post, $UnPost, and $Wait.