6100 MPS-B Programming Manual
WRITING APPLICATIONS THAT USE 6100 MPS-B
FETCH CONFIGURATION Request
Line Configuration Data Block Format
The structure of the standard line configuration data block
follows (see "Line Configuration Options" in Section 1 for
detailed information):
Byte
Offset,Length
Parameter and Type Description_______________
MPSBCONNECTTIMEOUT 0,2 INT Value in .01 seconds
MPSBTIMEOUT 2,2 INT Value in .01 seconds
MPSBPOLLINTERVAL 4,2 INT Value in .01 seconds
MPSBRETRIES 6,2 INT Number of retries
MPSBPACE 8,2 INT Write request count
Reserved 10,2 0
MPSBBAUD50 12,2 INT 50 = 50 bps
MPSBBAUD75 75 = 75 bps
MPSBBAUD110 110 = 110 bps
MPSBBAUD134 134 = 134.5 bps
MPSBBAUD150 150 = 150 bps
MPSBBAUD200 200 = 200 bps
MPSBBAUD300 300 = 300 bps
MPSBBAUD600 600 = 600 bps
MPSBBAUD1200 1200 = 1200 bps
MPSBBAUD1800 1800 = 1800 bps
MPSBBAUD2000 2000 = 2000 bps
MPSBBAUD2400 2400 = 2400 bps
MPSBBAUD3600 3600 = 3600 bps
MPSBBAUD4800 4800 = 4800 bps
MPSBBAUD7200 7200 = 7200 bps
MPSBBAUD9600 9600 = 9600 bps
MPSBBAUD19200 19200 = 19200 bps
MPSBASYNC 14,1 BYTE 0 = asynchronous
MPSBSYNC 1-255 = leading SYN count
MPSBCHARACTERSIZE 15,1 BYTE 0 = 7 bits/character
7 = 7 bits/character
8 = 8 bits/character
MPSBODD 16,1 BYTE 0 = odd parity
MPSBEVEN 1 = even parity
MPSBNONE 2 = no parity
3-24