Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: How to Configure IP Address in Rockwell PLC?
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > How to Configure IP Address in Rockwell PLC?

How to Configure IP Address in Rockwell PLC?

A step-by-step guide to learn about how to configure IP address in Rockwell PLC to establish network communication.

Last updated: October 25, 2024 8:48 pm
Viral Nagda
PLC Tutorials
No Comments
Share
6 Min Read
SHARE

Rockwell PLC communicates on the protocol of Ethernet/IP. Rockwell is a very popular brand in industrial automation and their PLC’s offer a wide range of applications from small scale to large scale.

Contents
BOOTP / DHCP ProtocolConfigure IP Address in Rockwell PLCRSLinx ClassicStudio 5000 Logix DesignerSet the IP address with hardware switches

When you are configuring an Ethernet port in a Rockwell PLC for the first time, you must know the various types of steps involved in setting it. Rockwell offers a wide variety of options for configuring IP address for the first time in it’s PLC. In this post, we will see how to configure IP address in Rockwell PLC.

BOOTP / DHCP Protocol

As the name defines, BOOTP/DHCP is a method which assigns IP address when the PLC powers up. For this, an IP address must not be present initially in the PLC. This means the PLC is blank without an IP address.

A software called BOOTP DHCP Ethernet/IP Commissioning Tool provided by Rockwell is used to configure PLC IP addresses for the first power-up cycle.

Configure IP Address in Rockwell PLC

Refer to the below image and the follow the below steps for using it:

1. Open the BOOTP DHCP Ethernet/IP Commissioning Tool software in your workstation. On opening, you will be asked to choose the network interface card in your workstation for connecting to the PLC, as shown in the below image.

Ethernet IP Commissioning Tool software

2. Choose your network port where you have connected the PLC, click Ok and the below window will open. Here, the MAC ID of the detected PLC will be shown.

Rockwell PLC BOOTP DHCP Ethernet

3. Double-click the ID or click add relation button. Here, you will be asked to enter your IP address. Once entered, click Ok and your IP address will be sent to the PLC after a few seconds.

For this process to execute, you have to verify the MAC ID of the PLC shown, before assigning the IP address to it. Also, in PLC, you have to set IP address configuration to BOOTP mode (refer to the below image – Obtain IP settings automatically using DHCP).

But, when the PLC is powered off and on again, the IP address will be erased. This is because, in PLC, you have selected BOOTP mode as the IP configuration, which waits for an IP address broadcast message on every boot cycle.

verify the MAC ID of the PLC

RSLinx Classic

You can also configure the IP address by using RSLinx Classic software. Refer to the below image. When you open the RSLinx Classic software, you have to go to the AB_ETHIP driver as shown. There, you will see a list of devices connected to the network.

How to Configure IP Address in Rockwell PLC?

Choose the PLC you want to change the IP, and right-click that device. You will find an option – module configuration (shown in the 2nd image). But this step works only when there is an existing IP address in the PLC; it cannot set an IP address on a blank PLC.

IP Address Configuration in Allen Bradley PLC

Studio 5000 Logix Designer

You can also configure the IP address by using Studio 5000 Logix Designer software. Refer to the below image.

When you open the Studio 5000 Logix Designer software, you have to double-click the controller properties as shown below and go to the option – Internet Protocol. You will find an option – manually configure IP settings.

Enter your desired IP address and click Ok. The IP address will now be configured in the PLC. But this step works only when there is an existing IP address in the PLC; it cannot set an IP address on a blank PLC.

Rockwell PLC Set the IP address with hardware switches

Set the IP address with hardware switches

In some Rockwell PLC’s, there are hardware DIP switches on the CPU or network adapter module. It is by default set to 999. To change the number, use the rotary or thumbwheel switch on the device. The valid setting is from 001 – 254.

When you assign an address and set it to 001, the gateway address is set to 0.0.0.0. and the subnet mask is 255.255.255.0. When you assign an address between 002…254, the gateway address is set to 192.168.1.1 and the subnet mask is set to 255.255.255.0.

So basically, you can set the IP address initially through BOOTP or hardware switch, and then change it using RSLinx Classic or Studio 5000 software.

In this way, we saw how to configure IP addresses in Rockwell PLC.

Read Next:

  • Difference Between TCP and UDP
  • Difference Between BOOTP and DHCP
  • Python in Industrial Automation Systems
  • FlipFlop PLC Programming with Timers
  • Reliability Techniques for Analyzing Faults

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

Sheets, Tags, Elements in Functional Block Diagram of Studio 5000
One-Shot Rising and Falling Edge Instructions in Rockwell PLC
Design Document for Project Systems Architecture
What is Namur Digital Input Card?
Everything You Need to Know About PLC Battery
Siemens Drum block for Sequencer Operation
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Program Flow Control Instructions in PLC Programming
Automatic Railway Crossing Gate Control PLC Program
How to Create DFB in Schneider PLC? – Derived Function Block
Lamp Control using PLC Logic Condition
What is Contextual HMI? – HMI Screens on a Mobile or Tablet
What are User Defined Function Blocks in PLC?
PLC Practice Questions
How to Update the Firmware Version of your PLC? – TIA Portal

Keep Learning

Alarm and Trip Documentation

PLC Alarm and Trip Documentation

Download Free Robotics Software

Step by Step Guidelines to Download Free Robotics Software

What is a Floating License - Automation Software Systems

What is a Floating License? – Automation Software Systems

Types of Digital Outputs in PLC

Types of Digital Outputs in PLC

Difference Between Normal Counters and Fast Counters - PLC Basics

Difference Between Normal Counters and Fast Counters – Learn PLC

PLC Temperature Control using Pulse Width Modulation

PLC Temperature Control using Pulse Width Modulation (PWM)

Top PLC Manufacturers

Top PLC Manufacturers

CRA Module in Schneider PLC

CRA Module in Schneider PLC – Remote IO Adapter Module

Learn More

Induced Draft Cooling Tower

Cooling Tower

Direct Lift Diaphragm Normally Open Solenoid Valve

Types of Pilot Operated Diaphragm Solenoid Valve Principle

PLC Lamp Control using Logic Condition

Lamp Control using PLC Logic Condition

Types of Electrical Loads

Types of Electrical Loads

Parts of Steam Ejector

Working Principle of Steam Ejector

Pneumatic Training Course - Download PDF

Pneumatic Training Course – Download PDF

control valve sizing problem

Importance of Proper Control Valve Sizing

PLC Program for an Alternate output circuit

PLC Program for Alternate Output Circuit with Latched Function

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?