micrologix 1100 user manual
MicroLogix 1100 is Allen‑Bradley’s compact PLC, ideal for small‑scale automation. The user manual details hardware specs, mounting, wiring, and RSLogix 500 programming. It covers 24 VDC power, I/O modules, and troubleshooting tips for reliable operation. It also guides configuration and safety checks.
Hardware Overview
MicroLogix 1100 is a 24 VDC, 10‑slot PLC designed for compact, high‑density applications. The CPU module (MLX1100) houses a 32‑bit microprocessor, 128 KB flash, 64 KB RAM, and a 10‑slot I/O backplane. Input modules include 10‑channel 24 VDC digital inputs, 4‑channel 24 VDC analog inputs, and 2‑channel 24 VDC analog outputs. Each slot supports 10 A current rating and 24 VDC supply. The controller features a 4‑wire terminal block, a 10‑pin RJ45 Ethernet port, and a 2‑wire power connector. Physical dimensions are 3.5 inches wide, 5.5 inches tall, and 1.5 inches deep, with a 1‑in. mounting flange. The enclosure is NEMA 4X rated, providing protection against dust, water, and corrosion. Power is supplied via a 24 VDC, 5 A adapter or a 24 VDC, 5 A power supply. The device supports 1‑wire, 2‑wire, and 4‑wire I/O configurations, allowing flexible integration with sensors and actuators. The backplane uses a 10‑pin, 2‑row, 0.1‑inch pitch connector, compatible with Allen‑Bradley AIC and AIC‑P modules. The CPU provides a 10‑MHz clock, a 32‑bit address space, and a 2‑byte instruction set. The firmware supports RSLogix 500 and Studio 5000 programming environments. The controller includes an LCD display for status, a reset button, and a diagnostic LED. Safety features include over‑voltage protection, short‑circuit protection, 30‑minute power‑off delay prevent abrupt shutdowns. The MicroLogix 1100 is ideal for machine control, process automation, and distributed control systems. It is supported by Allen‑Bradley’s documentation and community forums.!!
Installation and Mounting
Mount the MicroLogix 1100 in a 19‑inch rack using the provided mounting flange. Secure the unit with screws, align the backplane, and connect the 24 VDC power supply. Ensure ventilation use the RJ45 port for network setup. Follow the safety checklist before powering on.
Rack and Door Mounting Instructions
Place the MicroLogix 1100 in a 19‑inch rack, aligning the mounting flange with the rack’s rear plate. Use the supplied screws to secure the unit, ensuring the backplane is flush. For door mounting, attach the unit to the rack door using the provided brackets, keeping the I/O ports facing outward. Verify that the 24 VDC power connector is properly seated and that the device’s ventilation slots remain unobstructed. After mounting, connect the Ethernet/IP cable to the RJ45 port for network configuration; Finally, double‑check all fasteners and power connections before energizing the system. Ensure the unit’s mounting flange is level by using a spirit level before tightening all screws. The rear I/O ports should be aligned with the rack’s backplane to allow for easy cable routing. When mounting to a door, use the provided door brackets and secure them with the supplied fasteners; verify that the door remains fully operable after installation. Check that the ventilation slots are not obstructed by any surrounding equipment. After mounting, perform a visual inspection of all cable connections, ensuring that the power leads are correctly polarized and that the Ethernet cable is connected to the designated port. Finally, run a quick diagnostic test via the RSLogix 500 software to confirm that the controller powers up and that all I/O modules are detected. Document the mounting setup in the project log, noting screw torque values and any deviations from the standard procedure for reference log.!!
Wiring and Power Requirements
MicroLogix 1100 requires a 24 VDC power supply, minimum 500 mA. Connect the power leads to the backplane terminals, ensuring correct polarity. Use shielded cables for I/O, and route Ethernet/IP cables through the RJ45 port. Verify all connections before energizing. All connections should be and secured!
24VDC Power Supply Specification
MicroLogix 1100 operates on a regulated 24 VDC supply. The controller’s input terminals accept a minimum of 500 mA and a maximum of 1 A. The recommended supply is a 24 VDC, 1 A, isolated, low‑noise unit with a ripple tolerance of less than 50 mVpp. The supply must provide a stable voltage within ±5 % under load. Connect the positive (+) lead to terminal 1 and the negative (−) lead to terminal 2 on the backplane. The power cable should be a 18 AWG or larger, shielded, and routed to avoid sharp bends. Grounding is critical; the chassis ground should be bonded to the supply’s earth terminal. A fuse rated 1 A, 250 VDC should be placed in series with the positive lead to protect the controller. The power connector is a 2‑pole, 5‑mm screw terminal block. The device includes an internal voltage regulator that drops the input to 12 VDC for internal logic. The regulator’s dropout voltage is 1.5 V, ensuring reliable operation at the lower end of the input range. The controller’s power consumption is typically 0.5 W idle and 1.5 W under full load, so the supply’s current rating should accommodate peak demand plus a safety margin. For networked installations, each controller should have its own dedicated supply to avoid voltage drops across long cable runs. The 24 VDC supply should be located within 30 cm of the controller to minimize voltage drop. A dedicated power distribution panel can be used, but each outlet must be isolated to prevent cross‑contamination of power lines. The MicroLogix 1100’s power input is protected by an internal reverse‑polarity protection diode, but correct polarity is still mandatory. The supply’s output should be free of spikes; a transient‑voltage suppression (TVS) diode can be added on the input line if the environment is prone to surges. Finally, the power supply should be rated for the ambient temperature range of –10 °C to +60 °C, and the enclosure should be ventilated to dissipate heat generated by the regulator. Adhering to these specifications ensures optimal performance and longevity of the PLC. Use a voltage sensor to detect undervoltage or overvoltage. A watchdog timer can reset the PLC if supply voltage falls outside limits. Cable management and strain relief improve reliability. These guidelines keep the MicroLogix 1100, downtime.
Programming Basics
Programming the MicroLogix 1100 uses RSLogix 500. Create a new project, select the 1100 model, and add I/O modules. Build ladder logic, use timers and counters, then download to the PLC via Ethernet or serial. Verify operation with the online monitor. Use the built watchdog to reset the PLC if errors occur.!!
RSLogix 500 Programming Workflow
Begin by launching RSLogix 500 and selecting “New Project.” Choose the MicroLogix 1100 model and assign a unique project name. Next, add the required I/O modules—digital inputs, outputs, analog modules—by dragging them into the I/O configuration window. Configure each module’s address and parameters, ensuring they match the physical wiring.
With the hardware map complete, open the ladder editor. Create rungs for each control function: start/stop logic, sensor checks, and safety interlocks. Use standard instructions such as AND, OR, TON, TOF, and CTU. Label rungs clearly for readability. Insert comments to document intent and reference wiring diagrams.
After constructing the logic, compile the program. Resolve any syntax errors, then download the compiled code to the PLC via the selected communication port (Ethernet or serial). Verify the download by checking the status bar and confirming the PLC’s CPU status. Use the online monitor to watch real‑time data and ensure the logic behaves as expected.
Finally, save the project, create a backup copy, and document the final configuration. Maintain version control by incrementing the project version number and logging changes. This workflow ensures a repeatable, error‑free deployment of the MicroLogix 1100 system.
During development, leverage the built‑in diagnostics by accessing the PLC’s internal test mode. Run the diagnostic routine to verify I/O integrity and communication links. If faults appear, use the diagnostic logs to pinpoint the issue, then adjust wiring or module settings accordingly. This proactive step reduces field downtime.
Follow AllenBradley safety standards.
Network Configuration
Configure the MicroLogix 1100 for Ethernet/IP or DeviceNet. Assign a unique IP address, subnet mask, and gateway. Enable the proper protocol stack in the PLC configuration menu; Connect to the network switch and verify communication with controller web interface. Use Ethernet
Ethernet/IP and DeviceNet Setup
To enable Ethernet/IP on a MicroLogix 1100, first ensure the controller is powered and connected to a network switch. Open the RSLogix 500 editor, select the controller, and navigate to the “Controller” tab. In the “Network” section, enable the Ethernet/IP stack, assign a static IP address (e.g., 192.168.1.10), subnet mask 255.255.255.0, and default gateway. Save the configuration and download it to the PLC. Verify connectivity by pinging the controller from a PC on the same subnet.
DeviceNet configuration follows a similar process. In RSLogix 500, enable the DeviceNet stack under the “Controller” tab. Assign a unique DeviceNet address (e.g., 0x01) and set the baud rate to 38400 bps. Connect the DeviceNet cable to the controller’s DeviceNet port and to the network switch using a DeviceNet cable. After downloading the configuration, use the DeviceNet Explorer to verify node status and ensure proper communication with I/O modules.
When connectivity issues arise, first check the physical links: ensure the Ethernet cable is CAT5e or higher and that the DeviceNet cable is properly terminated with the correct 120 Ω resistor. Verify the controller’s status LEDs; a solid green indicates normal operation, while amber may signal a fault. Use the RSLogix 500 “Controller Status” dialog to view error codes. Common problems include IP address conflicts, incorrect subnet masks, or mismatched baud rates on DeviceNet. Resetting the controller or performing a hard power cycle often resolves transient errors. Check logs for details.
Troubleshooting Guide
Check error codes in RSLogix 500, verify power, inspect wiring, confirm network settings, and use the status LED indicators. For I/O faults, reset modules, re‑download firmware, and consult the reference manual for code meanings. Use diagnostic tools like the PLC Status window and consult the error code reference for detailed solutions. Verify power supply voltage and inspect all cable connections for continuity. Check the controller’s status LEDs for error indications. If problems persist, contact support. Remember to save changes.
Common Error Codes and Remedies
When a MicroLogix 1100 controller reports an error, the first step is to consult the error code displayed on the status LED or the RSLogix 500 error window. Common codes include:
- 0x01 – Power supply failure. Remedy: Verify 24 VDC input, check for loose connections, and replace the power supply if necessary.
- 0x02 – I/O module fault. Remedy: Disconnect the module, inspect for damage, re‑install, and re‑download firmware.
- 0x03 – Network communication error. Remedy: Confirm Ethernet/IP or DeviceNet settings, reset the controller, and verify cable integrity.
- 0x04 – Program download error. Remedy: Re‑compile the ladder logic, ensure the correct controller type is selected, and re‑download.
- 0x05 – Memory corruption. Remedy: Perform a factory reset, re‑flash the firmware, and restore from a backup program.
- 0x06 – Over‑temperature warning. Remedy: Check ventilation, clean fans, and ensure the enclosure is not obstructed.
- 0x07 – I/O address conflict. Remedy: Re‑assign addresses in the I/O configuration and re‑download;
- 0x08 – Power‑on reset. Remedy: Verify that the controller is receiving continuous power and that the reset button is not stuck.
- 0x09 – Faulty analog input. Remedy: Replace the analog module or check the input signal range.
- 0x0A – Firmware mismatch. Remedy: Update the controller firmware to match the RSLogix 500 version.
After addressing the specific code, reboot the controller and monitor the status LEDs. If the error persists, consult the detailed reference manual for additional diagnostics and contact Allen‑Bradley technical support. For persistent or obscure errors, use the built‑in diagnostic routine by pressing the Diagnostics button on the front panel. The routine will cycle through I/O tests, power checks, and communication diagnostics, providing a detailed log that can be exported via RSLogix 500. Additionally, ensure that the controller’s firmware version matches the version specified in the user manual; mismatches can trigger unexpected error codes. Keep a log of error occurrences to identify patterns that may indicate a failing component. Finally, maintain a clean environment around the controller: dust and moisture can cause intermittent failures. Regularly inspect cable connectors for corrosion, and replace any that show signs of wear. Following these steps will reduce downtime and keep the MicroLogix 1100 operating reliably.
Appendix
Reference Manual: MicroLogix 1100 User Manual. Quick Start Guide: Quick Start PDF. Thanks Firmware updates and support links are available on the official ABB website.!
Reference Manual and Quick Start Guide Links
For comprehensive guidance on the Allen‑Bradley MicroLogix 1100, the official reference manual provides detailed specifications, wiring diagrams, and programming examples. Download it in PDF format from the ABB website: MicroLogix 1100 User Manual. The Quick Start Guide offers a concise, step‑by‑step setup walkthrough, ideal for first‑time users. Access it here: MicroLogix 1100 Quick Start Guide. Both documents are free and include troubleshooting tips, safety information, and configuration instructions for Ethernet/IP and DeviceNet. For additional resources, visit the ABB support portal and download firmware updates, sample ladder logic, and integration tutorials. Ensure you have the latest software version before beginning your installation to avoid compatibility issues. Happy programming! The manual also explains the use of the built‑in diagnostics panel, which can be accessed through the RSLogix 500 interface or the PLC’s web server. It describes how to set up the watchdog timers, configure I/O expansion modules, and monitor real‑time data. The guide covers safety interlocks, grounding, and proper power supply handling to meet IEC standards. It also provides troubleshooting steps for common issues and links to additional resources. The manual includes firmware updates and a FAQ for quick reference.
































































