6100 MPS-B Programming Manual

WRITING APPLICATIONS THAT USE 6100 MPS-B
Define Poll/Select List
Examples. The following is an example of a Burroughs and
Lear-Siegler ADM-2 terminal Poll/Select list (note that Station 1
has been poll-disabled):
PS^List := [ 0, 0, ! continuous polling
5, ! poll entry size
5, ! select entry size
EOT, "11p", ENQ, ! station 0: poll entry,
EOT, "11q", ENQ, ! select entry
%200 + EOT, "22p", ENQ, ! station 1: poll entry,
EOT, "22q", ENQ, ! select entry
EOT, "33p", ENQ, ! station 2: poll entry,
EOT, "33q", ENQ ]; ! select entry
The following is an example of an NCR terminal Poll/Select list
(note that Station 1 has been poll-disabled):
PS^List := [ 0, 0, ! continuous polling
5, ! poll entry size
5, ! select entry size
EOT, "@", ENQ, ! station 0: poll entry,
EOT, "P", ENQ, ! select entry
%200 + EOT, "A", ENQ, ! station 1: poll entry,
EOT, "Q", ENQ, ! select entry
EOT, "C", ENQ, ! station 2: poll entry,
EOT, "S", ENQ ]; ! select entry
3-31