IP address

ceilingwalker

Lifetime Supporting Member
Join Date
Mar 2010
Location
Phoenix, AZ
Posts
1,586
Hello, I have a project that includes a CompactLogix PLC and HMI. For the IP address I have 192.165.1.10,1,0. What is the "...,1,0" all about? I have not come across it before. Thank you
 
Hello, I have a project that includes a CompactLogix PLC and HMI. For the IP address I have 192.165.1.10,1,0. What is the "...,1,0" all about? I have not come across it before. Thank you

'192.165.1.10,1,0' is a communication path starting at IP Address 192.168.1.10.
 
192.165.1.10 is the IP address, and depending on what you're looking at, the 1 and 0 denote things like the channel to the backplane/ethernet, the slot number of the card you're targetting, etc. It's a FULL communications path.
 
192.165.1.10 is the IP address, and depending on what you're looking at, the 1 and 0 denote things like the channel to the backplane/ethernet, the slot number of the card you're targetting, etc. It's a FULL communications path.

Thats the answer I was looking for! Thank you. 🍻
 
This is undoubtedly a newer 5370 or 5380 CompactLogix controller.

For these CompactLogix controllers the Ethernet port is embedded with the processor and not defined as being on the CompactBus itself, as was the case for the older CompactLogix Ethernet controllers, such as the 1769-L32E and -L35E. This means that the Ethernet port is more readily exposed to external communications and that a simpler path may be defined i.e. less hops.

When defining a target path for one of these CompactLogix controllers, say in a PanelView 800 application, the IP address of the controller just gets you as far as the Ethernet port itself. But you must also hop to the backplane "1" and then to the controller, or processor, which is always slot "0". So the fully defined path must also include the backplane address "1" and the processor slot "0". This directs the external device's communications all the way to the processor.

Example:

192.165.1.10,1,0

192.165.1.10 = IP address of Ethernet port

1 = Backplane address

0 = Processor slot

If going back out the Ethernet port on these controllers you must append the Ethernet port address only to the beginning of the path. Because the Ethernet port is embedded with the processor, the processor does not need to hop to the backplane and then to the port. For this purpose, the Ethernet port is assigned a local address of "2" for the 5370 and 5380 CompactLogix controllers. So the Ethernet port's IP address is not required here. The "2" automatically implies the Ethernet port is the first hop.

Example:

2,192.165.1.10

2 = Ethernet port

192.165.1.10 = Target device IP address

For the 5380 CompactLogix controller, they also may utilize what is known a "Dual-IP mode". The dual Ethernet ports may be used as separate ports for both Enterprise and device-level communications. In this mode they may have unique IP addresses. So to define which port the outgoing communications are targeted for the ports are assigned the addresses...

Port A1: Enterprise port - 3, IP address
Port A2: Device-level port - 4, IP address

When configured for Linear/DLR mode the path is "2, IP address" as above.

I tried to be as quick and brief as "I" can be there, so forgive me if that's not clear enough?

Regards,
George
 

Similar Topics

Hi, I wanted to ask is there a way to have a visibility expression use the IP address of the HMI (Dynics, not PV) to show certain elements? The...
Replies
3
Views
194
Hello. I have a few machines that use Kinetix 300 (each machine has two drives). Both drives on one of the machine keep losing IP address. They...
Replies
2
Views
94
Hi Guys, Is it okay to have Redundancy ControlLogix Processor IP address set to DHCP? I had Static IP address on it but removed it via RSLinx...
Replies
3
Views
233
Hi everybody, I have DELTA PLC DVP-32ES and I have make a simple project in WPLSoft. using the input X0 to switch ON the output Y0 and using the...
Replies
0
Views
160
Kindly, I am trying to do some Modbus Rtu communication between a 1214C Siemens plc and the following slaves. ( Schneider PM5110 meter , Socomec...
Replies
4
Views
255
Back
Top Bottom