6100 MPS-B Programming Manual
WRITING APPLICATIONS THAT USE 6100 MPS-B
Send EOT
Send EOT
This form of the CONTROL request sends an EOT sequence to a
station. It is used either to reset the line after a read error,
or to decline the chance to bid for the line. After Send EOT,
the line is in CONTROL state.
The request buffer format is:
Function := 67
Modifier := 13
Request ID := A unique value from 1 to 32767,
application-determined
Text Out := Doesn’t matter
Text In := Doesn’t matter
Text := Doesn’t matter
The response buffer format is:
Function := 67
Status := 0 if the operation completed successfully, or
a code greater than zero if an error occurred
Request ID := The same as in the request
Text Out := 0
Text In := 0, or
2 if status detail code is present in Text field
Text := Null, or
Byte 0 = status detail code; Byte 1 = 0
3-20