Different Ethernet Subnets, The same switch

HansAndersen

Member
Join Date
Sep 2006
Location
Hamburg
Posts
132
I have two Siemens PLC stations that have different ethernet subnets on the same ethernet switch (Scalence).In this situation,I transfer data between each PLC stations using Intouch scripts .But I want to transfer some data via PLC transfer operations.For instance,Is the AG_send,recive possible or not.
How to do that.

thanks in advance
 
Subnet

The plc will send their requests to the gateway adress if the receiver is not in the same subnet. You need to separate the subnets using a router or a bridge to connect them.
(I'm not shure what will happen if the gatewayadress is the other plc. If it is possible, I think a lot of unnessesary traffic is generated at least)

Bardes
 
form the way you worded it it sounds like your using a non-vlan switch

in order for 10.1.1.2\24 to talk to 10.1.2.2\24 you will need a router to connect the networks

(since you don't have vlans broadcast trafic is going to all switch ports)

if you do have vlans corresponding to your networks then it'll make routing between them easier

but you should really consider moving all PLC's into one network/vlan with IP's corresponding to the network

BTW the /24 that I put after the IP's repersents the subnet mask
/24 = 11111111.11111111.11111111.00000000 = 255.255.255.0
this way of indicating the mask makes for less 255's
 
Last edited:

Similar Topics

Hi Guys, I am trying to configure single Ethernet driver in RSLinx which can allow me to go online with two different PLCs on different subnets...
Replies
14
Views
3,632
Hello. I am trying to understand how different protocols over industrial Ethernet work and I had this doubt. I would like to know if the...
Replies
3
Views
3,232
Hello everybody! I have set up two different ethernet connections between two plc,s. One of the connections is with a Siemens CPU 315-2 DP...
Replies
3
Views
3,631
Hello all! So I have one project with a S7-1214 and a MTP1500 "Project1" and one project with another S7-1214 "Project2". Both of these PLC:s need...
Replies
6
Views
92
i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
144
Back
Top Bottom