IFAMBS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 15: Line 15:


==Description==
==Description==
<p>The length of the Host Language Interface IFAM2 buffer used to pass function arguments and results between the <var class="product">Model&nbsp;204</var> region and the IFAM2 user program's region</p>
<p>The length of the <var>[[Using_HLI_and_batch_configurations|Host Language Interface]]</var> <var>[[Using_HLI_and_batch_configurations#IFAM2|IFAM2]]</var> buffer used to pass function arguments and results between the <var class="product">Model&nbsp;204</var> region and the IFAM2 user program's region</p>
<p>Set IFAMBS after the value of the LIBUFF User 0 parameter is determined. IFAMBS is directly proportional to LIBUFF: </p>
<p>Set IFAMBS after the value of the LIBUFF User 0 parameter is determined. IFAMBS is directly proportional to LIBUFF: </p>
<p class="code">IFAMBS = (7 * LIBUFF) + 284
<p class="code">IFAMBS = (7 * LIBUFF) + 284

Revision as of 13:43, 28 October 2014

IFAM2 buffer size

Summary

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

Description

The length of the Host Language Interface IFAM2 buffer used to pass function arguments and results between the Model 204 region and the IFAM2 user program's region

Set IFAMBS after the value of the LIBUFF User 0 parameter is determined. IFAMBS is directly proportional to LIBUFF:

IFAMBS = (7 * LIBUFF) + 284

IFAMBS must not exceed 32688.