Envoy Application Programming Manual
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Application Programming With Envoy
- 7 ADM-2 Multipoint Supervisor Protocol
- 8 TINET Multipoint Supervisor Protocol
- 9 Burroughs Point-To-Point Protocol
- 10 Asynchronous Line Supervisor Protocol
- A ASCII Character Set
- B ASCII to EBCDIC Code Conversion
- C File-System Procedures
- D Statistics Messages
- E S-Series Changes to Envoy
- NonStop™ Himalaya S-Series Server Architecture
- G-Series Migration Considerations
- CBSENSEON and CFSENSEON Modifiers
- LEOTRESYN and NOLEOTRESYN Modifiers
- Treatment of Characters After the Termination Character
- Number of SYN Characters
- DTR Drop
- Reporting of Parity Error
- Half-Duplex Support for Asynchronous Lines
- Controller Replacement
- SYSGEN and COUP
- Unit Numbers
- FDX Line Changes
- No Support for Auto-Call Unit
- Glossary
- Index
ADM-2 Multipoint Supervisor Protocol
Envoy Application Programming Manual—427159-001
7-21
Fast Select
If the application process inserts the terminal addresses, then the message is passed to
Envoy (using the WRITE procedure) as shown above. In that case:
MCW.<5> = 1 (message formatted by the application process)
(message length = 5 + number of terminals * 3 + text length)
If Envoy is to insert the terminal addresses, then the message is passed to Envoy (with
the WRITE procedure) in the following form:
MCW.<5> = 0 (message formatted by Envoy)
EOT rentry no 1 or entry no 2 0... s entry no n 0
STX-text-ETX
(message length = 5 + number of terminals times 3 + text length)
Fast Select
A fast-select function is used to display a message on a terminal regardless of whether
the terminal is busy. The terminal where the message is to be displayed is specified by a
terminal address included in the message format.
The fast-select function is performed by writing a message of the form:
MCW.<6> = 1 (special-format message)
MCW.<8:15> = 0
EOT a1 a1 STX--text--ETX
a1 is the one-byte terminal address of the terminal to receive the message
s is a one-byte fast select function code
If the application process inserts the terminal address, then the message is passed to
Envoy (with the WRITE procedure) as shown above. In that case:
MCW.<5> = 1 (message formatted by the application process)
(message length = 8 + text length)
entry no
1
is the one-byte address-list entry number of the first terminal to receive
the message
entry no
2
is the one-byte address-list entry number of the second terminal to
receive the message
entry no
n
is the one-byte address-list entry number of the last terminal to receive
the message
0
is a one-byte place holder
s is a one-byte fast-select function code