Message to Different Subnet

graffster

Member
Join Date
Mar 2011
Location
IL
Posts
2
Is it possible to message from a CompactLogix on one subnet to a SLC 5/05 on a different subnet routed through a couple of ENBTs in a ControlLogix rack?

I have years of experience setting up messaging to/from CompactLogix ethernet processors through a 1756-ENBT and out a 1756-DHRIO to SLC-5/04s and PLC5s.

I am very familiar with the hardware, software, and networking but have not been able to get it working.
 
You can open the range devices can talk to by adjusting your subnet.

The simplest way set the 3rd octet to zero. But this causes a increase in traffic seen by that device.

Say...
Device 1 has a IP of 192.168.1.1
Device 1 has a Subnet of 255.255.255.0

and
Device 2 has a IP of 192.168.2.1
Device 2 has a Subnet of 255.255.255.0


Devices 1 and 2 cannot talk to each other under those conditions unless you set up routing rules in your switch for it.


Now another method.. Adjust Device 1's Subnet.. 255.255.0.0,

Device 1 can now communicate with Device 2. Device 2 however cannot independently talk to device 1. It can respond to Device 1's requests but it cannot initiate its own. to do that you would zero that third octet on device 2.

This however opens the devices to ALL traffic on the second network. You can do some advanced subnetting trickery by using other numbers, its just a bitmask. Don't zero the 2nd Octet on a 192.168.x.x IP, that gets you into public internet routable address space. If you need class A use the 10.X.X.X IP, that entire block is set aside for private networks. 192.168.X.X is mostly intended for small offices, homes, etc. 10.X.X.X for corporations that would easily exceed the capacity if a class C.

Any private network can use any private IP range regardless of what the thought for it was.

https://www.calculator.net/ip-subne...ip=192.168.1.0&ctype=ipv4&printit=0&x=75&y=21
 
First, thanks for the replies. Second, I got it working.

Topolgy: 1769-L27ERM(100.0.0.73/8) --> 1756-ENBT(100.0.0.78/8 Slot 5) --> 1756-A7 --> 1756-ENET(192.168.0.78/16 Slot 0) --> 1747-L551B(192.168.130.50/16)

My problem was getting the path configured correctly; I needed the correct port number to get OUT the second ethernet module in the CLX rack. I knew that port 1 in the path would go toward the backplane but had only tried a 0 to go out the ethernet port when it should have been port 2.

WRONG: 2, 100.0.0.78, 1, 0, 0, 192.168.130.50

RIGHT: 2, 100.0.0.78, 1, 0, 2, 192.168.130.50

-Graffster
 

Similar Topics

I want to read several disparate values of different data types from a second PLC with the MSG instruction via CIP Data Table Read message type...
Replies
11
Views
5,019
Hi Guys there are two RSlogix5000 PLCs in different control networks, how to setup the configuration for hardware and software in order to send...
Replies
17
Views
4,083
I'm trying to do a message instruction from ControlLogix you see on the left to the CompactLogix to the right. I'm losing this battle. I've tried...
Replies
8
Views
4,024
Currently I have 14 different programs for 14 different assembly lines. In each program if a knob is turned, then an integer is sent via a MSG...
Replies
3
Views
6,675
hi everyone, i have problem regarding Audit in FTV ver 12,In audit message "service disruption:<HMI server name>:<SERVICE NAME>" message logged,i...
Replies
1
Views
35
Back
Top Bottom