Configure Ethernet Driver for PLCs on Different Subnet

whussain6

Member
Join Date
Oct 2013
Location
Newcastle
Posts
108
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 with IP addresses e.g. 10.11.187.xx and 10.11.188.xx without me changing my laptop IPV4 settings.

The subnets are connected through router. Does anybody know which drivers and what configuration do I need?
 
You can add another Ethernet driver with a set of pre-defined IP addresses in RSLinx. I've had trouble using the discovery provided by RSLinx, even while on the same subnet, so this has been my workaround.
 
Last edited:
Ethernet devices
then go to configuration enter the IP address of the devices you want to access
the IP address has to be in the list to be scanned but the list dos not have to be in the same subnet
all the devices you want to access has to be connected on powered up
 
You can add another Ethernet driver with a set of pre-defined IP addresses in RSLinx. I've had trouble using the discovery provided by RSLinx, even while on the same subnet, so this has been my workaround.

I have tried adding AB_ETH_1 driver with 10.11.187.xx and 10.11.188.xx predefined but I can only find 10.11.187 as my pc is on 10.11.187 as well.


Try changing your subnet mask to 255.255.254.000 or 255.255.248.000

I cannot change subnet mask as it is given by the IT guys and needs to 255.255.255.192 in this example prototype.

Ethernet devices
then go to configuration enter the IP address of the devices you want to access
the IP address has to be in the list to be scanned but the list dos not have to be in the same subnet
all the devices you want to access has to be connected on powered up

I have used Ethernet devices and assigned IP address, but still I can ping 10.11.188 from my PC which is on 10.11.187 but RED cross in RSlogix
 
Last edited:
check you firewall settings they can block addresses not on your local subnet
if you are getting the red cross then that address in not available but I in the scan list.
 
Forget what the IT guys told you for subnet, changing that won't hurt anything. Set it to 255.255.255.0.

You will need to make sure that both PLC's and your PC have the address of the router set in the gateway field. Note that the gateway address will be different for each subnet.

Then, as described above, make sure you're running the Ethernet Devices (not Ethernet/IP) driver, and manually add your two IP addresses.

If you still can't see one of the PLC's, try to ping it. Until you can ping it, it's never going to show up in RSLinx.

It can also be helpful to disable any other network adaptors while you troubleshoot (e.g. wifi). If you're using a VM there are things to be aware of in your virtual network adaptor setup as well.
 
Forget what the IT guys told you for subnet, changing that won't hurt anything. Set it to 255.255.255.0.

I think you meant 255.255.254.0 (since he has two different subnets but the first two octets are identical). I agree completely with the first half of your statement. You will not be able to access both of them simultaneously without changing the subnet, unless there is some sort of address translation being done for you by the "IT guys".
 
The first post mentioned that the subnets are connected through a router, so I figured just set it to 255.255.255.0 and let the router do it's job. Of course, the router can only do it's job if the PLCs and PC all have the gateway address set. If not, your subnet mask would have to be 255.255.248.0, as "187" is binary 10111011 and 188 is binary 1011100, so the tird octet of the mask would need to be 11111000, which is decimal 248 :)
 
The subnet mask the IT guys have given him (255.255.255.192) will only let him see addresses 10.11.187.0 through 10.11.187.63. It won't even let him see the whole subnet he's on :confused:
 

Similar Topics

Hello. Have been struggling the best part of today with this one issue that I try to explain with the screenshot below. As I show from the EDS...
Replies
9
Views
3,279
I am trying to get a SoftPLC brand smart plc to talk to a Panelview plus 7. I am wondering if anyone has done this before.
Replies
5
Views
1,339
Guys How would I configure a 1734 ADN ethernet adaptor module in device net? In the parameters dialog box, would it be an input plus all the...
Replies
1
Views
1,863
I am really new to PLCs programming, connecting, etc. I received a 1756-L72 ControlLogix with a Logix5572 Processor and an EthernetIP card. My...
Replies
8
Views
3,380
Hi All, This is a new query related to my other one on the sequencing of water treatment plants. I have five slc5/05's all on the same Ethernet...
Replies
1
Views
1,671
Back
Top Bottom