AB Data Concnetrator

timmyh

Member
Join Date
Apr 2008
Location
St. Louis, MO
Posts
28
Hey everybody,

Just wanted to get some advice on the best way to set up a Allen-Bradley Data Concentrator. There are about 8 remotes sites most of which have 50-70 tags I would want to bring into the HMI. We are using the MDS entranet900 radios to communicate with the sites. The Data Concentrator will be a 1756-L61 processor and the remote sites will all be Compact Logix brick 1769-l23e. What is the best way to get all the data to the data concentrator? Should we just message back and forth, or can you set up a UDT as a PRODUCER/CONSUMER tag and pass all the info back and forth? How much traffic do PRODUCER/CONSUMER tags cause on a network. Can you message an UDT? All the radios will be on a seperate network in the Data Concentrators Chasis. Do we have to worry about traffic with this small of a network?
Any advice will be helpful. Thanks in advance
 
AFAIK a produce /consume setup consumes 1 connection per tag over ethernet. That can be a single dint tag or a array.

I don't know about any size limitations on the array with produce/ consume though maybe some more experienced users can help there.
 
I don't know about any size limitations on the array with produce/ consume though maybe some more experienced users can help there.

500 (or actually 512) bytes is the limitation ( I believe)
So this would mean 125 DINTS in an array.

(BTW, I just done a course, so I hope that I listened at the right point....:ROFLMAO:)
 
Yes, as long as the UDT structure is the same in the source and destination, you can MSG them back and forth.

For simplicity, I'd just have the L6x concentrator do a polling MSG Read (CIP Data Table Read) with your data UDT's and be done with it.

There is a 500 byte limit for any produced/consumed tag, without extra logic to break down the block into managable sized packets.
 
Last edited:
Thanks guys,

I will probally go the udt route since it seems that it will be the quickest and will be albe to keep everything organized. Thanks again for the information.
 
I’d use messaging (and FreeWave radios for that matter). The issue with produce/consume is that if 4 or more packets in a short time frame (I don’t remember the exact amount of time but it’s short) are dropped the UDP connection will drop and reset which will take from 4 to 8 seconds. If you are using TCP/IP (messaging) dropped packets won’t have that effect. Any hoping radio runs a high risk of dropping packets or delaying them which will have the same results. If you group the data into concurrent integers (N10:0 thru N10:10 for example) they can be read with one message instruction per remote site.
 

Similar Topics

Hello Everyone, I am using a raC_Opr_NetModbusTCPClient AOI module, as below,. So, I need some assistance to restrict in reducing the poling...
Replies
2
Views
91
Hi everyone, I have a 505 workshop program with PLC type of 555- 1106 and I was wondering how can I download the data documentation window as a...
Replies
6
Views
188
Hello everybody, I'm currently working on a project where I need to implement an IoT platform based on Microsoft Azure Cloud. Communication is...
Replies
2
Views
72
Hello. I have a db which is 1000 INT, and this db is represented in WinCC as a raw data type set of 5x 400 Bytes. This set is read with a script...
Replies
1
Views
82
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
71
Back
Top Bottom