Technical data
A-B SuperBridge Technical Reference
8
; SuperBridge DF1 Configuration
; 11/30/95/BPM
[DTL_DF1.3]
DEVICE=DF1
BAUD=19200
IRQ=4
COM_PORT=1
NAME=SB_DF1
ERROR=0
PARITY=0
DUPLEX=1
Entries in CFG_KT.INI are
[DTL_p.n] Device definition statement. Protocol designators (p) can be KT, 485, or
DF1 depending on communication method used. Pushwheel numbers
(n) may range from 1 to 8. Each communication interface module must
have a unique pushwheel number.
DEVICE=DF1 Must be present if DF1 communication is to be used.
BAUD=19200 The transmission rate of the DF1 link. The choices available are: 300,
1200, 2400, 4800, 9600, and 19,200 bps.
IRQ=4 Must correspond to the COMM port being used for DF1 communication.
COM_PORT=1 COMM port to be used for DF1 communication.
NAME=SB_DF1 The name of the communication interface module that appears in the
active nodes list.
ERROR=0 Specifies the type of error detection used by the DF1 protocol. Choices
are: 0 (BCC) and 1 (CRC).
PARITY=0 Specifies the parity for the DF1 protocol. Choices are: 0 (None) and 1
(Even).
DUPLEX=1 Specifies full duplex. Do not edit.
For more detailed information on the configuration of CFG_KT.INI, see [7], pages 3-3 & 3-4.
SUPERB.INI, with its many configuration entries, is described in detail in Configuration (page 41).
The default AUTOEXEC.BAT is shown below, it is configured for DH+ communication using a KT
Card.
REM AUTOEXEC.BAT
REM SuperBridge Default KT Configuration
REM 10/10/95/LTM
PATH=C:\DOS;C:\ABIC\BIN;C:\SUPERB
SET ABIC_CONFIG=C:\ABIC\BIN
C:\ABIC\BIN\DTL_KT
C:\ABIC\BIN\CFG_KT
C:\ABIC\BIN\RNATSR
C:\ABIC\BIN\RNA -a8
CD SUPERB
ABDRV
There is normally no reason to alter this file if DH+ communication is to be used.
The following is an example of AUTOEXEC.BAT configured for DH485 communication.
REM AUTOEXEC.BAT
REM SuperBridge DH485 Configuration
REM 11/30/95/BPM
PATH=C:\DOS;C:\ABIC\BIN;C:\SUPERB
SET ABIC_CONFIG=C:\ABIC\BIN
C:\ABIC\BIN\DTL_485