question about sending message between two different networks

angi

Member
Join Date
Jan 2010
Location
us
Posts
361
Hi Guys

there are two RSlogix5000 PLCs in different control networks, how to setup the configuration for hardware and software in order to send a tag value from one PLC to other one?

thanks
 
In general, ControlLogix can send a message from controller to controller if the networks are logically connected together.

The specifics of hardware and software configuration depend on the network.

Are these Ethernet networks ? ControlNet ? DH+ ? Something else ?

Are the networks physically connected together ?

Tell us more !
 
Thanks Guys

it is a Ethernet, I know it need to use message instruction, my question is the two PLC are not on the same network, how to setup the comunication?

thanks
 
Because there are two different network(for eamaple, one PLC one network 10.0.0.100, and another PLC is 3.1.1.100)there are some messages need to be sent between these two PLCs, how to configure the hardwre and software?

thanks
 
You need a gateway between the two networks. This is a basic feature of all network routers.

In the ControlLogix, you must make sure that both of the controllers have a Default Gateway configuration that points to the IP address of the gateway for their network.

When you configure the MSG instruction, you simply put in the IP address of the target controller. The router will take care of getting the message to the remote network and to the target device.

Are these two networks *physically* connected together in any way ? Are they VLANs, or just two logical networks that co-exist ?
 
thanks Ken

we are going to use optical cable to connect them together. they all have ethernet module in the rack, do i need another ehernet module as a gateway?
 
Hi angi

You don't need another card but this is what I do so it keeps the networks seperate and it's works best for me. Now your router will also do the same for you as ken said but I the price of a card is not a issue this is how I would proceed.
Donnchadh
 
Thanks Don

you mean there is no additional ethernet module needed, i need to buy a router?
 
hi Don

If we are going to go Ethernet card, which one I need for controlLogix?

thanks
 

Similar Topics

Hi all I have a project on the go and would like to send data from a Siemens 1500 to a Siemens 1200 What is the best function to use ,would it be...
Replies
12
Views
4,461
Hi! I want to configure our SCADALARM to send an email when an alarm occur. I configured the email addresses of the receivers but I'm having a...
Replies
2
Views
3,546
Hello again..trying something on an existing poorly written program and just wanted to double check something system is an A-B MicroLogix 1200 In...
Replies
5
Views
176
Good morning! Let me start by saying, I am still learning about this type of HMI programming. I recently watched a video about recipes and how it...
Replies
0
Views
73
I have some logic that I have written within a 5380 series controller that tracks the time an event is started, while the event is running an RTO...
Replies
2
Views
94
Back
Top Bottom