SLC 5/05 IP addressing settings

ckchew666

Member
Join Date
Aug 2003
Location
Malaysia
Posts
591
Hi,

I'm using a SLC 5/05 CPU in a project. I've plug in the battery into the CPU and donwload the program. I've use BootP Server to set the IP address.

Everytime upon power down the SLC 5/05 CPU, the CPU seems cannot communicate with my notebook for RSLogix 500 purpose. I must open the BootP Server and re-enter the IP address & MAC address for the SLC CPU.

The ladder program has Channel 1 IP configured 192.168.118.50.
My notebook is 192.168.118.99

How can we set the IP address into the CPU correctly?

Thanks.
 
disable BootP, that's the problem.
either you use static addresses (assigned manually) or bootp
but never both. make sure that subnet mask on your pc is correct as well (255.255.255.0 will probably be ok for the addresses you gave us).
if you look at the subnet mask as binary numbers, all "1" must be on the left and all "0" on the right. where subnet mask has "1", this part of the IP address must be same for all nodes. where subnet mask is "0", address must be unique.
so with mask 255.255.255.0, first three numbers must be same
(in your case 192.168.118.__) while the last number must be unique (in your case 50 and 99).
if you enter wrong subnet mask, it still might be possible to get connection (with various degrees of success) but even if it works, it will likely be very very slow.
 

Similar Topics

We are updating A few older Aveva Wonderware InTouch applications from a SLC PLC to a new ControlLogix PLC. What is the best way to deal with the...
Replies
2
Views
1,081
I recently did a conversion from an SLC to a CompactLogix and I am having trouble with a specific piece of code where the SLC used indirect...
Replies
6
Views
2,845
I would appreciate some help understanding some code from the RSLogix 500 days. I'm trying to convert a Studio and I get a PCE for the following...
Replies
9
Views
2,260
I am migrating an Allen-Bradley SLC based system to ControlLogix and need some help with DeviceNet addressing. The SLC system has a 1747-SDN and I...
Replies
3
Views
1,460
Ok this is ugly and I know it. Back story is over a few years I got a call because the "HMI" was hard to read. I show up and its a 1200E . So I...
Replies
5
Views
1,606
Back
Top Bottom