Excellent PLC Co.,Ltd

PLC and DCS professional supplier

Installing the Allen-Bradley 1715-IB16D DC Input Module

Troubleshooting

Installing the Allen-Bradley 1715-IB16D DC Input Module

Installing the Allen-Bradley 1715-IB16D DC Input Module

The 1715-IB16D is a 16-channel DC input module for SLC 500 systems. It reads discrete DC signals from sensors, switches, and other field devices. Proper installation ensures reliable input monitoring for the PLC.


Step 1: Physical Installation

Mount the 1715-IB16D in an SLC 500 chassis on the left-most available slot. Ensure the module locks firmly into the backplane. Loose seating can cause intermittent input readings or module faults.


Step 2: Wiring the Inputs

  • Connect +24V DC field sources to the positive terminals of the input channels.

  • Connect the common DC return (COM) to the negative terminal.

  • Ensure wires are properly stripped (approx. 5–7 mm) and tight under the terminal screws.

  • Use shielded cabling if the environment has significant electrical noise.

Field tip: Label each wire with the input channel number to simplify troubleshooting.


Step 3: PLC Configuration in RSLogix 500

  1. Open RSLogix 500 and select the SLC 500 project.

  2. Add a new I/O module in the I/O Configuration:

    • Slot: Corresponding chassis slot

    • Module Type: 1715-IB16D

    • Input Range: 10–30V DC (typical field signal range)

  3. Map the input addresses (I:1/0, I:1/1 … I:1/15) according to physical wiring.


Step 4: Example Ladder Logic Code

// Simple input monitoring example for 1715-IB16D
// I:1/0 = Start Pushbutton
// O:2/0 = Motor Output

START_MOTOR I:1/0
O:2/0

This code energizes an output when the corresponding DC input is high. For multiple inputs, you can combine conditions using AND/OR logic in the ladder.


Step 5: Testing

  • Power up the system and check the module LEDs: each channel should light when its input is energized.

  • Monitor the input addresses in RSLogix 500 to confirm proper signal reception.

  • Verify ladder logic response to all inputs.

Engineer note: Never exceed 30V DC on input terminals, and always verify polarity. Reversing connections can damage the module.


References:

  • Rockwell Automation. SLC 500 1715-IB16D User Manual, 2019.

  • Rockwell Automation. RSLogix 500 Programming Manual, 2018.

Prev:

Next:

Leave a message