6100 MPS-B Programming Manual
WRITING APPLICATIONS THAT USE 6100 MPS-B
Alter Line
Alter Line
This form of the request permits you to change a subset of the
line configuration parameters (Connect Timeout, Timeout, Poll
Interval, Retries, and Pace). You may change any or all of these
parameters in one request.
The request buffer format is:
Function := 64
Modifier := 6
Request ID := A unique value from 1 to 32767,
application-dependent
Text Out := Parameter count * 4
Text In := Doesn’t matter
Text := List composed of one 4-byte entry for each
parameter to be changed:
First byte = Null
Second byte = Parameter type:
Type 1 = Connect Timeout
Type 2 = Timeout
Type 3 = Poll Interval
Type 4 = Retries
Type 5 = Pace
Third and
Fourth bytes = Parameter value (integer)
Refer to the Line Configuration Data Block format description for
valid parameter values.
3-51