The leader in industrial automation and control solutions

Introduction

All Maple Systems HMIs programmed with EBPro (EasyBuilder Pro), including every cMT X Series and cMT Series model, are compatible with Rockwell/Allen-Bradley PLC-5. Configure your Controller and HMI/cMT with the following parameters to establish reliable communication.

NOTE: Rockwell PLC5 driver uses CRC checksum.

HMI Settings

ParametersRecommendedOptionsNotes
PLC typeRockwell PLC5
PLC I/FRS232
Baud rate192009600, 19200
Data bits88
ParityEvenEven, Odd, None
Stop bits11
HMI sta. no.0
PLC sta. no.11–31

PLC Settings

Communication mode: DF1 Full Duplex protocol 19200, None, 8, 1 (default)

Allen-Bradley PLC-5 Family PLCs use DF1 Full Duplex protocol.

For PLC-5/10, PLC-5/15 and PLC-5/25, MT8000 should be connected to the DF1 port on the 1785-KE module.

For PLC-5/11, PLC-5/20, PLC-5/30 and PLC-5/40, MT8000 should be connected to the Channel 0 Port on the PLC.

Device Address

Bit/WordDeviceFormatRangeMemo
BI1DDDdd0 ~ 25515
BO0DDDdd0 ~ 25515
BB3DDDdd0 ~ 99915
BB10 ~ 13DDDdd0 ~ 99915
BS_BitDDDDDDdd0 ~ 25599915
BBfnFFFDDDdd0 ~ 25599915
BNfnBitFFFDDDdd0 ~ 25599915
WT4SVDDD0 ~ 999Timer Preset Value (T4)
WT4PVDDD0 ~ 999Timer Accumulator Value (T4)
WC5SVDDD0 ~ 999Counter Preset Value (C5)
WC5PVDDD0 ~ 999Counter Accumulator Value (C5)
WTfnSVFFFDDD0 ~ 255999
WTfnPVFFFDDD0 ~ 255999
WCfnSVFFFDDD0 ~ 255999
WCfnPVFFFDDD0 ~ 255999
WN7DDD0 ~ 999Integer data file (N7)
WN10 ~ 15DDD0 ~ 999Integer data file (N10 ~ 15)
WNfnFFFDDD0 ~ 255999Integer data file (V2.5.0 or newer)
WSDDD0 ~ 255
WF8DDD0 ~ 999Floating point data file (F8)
WFfnFFFDDD0 ~ 255999Floating point data file (V2.5.0 or newer)

Wiring Diagram

NOTE: The serial port pin assignments may vary between HMI models.

RS-232 (9P D-Sub to 25P D-Sub: PLC5 CPU CH0)

HMIDirectionPLC
Pin assignmentsAB CPU CH0
RS232 25P
D-Sub Male
Rx↔ (bidirectional)2
Tx↔ (bidirectional)3
GND↔ (bidirectional)7

Configuration Notes

The default error checking of Rockwell/Allen-Bradley PLC5 is BCC, whereas our driver is CRC. Access Channel Configuration from RSLogix 5, under the Channel 0 tab, and select CRC for Error Detect.

RSLogix 5 Pro project tree with Channel Configuration selected, showing ladder logic program with MSG Read/Write Message blocks on rungs 0001 and 0003.