Technical data
A-B SuperBridge Technical Reference
46
PLC2Base
This is the PLC-2 address, in octal format, where the first SB file element (N12:0) is located.
Default is 200 (oct). To calculate the PLC-2 address for other elements, see PLC-2 Unprotected
Messages (page 21). Use the A-B Unsolicited Messages Diagnostic Screen (page 40) to verify
that the PLC-2 address used returns the data intended.
PLC2ReverseFloat
This parameter determins the encoding of a PLC-2 representation of a floating point number.
Possible values are:
0 Default. IEEE 32 bit encoding, most significant word first.
1 IEEE 32 bit encoding, least significant word first. A message rung in a PLC-5,
using “PLC-2 unprotected read” or “PLC-2 unprotected write” requires a 1 in this
entry for correct floating point representation.
2 Integer/Fraction split. Integer part in the first word, fraction in the second, with
four decimal places implied
See also PLC-2 Unprotected Messages, page 21
SAMPLE SUPERB.INI
The following is a sample SUPERB.INI with comments that helps explain especially the entries
needed to use a multiport adapter. The adapter used was a FASTCOM422/4. See also Install
RS-422 multiport adapter, if needed, page 5.
; SUPERB.INI
; SuperBridge for Fastcom422/4 test
; 09/10/96/LTM
[SIZES]
ComPorts = 4 ; 4 serial ports used
Controllers = 8 ; 8 MCs in this application
Segments = 0 ; No file copy to any PLC
[IRQ]
; Settings for Multiport Adapter. COM2 must be disabled
PortVector = 0B ; IRQ3 Interrupt vector
PIDMask = 08
[PORT0]
; First adapter port, 19200 Baud
UartBase = 280 ; Default base address for first UART
DlabReg = 0006 ; 19200 Baud
[PORT1]
; Second adapter port, 19200 Baud
UartBase = 288 ; Base address for second UART
DlabReg = 0006
[PORT2]
; Third adapter port, 19200 Baud
UartBase = 290 ; Base address for third UART
DlabReg = 0006
[PORT3]
; Forth adapter port, 19200 Baud
UartBase = 298 ; Base address for fourth UART
DlabReg = 0006
; MC0 and MC1 are connented to the first port. No entries necessary
; MC2 and MC3 are connented to the second port.
[MC2]
Port = 1