Overview of the Classic PLC-5 Controller Family
The Allen Bradley 1785 series PLC-5 programmable controller is a classic platform in the field of industrial automation, with the "Classic" series including four models: PLC-5/10 (1785-LT4), PLC-5/12 (1785-LT3), PLC-5/15 (1785-LT), and PLC-5/25 (1785-LT2). Despite the popularity of enhanced, Ethernet, and ControlNet processors, there are still a large number of production lines worldwide that rely on these classic controllers for stable operation. For maintenance engineers, understanding the core characteristics, system architecture, and fault handling mechanisms of these processors is key to ensuring the continuous operation of outdated systems.
1.1 Comparison of Model and Core Parameters
Processor model, catalog number, maximum user memory, maximum I/O points, program scanning time, K-word, remote I/O port, DH+port
PLC-5/10 1785-LT4 6K word 512 dots 2ms (discrete)/8ms (typical) none (adapter only) 1
PLC-5/12 1785-LT3 6K word 512 dots 2ms/8ms 1 (adapter only) 1
PLC-5/15 1785-LT 6K can be expanded to 14K 1024 points (complementary up to 2048) 2ms/8ms 1 (scanner or adapter) 1
PLC-5/25 1785-LT2 13K can be expanded to 21K 1024 points (complementary up to 2048) 2ms/8ms 1 (scanner or adapter) 1
All classic PLC-5 processors occupy the leftmost slot of the 1771 I/O rack, support any 1771 series I/O module (up to 32 points/module), share the same programming software and instruction set, and support ladder diagram and sequential function diagram (SFC) programming.
Engineering Tip: PLC-5/10 and/12 do not have remote I/O scanner function and can only serve as adapter slaves. If you need to scan remote racks as the main station, PLC-5/15 or/25 must be selected.
1.2 Functional specification formulation before system design
Before starting hardware selection and programming, it is recommended to first complete the functional specification document. This document should include:
Control strategy (centralized or distributed)
Process flowchart and sequence of events
Environmental and safety requirements
Expected input/output conditions, start/emergency stop procedures, alarm and fault handling logic
System behavior under abnormal operating conditions
A complete functional specification is not only the basis for selection, but also the standard for final program acceptance. It is recommended to use SFC to describe the sequential control process and implement the specific logic using a ladder diagram.
Key elements of hardware selection
2.1 I/O module selection and density decision
When selecting an I/O module, it is necessary to comprehensively consider the on-site signal type, voltage range, isolation requirements, noise tolerance, and backplane current consumption. For digital modules, density selection follows the following principles:
8-point module: suitable for traditional replacement or occasions that require independent fuse output
16 point module: Balancing cost and space, requiring the use of special wiring arms to achieve independent melting
32 point module: Minimize the number of modules and rack space to the greatest extent possible, with the lowest cost per point
The analog module needs to pay attention to voltage/current range, resolution, and single ended/differential input. Special functional modules (such as encoders, ASCII, weighing, barcode readers) should be selected according to specific applications.
Important: Some main modules (such as 1771-M1 stepper controller, 1771-M3 servo controller) cannot share the backplane with other main modules in the same rack, so each rack can only install a maximum of two such main modules, and must comply with the compatibility combination in Table 2. C of the manual.
2.2 Power selection and backplane current calculation
The power module must meet the total backplane current requirements of all modules within the rack. The calculation formula is as follows:
Summarize the backplane current of all I/O modules (column A)
Add 3.3A (maximum) for the PLC-5 processor itself or 1.2A (column B) for the adapter module
Reserve current for future expansion modules (column C)
After obtaining the total current, refer to Table 2. K (processor rack) or Table 2. L (remote I/O rack) in the manual to select the appropriate power module. Common power sources include:
1771-P4S (120V AC, 8A output)
1771-P6S (220V AC, 8A output)
1771-P7 (120/220V AC, 16A output, external installation)
Important note: The same rack cannot be powered by both external power and slot power modules simultaneously, as they are incompatible. In addition, if there is a power module installed in the rack, the rack configuration plug must be correctly set (located between the two leftmost slots), with the default position being "N" (indicating that the power module is not in use).
2.3 Memory module and battery selection
The classic PLC-5 processor supports EEPROM non-volatile storage and CMOS RAM expansion:
EEPROM: 8K characters (1785-MJ) suitable for all models; 16K characters (1785-MK) are only applicable to PLC-5/25
CMOS RAM: 4K words (1785-MR) or 8K words (1785-MS) suitable for PLC-5/15 and/25