Re: Ethernet Switch with 48 Ports connected to 48 PLC

Join Date
Aug 2003
Posts
71
Re: Ethernet Switch with 48 Ports connected to 48 PLC

Gentlemen:





The instructions or the command I’m sending to these PLC is not as important as my strong curiosity to find the answer to the following questions. The questions all assume that all the PLC’s are within 50 feet from the Ethernet Switch.



  • Will all PLC’s received this instruction or command EXACTLY at the same time?
  • Will there be a small delay in milliseconds between one PLC and another receiving the instruction or command, if so how much?
  • Can I use my Ethernet Card to send this instruction or command to all 48 PLC’s using the Ethernet Switch?


For the sake of this argument I’m using an AD 260 CPU with an ECOM card.



Thanks all for your answers.



Andy
 
I don't know how AD does this, but here is how A-B Controllogix PLC works
It can do Ethernet muticast using Produced/Consumed tags.

Because this transsmission is done over UDP, it will go to all ports of the switch, unless this is a managed switch and it has IGMP snooping or VLAN enabled. I know that there is a limitation on the amount of consumers, but do not rememeber number - it is less than 48.
This will be scheduled connection with some RPI (Requested Packet Interval) and it will repeat over and over. It is still no guarantee that destination will receive and accept packet.
Conncetion failed only if no response received in 4*RPI time, but it will try to re-establish it.

If message instruction used it wi istablish point to poit connection only and will be transmitted only out switch port with destination PLC connected. Message will fail if did not get respose in 30sec(default)
 
If you are sending individual instructions to individual PLCs then they are sent at 48 individual times. They can be spaced very closely to each other (since Ethernet transmission is very quick) but each one still takes time. Only some sort of broadcast, in which the exact same message, transmitted once, is heard by all the units at the same time, would have any hope of arriving anywhere near the same time. But, for these one-at-a-time instructionst, if 'EXACTLY the same time' means within the same minute, then probably. If within the same second then possibly not. If in the same tenth of a second then probably not.
 
I know that there is a limitation on the amount of consumers, but do not rememeber number - it is less than 48.

I think only limitation in CLX is number of connections. Max should be 250 or 255 as I remember.
But anyway, seems that Ethernet/IP one of the best Ethernet based network (producer-consumer model, etc).
 
I think only limitation in CLX is number of connections. Max should be 250 or 255 as I remember.
But anyway, seems that Ethernet/IP one of the best Ethernet based network (producer-consumer model, etc).

This is correct, CLX processor has 250 conncetions limit total and ENBT has a limit of 128 connections.
Each tag will use amount of connection equal to amount of consumers it has (47 in your case).

Max amount of produced tags is 127.
See 1756-RM094.
I was not correct in the earlier post, I thought it is 32
 

Similar Topics

We have an existing, working system using GE MDS iNET900 radios for PLC -> PLC communication. They are tied to four dedicated ports in a Cisco...
Replies
4
Views
1,993
I'm working with some Stratix 5700 10-port ethernet switches. After configuring the IP addresses, I plug in my computer and several devices, the...
Replies
3
Views
2,265
I'm putting together a network of 28 Automation Direct PLCs and 2 HMIs. I'll Have a master PLC with two ethernet network cards. One card will...
Replies
13
Views
5,275
Hi, I'm working with a Phoenix Contact FL NAT 2304-2GC-2SFP Ethernet switch, I already set the IP address and it has been working fine. I can...
Replies
2
Views
1,267
Hi, I'm setting up comms at a station and I'm working with Cisco IE 3400H switches. I have been able to configure them following the Harware...
Replies
7
Views
592
Back
Top Bottom