6100 MPS-B Programming Manual
WRITING APPLICATIONS THAT USE 6100 MPS-B
Send EOT Example
Send EOT Example
Do not acknowledge previously received message. That is, move
from READ state to CONTROL state without sending ACK to station.
Application Process MPS-B Station
Line State = READ
CALL WRITEREAD (...);
|
| EOT --->
|
(WRITEREAD completes)
Line State = CONTROL
Status = 0 (operation completed successfully)
3-65